Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/09 00:50:59 (14 years ago)
Author:
swagner
Message:

Removed unnecessary solution configurations and corrected project references and plugin dependencies in new solution HeuristicLab 3.3 (#803)

Location:
trunk/sources/HeuristicLab.Logging/3.3
Files:
2 edited

Legend:

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

    r2474 r2493  
    119119  </ItemGroup>
    120120  <ItemGroup>
    121     <ProjectReference Include="..\..\HeuristicLab.Charting.Data\3.2\HeuristicLab.Charting.Data-3.2.csproj">
    122       <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
    123       <Name>HeuristicLab.Charting.Data-3.2</Name>
     121    <ProjectReference Include="..\..\HeuristicLab.Charting.Data\3.3\HeuristicLab.Charting.Data-3.3.csproj">
     122      <Project>{EE956A95-6344-4B01-876F-BE95C5E2F92B}</Project>
     123      <Name>HeuristicLab.Charting.Data-3.3</Name>
    124124    </ProjectReference>
    125     <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
    126       <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
    127       <Name>HeuristicLab.Charting-3.2</Name>
     125    <ProjectReference Include="..\..\HeuristicLab.Charting\3.3\HeuristicLab.Charting-3.3.csproj">
     126      <Project>{A8265018-D687-4907-8A36-63B25967A038}</Project>
     127      <Name>HeuristicLab.Charting-3.3</Name>
    128128    </ProjectReference>
    129129    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
  • trunk/sources/HeuristicLab.Logging/3.3/HeuristicLabLoggingPlugin.cs

    r2474 r2493  
    3535  [Dependency(Dependency = "HeuristicLab.Data-3.3")]
    3636  [Dependency(Dependency = "HeuristicLab.Operators-3.3")]
    37   [Dependency(Dependency = "HeuristicLab.Charting-3.2")]
    38   [Dependency(Dependency = "HeuristicLab.Charting.Data-3.2")]
     37  [Dependency(Dependency = "HeuristicLab.Charting-3.3")]
     38  [Dependency(Dependency = "HeuristicLab.Charting.Data-3.3")]
    3939  [Dependency(Dependency = "HeuristicLab.Persistence-3.3")]
    4040  public class HeuristicLabLoggingPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.