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.Tracing/3.2
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Tracing-3.2.csproj

    r1533 r1534  
    6868    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
    6969      <SpecificVersion>False</SpecificVersion>
    70       <HintPath>libs\debug\log4net.dll</HintPath>
     70      <HintPath>libs\release\log4net.dll</HintPath>
    7171    </Reference>
    7272    <Reference Include="System" />
     
    9494  </ItemGroup>
    9595  <ItemGroup>
    96     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     96    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    9797      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    9898      <Name>HeuristicLab.PluginInfrastructure</Name>
  • trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs

    r1530 r1534  
    33namespace HeuristicLab.Tracing {
    44
    5   [ClassInfo(Name = "HeuristicLab.Tracing-1.0")]
    6   [PluginFile(Filename = "HeuristicLab.Tracing-1.0.dll", Filetype = PluginFileType.Assembly)]
     5  [ClassInfo(Name = "HeuristicLab.Tracing-3.2")]
     6  [PluginFile(Filename = "HeuristicLab.Tracing-3.2.dll", Filetype = PluginFileType.Assembly)]
    77  [PluginFile(Filename = "log4net.dll", Filetype = PluginFileType.Assembly)]
    88  [PluginFile(Filename = "log4net licence.txt", Filetype = PluginFileType.License)]
Note: See TracChangeset for help on using the changeset viewer.