Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/02/11 17:01:58 (13 years ago)
Author:
ascheibe
Message:

#1233

  • really removed 3.4 folders
  • added skeleton for a Slave HL App
  • added missing license headers and AssemblyInfo frames
  • fixed merging of config files
Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj

    r6701 r6703  
    7878      <DependentUpon>ProjectInstaller.cs</DependentUpon>
    7979    </Compile>
     80    <None Include="Properties\AssemblyInfo.cs.frame" />
    8081    <Compile Include="SlaveWindowsService.cs">
    8182      <SubType>Component</SubType>
     
    131132  </ItemGroup>
    132133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     134  <PropertyGroup>
     135    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     136set ProjectDir=$(ProjectDir)
     137set SolutionDir=$(SolutionDir)
     138set Outdir=$(Outdir)
     139
     140call PreBuildEvent.cmd</PreBuildEvent>
     141  </PropertyGroup>
    133142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    134143       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.