Changeset 1534 for trunk/sources/HeuristicLab.Tracing
- Timestamp:
- 04/07/09 18:01:25 (16 years ago)
- 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 68 68 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> 69 69 <SpecificVersion>False</SpecificVersion> 70 <HintPath>libs\ debug\log4net.dll</HintPath>70 <HintPath>libs\release\log4net.dll</HintPath> 71 71 </Reference> 72 72 <Reference Include="System" /> … … 94 94 </ItemGroup> 95 95 <ItemGroup> 96 <ProjectReference Include="..\ HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">96 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 97 97 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 98 98 <Name>HeuristicLab.PluginInfrastructure</Name> -
trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs
r1530 r1534 3 3 namespace HeuristicLab.Tracing { 4 4 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)] 7 7 [PluginFile(Filename = "log4net.dll", Filetype = PluginFileType.Assembly)] 8 8 [PluginFile(Filename = "log4net licence.txt", Filetype = PluginFileType.License)]
Note: See TracChangeset
for help on using the changeset viewer.