- 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.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj
r7649 r8660 161 161 --> 162 162 <PropertyGroup> 163 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)163 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 164 164 set ProjectDir=$(ProjectDir) 165 165 set SolutionDir=$(SolutionDir) … … 167 167 168 168 call PreBuildEvent.cmd</PreBuildEvent> 169 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 170 export ProjectDir=$(ProjectDir) 171 export SolutionDir=$(SolutionDir) 172 173 $SolutionDir/PreBuildEvent.sh 174 </PreBuildEvent> 169 175 </PropertyGroup> 170 176 </Project>
Note: See TracChangeset
for help on using the changeset viewer.