Changeset 11576 for branches/OptimizationNetworks/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
- Timestamp:
- 11/25/14 03:26:00 (10 years ago)
- Location:
- branches/OptimizationNetworks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks
- Property svn:mergeinfo changed
-
branches/OptimizationNetworks/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r10731 r11576 131 131 </ItemGroup> 132 132 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 133 <PropertyGroup>134 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)133 <PropertyGroup> 134 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 135 135 set ProjectDir=$(ProjectDir) 136 136 set SolutionDir=$(SolutionDir) 137 137 set Outdir=$(Outdir) 138 138 139 call PreBuildEvent.cmd</PreBuildEvent> 139 call PreBuildEvent.cmd 140 </PreBuildEvent> 141 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 142 export ProjectDir=$(ProjectDir) 143 export SolutionDir=$(SolutionDir) 144 145 $SolutionDir/PreBuildEvent.sh 146 </PreBuildEvent> 140 147 </PropertyGroup> 141 148 <!-- 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.