Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/09 02:44:23 (15 years ago)
Author:
swagner
Message:

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SGA/3.3/HeuristicLab.SGA-3.3.csproj

    r2524 r2546  
    8787    <Compile Include="Properties\AssemblyInfo.cs" />
    8888    <Compile Include="SGA.cs" />
    89     <Compile Include="SGAEditor.cs">
     89    <Compile Include="SGAView.cs">
    9090      <SubType>UserControl</SubType>
    9191    </Compile>
    92     <Compile Include="SGAEditor.Designer.cs">
    93       <DependentUpon>SGAEditor.cs</DependentUpon>
     92    <Compile Include="SGAView.Designer.cs">
     93      <DependentUpon>SGAView.cs</DependentUpon>
    9494    </Compile>
    9595  </ItemGroup>
     
    157157  </ItemGroup>
    158158  <ItemGroup>
    159     <EmbeddedResource Include="SGAEditor.resx">
    160       <SubType>Designer</SubType>
    161       <DependentUpon>SGAEditor.cs</DependentUpon>
     159    <EmbeddedResource Include="SGAView.resx">
     160      <DependentUpon>SGAView.cs</DependentUpon>
    162161    </EmbeddedResource>
    163162  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.