Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/09 12:48:18 (15 years ago)
Author:
gkronber
Message:

Merged change sets from CEDMA branch to trunk:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj

    r852 r1287  
    5454      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    5555    </Reference>
     56    <Reference Include="System.Drawing" />
     57    <Reference Include="System.Windows.Forms" />
    5658    <Reference Include="System.Xml.Linq">
    5759      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    6971    </Compile>
    7072    <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" />
     73    <Compile Include="OffspringSelectionGP.cs" />
     74    <Compile Include="OffspringSelectionGpEditor.cs">
     75      <SubType>UserControl</SubType>
     76    </Compile>
     77    <Compile Include="OffspringSelectionGpEditor.Designer.cs">
     78      <DependentUpon>OffspringSelectionGpEditor.cs</DependentUpon>
     79    </Compile>
     80    <Compile Include="ProblemInjector.cs" />
    7181    <Compile Include="ProfitEvaluator.cs" />
    7282    <Compile Include="Properties\AssemblyInfo.cs" />
     83    <Compile Include="StandardGP.cs" />
     84    <Compile Include="StandardGpEditor.cs">
     85      <SubType>UserControl</SubType>
     86    </Compile>
     87    <Compile Include="StandardGpEditor.Designer.cs">
     88      <DependentUpon>StandardGpEditor.cs</DependentUpon>
     89    </Compile>
    7390    <Compile Include="TheilInequalityCoefficientEvaluator.cs" />
    7491  </ItemGroup>
     
    98115      <Name>HeuristicLab.GP</Name>
    99116    </ProjectReference>
     117    <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
     118      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
     119      <Name>HeuristicLab.Logging</Name>
     120    </ProjectReference>
     121    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
     122      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     123      <Name>HeuristicLab.Operators</Name>
     124    </ProjectReference>
    100125    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    101126      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     
    106131    <None Include="HeuristicLab.snk" />
    107132    <None Include="Properties\AssemblyInfo.frame" />
     133  </ItemGroup>
     134  <ItemGroup>
     135    <EmbeddedResource Include="OffspringSelectionGpEditor.resx">
     136      <DependentUpon>OffspringSelectionGpEditor.cs</DependentUpon>
     137    </EmbeddedResource>
     138    <EmbeddedResource Include="StandardGpEditor.resx">
     139      <DependentUpon>StandardGpEditor.cs</DependentUpon>
     140    </EmbeddedResource>
    108141  </ItemGroup>
    109142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.