Changeset 9363 for branches/OaaS/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-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.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj
r6983 r9363 155 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 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 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.