Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.Problems.ArtificialAnt/3.4/HeuristicLab.Problems.ArtificialAnt-3.4.csproj
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 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.Problems.ArtificialAnt/3.4
- Property svn:ignore
-
old new 5 5 HeuristicLab.Problems.ArtificialAnt-3.4.csproj.user 6 6 Plugin.cs 7 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.ArtificialAnt/3.4/HeuristicLab.Problems.ArtificialAnt-3.4.csproj
r6866 r8660 212 212 --> 213 213 <PropertyGroup> 214 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)214 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 215 215 set ProjectDir=$(ProjectDir) 216 216 set SolutionDir=$(SolutionDir) … … 219 219 call PreBuildEvent.cmd 220 220 </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 </Project>
Note: See TracChangeset
for help on using the changeset viewer.