Changeset 574 for trunk/sources/HeuristicLab.TestFunctions
- Timestamp:
- 09/15/08 12:10:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj
r564 r574 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{9A781B2F-A58D-4270-A28A-3B14BBC11F4A}</ProjectGuid> … … 107 107 <EmbeddedResource Include="TestFunctionInjectorView.resx"> 108 108 <DependentUpon>TestFunctionInjectorView.cs</DependentUpon> 109 <SubType>Designer</SubType> 109 110 </EmbeddedResource> 110 111 </ItemGroup> … … 118 119 --> 119 120 <PropertyGroup> 120 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent>121 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 121 122 </PropertyGroup> 122 123 </Project>
Note: See TracChangeset
for help on using the changeset viewer.