- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj
r7646 r8600 196 196 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 197 197 <PropertyGroup> 198 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 199 199 set ProjectDir=$(ProjectDir) 200 200 set SolutionDir=$(SolutionDir) … … 202 202 203 203 call PreBuildEvent.cmd 204 </PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 export ProjectDir=$(ProjectDir) 207 export SolutionDir=$(SolutionDir) 208 209 $SolutionDir/PreBuildEvent.sh 204 210 </PreBuildEvent> 205 211 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.