Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/08 21:59:53 (16 years ago)
Author:
gkronber
Message:
  • added strong name key to CEDMA.Charting.
  • moved classes related to charting from CEDMA.Core to CEDMA.Charting

#268

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj

    r558 r560  
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <SignAssembly>true</SignAssembly>
     16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    1517  </PropertyGroup>
    1618  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3638      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    3739    </Reference>
     40    <Reference Include="System.Drawing" />
     41    <Reference Include="System.Windows.Forms" />
    3842    <Reference Include="System.Xml.Linq">
    3943      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    4751  <ItemGroup>
    4852    <Compile Include="HeuristicLabCedmaChartingPlugin.cs" />
     53    <Compile Include="Histogram.cs" />
    4954    <Compile Include="Properties\AssemblyInfo.cs" />
     55    <Compile Include="ResultList.cs" />
     56    <Compile Include="ResultListView.cs">
     57      <SubType>UserControl</SubType>
     58    </Compile>
     59    <Compile Include="ResultListView.Designer.cs">
     60      <DependentUpon>ResultListView.cs</DependentUpon>
     61    </Compile>
    5062  </ItemGroup>
    5163  <ItemGroup>
     64    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
     65      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
     66      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
     67    </ProjectReference>
     68    <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">
     69      <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
     70      <Name>HeuristicLab.Charting.Data</Name>
     71    </ProjectReference>
    5272    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
    5373      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
    5474      <Name>HeuristicLab.Charting</Name>
     75    </ProjectReference>
     76    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
     77      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     78      <Name>HeuristicLab.Core</Name>
    5579    </ProjectReference>
    5680    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     
    6084  </ItemGroup>
    6185  <ItemGroup>
     86    <None Include="HeuristicLab.snk" />
    6287    <None Include="Properties\AssemblyInfo.frame" />
     88  </ItemGroup>
     89  <ItemGroup>
     90    <EmbeddedResource Include="ResultListView.resx">
     91      <DependentUpon>ResultListView.cs</DependentUpon>
     92      <SubType>Designer</SubType>
     93    </EmbeddedResource>
    6394  </ItemGroup>
    6495  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.