- 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.ExtLibs/HeuristicLab.DayView/1.0
- Property svn:ignore
-
old new 3 3 HeuristicLab.DayView-1.0.csproj.user 4 4 *.vs10x 5 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/HeuristicLab.DayView-1.0.csproj
r7649 r8660 155 155 --> 156 156 <PropertyGroup> 157 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)157 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 158 158 set ProjectDir=$(ProjectDir) 159 159 set SolutionDir=$(SolutionDir) … … 161 161 162 162 call PreBuildEvent.cmd</PreBuildEvent> 163 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 164 export ProjectDir=$(ProjectDir) 165 export SolutionDir=$(SolutionDir) 166 167 $SolutionDir/PreBuildEvent.sh 168 </PreBuildEvent> 163 169 </PropertyGroup> 164 170 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.