- Timestamp:
- 07/13/17 17:13:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj ¶
r15180 r15236 10 10 <RootNamespace>HeuristicLab.Algorithms.MOCMAEvolutionStrategy</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4.5 .2</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 </PropertyGroup> … … 170 170 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 171 171 <PropertyGroup> 172 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)172 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 173 set ProjectDir=$(ProjectDir) 174 174 set SolutionDir=$(SolutionDir) … … 176 176 177 177 call PreBuildEvent.cmd 178 </PreBuildEvent> 179 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 180 export ProjectDir=$(ProjectDir) 181 export SolutionDir=$(SolutionDir) 178 182 179 180 </PreBuildEvent>183 $SolutionDir/PreBuildEvent.sh 184 </PreBuildEvent> 181 185 </PropertyGroup> 182 186 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.