Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/11 17:13:47 (14 years ago)
Author:
ascheibe
Message:

#1233

  • added app.configs
  • use PreBuildEvent.cmd in SlaveConsoleClient
  • react to SayHello msg
Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4
Files:
1 added
1 edited

Legend:

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

    r5537 r5541  
    7878  </ItemGroup>
    7979  <ItemGroup>
    80     <None Include="app.config">
     80    <None Include="app.config" />
     81    <None Include="app_ascheibe.config">
    8182      <SubType>Designer</SubType>
    8283    </None>
    83     <None Include="app - F005PC.config">
    84       <SubType>Designer</SubType>
    85     </None>
    86     <None Include="app - services.config">
    87       <SubType>Designer</SubType>
    88     </None>
     84    <None Include="app_services.config" />
    8985  </ItemGroup>
    9086  <ItemGroup>
     
    9490  </ItemGroup>
    9591  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     92  <PropertyGroup>
     93    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     94set ProjectDir=$(ProjectDir)
     95set SolutionDir=$(SolutionDir)
     96set Outdir=$(Outdir)
     97
     98call PreBuildEvent.cmd</PreBuildEvent>
     99  </PropertyGroup>
    96100  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    97101       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.