Changeset 3702 for trunk/sources/HeuristicLab.Tracing
- Timestamp:
- 05/07/10 15:27:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Tracing/3.3
- Files:
-
- 1 deleted
- 1 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r3695 r3702 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Tracing</RootNamespace> 12 <AssemblyName>HeuristicLab.Tracing-3. 2</AssemblyName>12 <AssemblyName>HeuristicLab.Tracing-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 <DocumentationFile>bin\Release\HeuristicLab.Tracing-3. 2.XML</DocumentationFile>34 <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 35 35 </PropertyGroup> 36 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 49 49 <PlatformTarget>x64</PlatformTarget> 50 50 <ErrorReport>prompt</ErrorReport> 51 <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3. 2.XML</DocumentationFile>51 <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 66 66 <PlatformTarget>x86</PlatformTarget> 67 67 <ErrorReport>prompt</ErrorReport> 68 <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3. 2.XML</DocumentationFile>68 <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 69 69 </PropertyGroup> 70 70 <ItemGroup> -
trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLabTracingPlugin.cs.frame
r3058 r3702 27 27 /// HeuristicLab Tracing Plugin 28 28 /// </summary> 29 [Plugin("HeuristicLab.Tracing", "3. 2.0.$WCREV$")]30 [PluginFile("HeuristicLab.Tracing-3. 2.dll", PluginFileType.Assembly)]29 [Plugin("HeuristicLab.Tracing", "3.3.0.$WCREV$")] 30 [PluginFile("HeuristicLab.Tracing-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginFile("HeuristicLab.log4net.xml", PluginFileType.Data)] 32 32 [PluginDependency("HeuristicLab.log4net", "1.2.10.0")]
Note: See TracChangeset
for help on using the changeset viewer.