Changeset 8243
- Timestamp:
- 07/05/12 17:46:29 (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 packages
-
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HeuristicLab.Clients.Hive.Slave.AzureClient-3.3.csproj
r8242 r8243 75 75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 76 76 <PropertyGroup> 77 <PreBuildEvent> 78 </PreBuildEvent> 77 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 78 set ProjectDir=$(ProjectDir) 79 set SolutionDir=$(SolutionDir) 80 set Outdir=$(Outdir) 81 82 call PreBuildEvent.cmd</PreBuildEvent> 79 83 </PropertyGroup> 80 84 <!-- 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.