Changeset 12879
- Timestamp:
- 08/18/15 10:14:34 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/HeuristicLab.Services.WebApp.Maintenance-3.3.csproj
r12775 r12879 203 203 <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> 204 204 </Target> 205 <PropertyGroup> 206 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 207 set ProjectDir=$(ProjectDir) 208 set SolutionDir=$(SolutionDir) 209 set Outdir=$(Outdir) 210 211 call PreBuildEvent.cmd</PreBuildEvent> 212 </PropertyGroup> 205 213 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 206 214 Other similar extension points exist, see Microsoft.Common.targets. -
trunk/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj
r12773 r12879 299 299 <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> 300 300 </Target> 301 <PropertyGroup> 302 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 303 set ProjectDir=$(ProjectDir) 304 set SolutionDir=$(SolutionDir) 305 set Outdir=$(Outdir) 306 307 call PreBuildEvent.cmd</PreBuildEvent> 308 </PropertyGroup> 301 309 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 302 310 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.