Changeset 13509
- Timestamp:
- 01/15/16 10:14:14 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj
r11623 r13509 173 173 </PropertyGroup> 174 174 <PropertyGroup> 175 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 176 set ProjectDir=$(ProjectDir) 177 set SolutionDir=$(SolutionDir) 178 set Outdir=$(Outdir) 179 set Platform=$(PlatformName) 180 set Configuration=$(ConfigurationName) 181 182 call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent> 175 <PostBuildEvent> 176 </PostBuildEvent> 183 177 </PropertyGroup> 184 178 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj
r11651 r13509 185 185 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 186 186 <PropertyGroup> 187 <PostBuildEvent> 188 </PostBuildEvent> 187 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 188 set ProjectDir=$(ProjectDir) 189 set SolutionDir=$(SolutionDir) 190 set Outdir=$(Outdir) 191 set Platform=$(PlatformName) 192 set Configuration=$(ConfigurationName) 193 set TargetDir=$(ProjectDir) 194 195 call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent> 189 196 </PropertyGroup> 190 197 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.