Changeset 9363 for branches/OaaS/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 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.ParallelEngine/3.3
- Property svn:ignore
-
old new 5 5 HeuristicLab.ParallelEngine-3.3.csproj.user 6 6 Plugin.cs 7 *.user
-
- Property svn:ignore
-
branches/OaaS/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj
r6866 r9363 145 145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 146 146 <PropertyGroup> 147 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)147 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 148 148 set ProjectDir=$(ProjectDir) 149 149 set SolutionDir=$(SolutionDir) … … 151 151 152 152 call PreBuildEvent.cmd 153 </PreBuildEvent> 154 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 155 export ProjectDir=$(ProjectDir) 156 export SolutionDir=$(SolutionDir) 157 158 $SolutionDir/PreBuildEvent.sh 153 159 </PreBuildEvent> 154 160 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.