Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 02:30:13 (15 years ago)
Author:
swagner
Message:

Implemented first functional prototype of ConfigMerger (#402)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ConfigMerger/ConfigMerger.csproj

    r848 r849  
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    17     <StartupObject>HeuristicLab.Tools.ConfigMerger.Program</StartupObject>
     17    <StartupObject>HeuristicLab.Tools.ConfigMerger.ConfigMerger</StartupObject>
    1818  </PropertyGroup>
    1919  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5050  </ItemGroup>
    5151  <ItemGroup>
    52     <Compile Include="Program.cs" />
     52    <Compile Include="ConfigMerger.cs" />
    5353    <Compile Include="Properties\AssemblyInfo.cs" />
    5454  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.