- Timestamp:
- 08/08/12 18:15:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Mono/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
r8338 r8440 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)
Note: See TracChangeset
for help on using the changeset viewer.