Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8243


Ignore:
Timestamp:
07/05/12 17:46:29 (12 years ago)
Author:
spimming
Message:

#1888: added pre-build event to project properties

Location:
branches/OaaS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS

    • Property svn:ignore
      •  

        old new  
        2121protoc.exe
        2222_ReSharper.HeuristicLab 3.3 Tests
         23packages
  • branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/HeuristicLab.Clients.Hive.Slave.AzureClient-3.3.csproj

    r8242 r8243  
    7575  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7676  <PropertyGroup>
    77     <PreBuildEvent>
    78     </PreBuildEvent>
     77    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     78set ProjectDir=$(ProjectDir)
     79set SolutionDir=$(SolutionDir)
     80set Outdir=$(Outdir)
     81
     82call PreBuildEvent.cmd</PreBuildEvent>
    7983  </PropertyGroup>
    8084  <!-- 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.