Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
r6866 r8660 378 378 --> 379 379 <PropertyGroup> 380 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)380 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 381 381 set ProjectDir=$(ProjectDir) 382 382 set SolutionDir=$(SolutionDir) … … 385 385 call PreBuildEvent.cmd 386 386 </PreBuildEvent> 387 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 388 export ProjectDir=$(ProjectDir) 389 export SolutionDir=$(SolutionDir) 390 391 $SolutionDir/PreBuildEvent.sh 392 </PreBuildEvent> 387 393 </PropertyGroup> 388 394 </Project>
Note: See TracChangeset
for help on using the changeset viewer.