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
File:
1 edited

Legend:

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

    r6701 r6703  
    8181    <Compile Include="Program.cs" />
    8282    <Compile Include="Properties\AssemblyInfo.cs" />
     83    <None Include="Properties\AssemblyInfo.cs.frame" />
    8384    <Compile Include="TrayIconInstaller.cs">
    8485      <SubType>Component</SubType>
     
    113114  </ItemGroup>
    114115  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     116  <PropertyGroup>
     117    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     118set ProjectDir=$(ProjectDir)
     119set SolutionDir=$(SolutionDir)
     120set Outdir=$(Outdir)
     121
     122call PreBuildEvent.cmd</PreBuildEvent>
     123  </PropertyGroup>
    115124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    116125       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.