Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/09 18:01:25 (15 years ago)
Author:
swagner
Message:

Updated main solution file and fixed minor errors in names and version numbers of projects (#576)

Location:
trunk/sources/HeuristicLab.Persistence/3.3
Files:
1 edited
1 moved

Legend:

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

    r1533 r1534  
    8282    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
    8383      <SpecificVersion>False</SpecificVersion>
    84       <HintPath>..\HeuristicLab.Tracing\libs\debug\log4net.dll</HintPath>
     84      <HintPath>..\..\HeuristicLab.Tracing\3.2\libs\release\log4net.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="System" />
     
    157157  </ItemGroup>
    158158  <ItemGroup>
    159     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     159    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    160160      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    161161      <Name>HeuristicLab.PluginInfrastructure</Name>
    162162    </ProjectReference>
    163     <ProjectReference Include="..\HeuristicLab.Tracing\HeuristicLab.Tracing.csproj">
     163    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
    164164      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    165       <Name>HeuristicLab.Tracing</Name>
     165      <Name>HeuristicLab.Tracing-3.2</Name>
    166166    </ProjectReference>
    167167  </ItemGroup>
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs

    r1530 r1534  
    55  [ClassInfo(Name = "HeuristicLab.Persistence-3.3")]
    66  [PluginFile(Filename = "HeuristicLab.Persistence-3.3.dll", Filetype = PluginFileType.Assembly)]
    7   [Dependency(Dependency = "HeuristicLab.Logging-1.0")]
     7  [Dependency(Dependency = "HeuristicLab.Tracing-3.2")]
    88  public class HeuristicLabPersistencePlugin : PluginBase {}
    99
Note: See TracChangeset for help on using the changeset viewer.