Changeset 8600 for trunk/sources/HeuristicLab.Problems.QuadraticAssignment
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
r8338 r8600 213 213 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 214 214 <PropertyGroup> 215 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)215 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 216 216 set ProjectDir=$(ProjectDir) 217 217 set SolutionDir=$(SolutionDir) … … 219 219 220 220 call PreBuildEvent.cmd</PreBuildEvent> 221 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 222 export ProjectDir=$(ProjectDir) 223 export SolutionDir=$(SolutionDir) 224 225 $SolutionDir/PreBuildEvent.sh 226 </PreBuildEvent> 221 227 </PropertyGroup> 222 228 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.