- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj
r7659 r8600 141 141 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 142 142 <PropertyGroup> 143 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)143 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 144 144 set ProjectDir=$(ProjectDir) 145 145 set SolutionDir=$(SolutionDir) … … 147 147 148 148 call PreBuildEvent.cmd</PreBuildEvent> 149 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 150 export ProjectDir=$(ProjectDir) 151 export SolutionDir=$(SolutionDir) 152 153 $SolutionDir/PreBuildEvent.sh 154 </PreBuildEvent> 149 155 </PropertyGroup> 150 156 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.