Changeset 9363 for branches/OaaS/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj
r6866 r9363 196 196 --> 197 197 <PropertyGroup> 198 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 199 199 set ProjectDir=$(ProjectDir) 200 200 set SolutionDir=$(SolutionDir) … … 203 203 call PreBuildEvent.cmd 204 204 </PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 export ProjectDir=$(ProjectDir) 207 export SolutionDir=$(SolutionDir) 208 209 $SolutionDir/PreBuildEvent.sh 210 </PreBuildEvent> 205 211 </PropertyGroup> 206 212 </Project>
Note: See TracChangeset
for help on using the changeset viewer.