Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3702


Ignore:
Timestamp:
05/07/10 15:27:15 (14 years ago)
Author:
mkommend
Message:

updated plugin version of tracing and common.resources to 3.3 (ticket #1002)

Location:
trunk/sources
Files:
2 deleted
52 edited
2 copied
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r3676 r3702  
    103103  EndProjectSection
    104104EndProject
    105 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.2", "HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}"
    106 EndProject
    107 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Common.Resources-3.2", "HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj", "{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}"
     105Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.2", "HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}"
     106EndProject
     107Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Common.Resources-3.3", "HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj", "{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}"
    108108EndProject
    109109Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimizer-3.3", "HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj", "{C664305E-497C-4533-A140-967DEDB05C19}"
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r3676 r3702  
    1717HeuristicLab.Collections\3.3:HeuristicLab.Collections-3.3.dll
    1818HeuristicLab.Common\3.3:HeuristicLab.Common-3.3.dll
    19 HeuristicLab.Common.Resources\3.2:HeuristicLab.Common.Resources-3.2.dll
     19HeuristicLab.Common.Resources\3.3:HeuristicLab.Common.Resources-3.3.dll
    2020HeuristicLab.Core\3.3:HeuristicLab.Core-3.3.dll
    2121HeuristicLab.Core.Views\3.3:HeuristicLab.Core.Views-3.3.dll
     
    6060HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll
    6161HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll
    62 HeuristicLab.Tracing\3.2:HeuristicLab.Tracing-3.2.dll
    63 HeuristicLab.Tracing\3.2:HeuristicLab.log4net.xml
     62HeuristicLab.Tracing\3.3:HeuristicLab.Tracing-3.3.dll
     63HeuristicLab.Tracing\3.3:HeuristicLab.log4net.xml
    6464
    6565;External Libraries
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Tests/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj

    r3384 r3702  
    8686      <Name>HeuristicLab.Collections-3.3</Name>
    8787    </ProjectReference>
    88     <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     88    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    8989      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    90       <Name>HeuristicLab.Common.Resources-3.2</Name>
     90      <Name>HeuristicLab.Common.Resources-3.3</Name>
    9191    </ProjectReference>
    9292    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     
    146146      <Name>HeuristicLab.SequentialEngine-3.3</Name>
    147147    </ProjectReference>
    148     <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
     148    <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
    149149      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    150150      <Name>HeuristicLab.Tracing-3.2</Name>
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r3662 r3702  
    111111      <Name>HeuristicLab.Collections-3.3</Name>
    112112    </ProjectReference>
    113     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     113    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    114114      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    115       <Name>HeuristicLab.Common.Resources-3.2</Name>
     115      <Name>HeuristicLab.Common.Resources-3.3</Name>
    116116    </ProjectReference>
    117117    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLabAnalysisPlugin.cs.frame

    r3616 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj

    r2911 r3702  
    140140  </ItemGroup>
    141141  <ItemGroup>
    142     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     142    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    143143      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    144       <Name>HeuristicLab.Common.Resources-3.2</Name>
     144      <Name>HeuristicLab.Common.Resources-3.3</Name>
    145145    </ProjectReference>
    146146    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
  • trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs.frame

    r2911 r3702  
    2929  [Plugin("HeuristicLab.CodeEditor", "3.2.0.$WCREV$")]
    3030  [PluginFile("HeuristicLab.CodeEditor-3.2.dll", PluginFileType.Assembly)]
    31   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     31  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")]
    3333  public class HeuristicLabCodeEditorPlugin : PluginBase {
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r3695 r3702  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Common.Resources</RootNamespace>
    12     <AssemblyName>HeuristicLab.Common.Resources-3.2</AssemblyName>
     12    <AssemblyName>HeuristicLab.Common.Resources-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
  • trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLabCommonResourcesPlugin.cs.frame

    r3418 r3702  
    2626
    2727namespace HeuristicLab.Common.Resources {
    28   [Plugin("HeuristicLab.Common.Resources", "3.2.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Common.Resources-3.2.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Common.Resources", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Common.Resources-3.3.dll", PluginFileType.Assembly)]
    3030  public class HeuristicLabCommonResourcesPlugin : PluginBase {
    3131  }
  • trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj

    r3613 r3702  
    280280      <Name>HeuristicLab.Collections-3.3</Name>
    281281    </ProjectReference>
    282     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     282    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    283283      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    284       <Name>HeuristicLab.Common.Resources-3.2</Name>
     284      <Name>HeuristicLab.Common.Resources-3.3</Name>
    285285    </ProjectReference>
    286286    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLabCoreViewsPlugin.cs.frame

    r3437 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.MainForm", "3.3")]
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3663 r3702  
    189189      <Name>HeuristicLab.Collections-3.3</Name>
    190190    </ProjectReference>
    191     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     191    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    192192      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    193       <Name>HeuristicLab.Common.Resources-3.2</Name>
     193      <Name>HeuristicLab.Common.Resources-3.3</Name>
    194194    </ProjectReference>
    195195    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLabCorePlugin.cs.frame

    r3384 r3702  
    3333  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3434  [PluginDependency("HeuristicLab.Common", "3.3")]
    35   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     35  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3636  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3737  public class HeuristicLabCorePlugin : PluginBase {
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r3602 r3702  
    128128  </ItemGroup>
    129129  <ItemGroup>
    130     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     130    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    131131      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    132       <Name>HeuristicLab.Common.Resources-3.2</Name>
     132      <Name>HeuristicLab.Common.Resources-3.3</Name>
    133133    </ProjectReference>
    134134    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLabDataPlugin.cs.frame

    r3384 r3702  
    2929  [PluginFile("HeuristicLab.Data-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
    31   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     31  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
    3333  [PluginDependency("HeuristicLab.Persistence", "3.3")]
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj

    r3436 r3702  
    156156      <Name>HeuristicLab.Collections-3.3</Name>
    157157    </ProjectReference>
    158     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     158    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    159159      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    160       <Name>HeuristicLab.Common.Resources-3.2</Name>
     160      <Name>HeuristicLab.Common.Resources-3.3</Name>
    161161    </ProjectReference>
    162162    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame

    r3436 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj

    r3572 r3702  
    176176  </ItemGroup>
    177177  <ItemGroup>
    178     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     178    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    179179      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    180       <Name>HeuristicLab.Common.Resources-3.2</Name>
     180      <Name>HeuristicLab.Common.Resources-3.3</Name>
    181181    </ProjectReference>
    182182    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLabMainFormWindowsFormsPlugin.cs.frame

    r3437 r3702  
    2929  [PluginFile("HeuristicLab.MainForm.WindowsForms-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
    31   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     31  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3333  [PluginDependency("HeuristicLab.WinFormsUI", "2.3.1")]
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj

    r3443 r3702  
    109109      <Name>HeuristicLab.Collections-3.3</Name>
    110110    </ProjectReference>
    111     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     111    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    112112      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    113       <Name>HeuristicLab.Common.Resources-3.2</Name>
     113      <Name>HeuristicLab.Common.Resources-3.3</Name>
    114114    </ProjectReference>
    115115    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj

    r3437 r3702  
    126126      <Name>HeuristicLab.Collections-3.3</Name>
    127127    </ProjectReference>
    128     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     128    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    129129      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    130       <Name>HeuristicLab.Common.Resources-3.2</Name>
     130      <Name>HeuristicLab.Common.Resources-3.3</Name>
    131131    </ProjectReference>
    132132    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r3597 r3702  
    123123      <Name>HeuristicLab.Collections-3.3</Name>
    124124    </ProjectReference>
    125     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     125    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    126126      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    127       <Name>HeuristicLab.Common.Resources-3.2</Name>
     127      <Name>HeuristicLab.Common.Resources-3.3</Name>
    128128    </ProjectReference>
    129129    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLabOperatorsPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r3633 r3702  
    208208      <Name>HeuristicLab.Collections-3.3</Name>
    209209    </ProjectReference>
    210     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     210    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    211211      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    212       <Name>HeuristicLab.Common.Resources-3.2</Name>
     212      <Name>HeuristicLab.Common.Resources-3.3</Name>
    213213    </ProjectReference>
    214214    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLabOptimizationViewsPlugin.cs.frame

    r3437 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r3682 r3702  
    152152      <Name>HeuristicLab.Collections-3.3</Name>
    153153    </ProjectReference>
    154     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     154    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    155155      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    156       <Name>HeuristicLab.Common.Resources-3.2</Name>
     156      <Name>HeuristicLab.Common.Resources-3.3</Name>
    157157    </ProjectReference>
    158158    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLabOptimizationPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r3695 r3702  
    145145  </ItemGroup>
    146146  <ItemGroup>
    147     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     147    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    148148      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    149       <Name>HeuristicLab.Common.Resources-3.2</Name>
     149      <Name>HeuristicLab.Common.Resources-3.3</Name>
    150150    </ProjectReference>
    151151    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame

    r3557 r3702  
    2828  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    2929  [PluginDependency("HeuristicLab.Common", "3.3")]
    30   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     30  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj

    r3659 r3702  
    134134      <Name>HeuristicLab.Collections-3.3</Name>
    135135    </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     136    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    137137      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    138       <Name>HeuristicLab.Common.Resources-3.2</Name>
     138      <Name>HeuristicLab.Common.Resources-3.3</Name>
    139139    </ProjectReference>
    140140    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLabParametersViewsPlugin.cs.frame

    r3437 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
  • trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj

    r3660 r3702  
    107107      <Name>HeuristicLab.Collections-3.3</Name>
    108108    </ProjectReference>
    109     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     109    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    110110      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    111       <Name>HeuristicLab.Common.Resources-3.2</Name>
     111      <Name>HeuristicLab.Common.Resources-3.3</Name>
    112112    </ProjectReference>
    113113    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLabParametersPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Persistence", "3.3")]
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r3036 r3702  
    237237      <Name>HeuristicLab.PluginInfrastructure</Name>
    238238    </ProjectReference>
    239     <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
     239    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
    240240      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    241       <Name>HeuristicLab.Tracing-3.2</Name>
     241      <Name>HeuristicLab.Tracing-3.3</Name>
    242242    </ProjectReference>
    243243  </ItemGroup>
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs.frame

    r3016 r3702  
    88  [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")]
    99  [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
    10   [PluginDependency("HeuristicLab.Tracing", "3.2")]
     10  [PluginDependency("HeuristicLab.Tracing", "3.3")]
    1111  public class HeuristicLabPersistencePlugin : PluginBase { }
    1212
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/HeuristicLab.Problems.ArtificialAnt-3.3.csproj

    r3681 r3702  
    106106      <Name>HeuristicLab.Collections-3.3</Name>
    107107    </ProjectReference>
    108     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     108    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    109109      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    110       <Name>HeuristicLab.Common.Resources-3.2</Name>
     110      <Name>HeuristicLab.Common.Resources-3.3</Name>
    111111    </ProjectReference>
    112112    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj

    r3683 r3702  
    120120      <Name>HeuristicLab.Collections-3.3</Name>
    121121    </ProjectReference>
    122     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     122    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    123123      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    124       <Name>HeuristicLab.Common.Resources-3.2</Name>
     124      <Name>HeuristicLab.Common.Resources-3.3</Name>
    125125    </ProjectReference>
    126126    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj

    r3531 r3702  
    119119      <Name>HeuristicLab.Collections-3.3</Name>
    120120    </ProjectReference>
    121     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     121    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    122122      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    123       <Name>HeuristicLab.Common.Resources-3.2</Name>
     123      <Name>HeuristicLab.Common.Resources-3.3</Name>
    124124    </ProjectReference>
    125125    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj

    r3476 r3702  
    101101      <Name>HeuristicLab.Collections-3.3</Name>
    102102    </ProjectReference>
    103     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     103    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    104104      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    105       <Name>HeuristicLab.Common.Resources-3.2</Name>
     105      <Name>HeuristicLab.Common.Resources-3.3</Name>
    106106    </ProjectReference>
    107107    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLabProblemsKnapsackViewsPlugin.cs.frame

    r3467 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
  • trunk/sources/HeuristicLab.Problems.Knapsack/3.3/HeuristicLab.Problems.Knapsack-3.3.csproj

    r3667 r3702  
    102102      <Name>HeuristicLab.Collections-3.3</Name>
    103103    </ProjectReference>
    104     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     104    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    105105      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    106       <Name>HeuristicLab.Common.Resources-3.2</Name>
     106      <Name>HeuristicLab.Common.Resources-3.3</Name>
    107107    </ProjectReference>
    108108    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.Knapsack/3.3/HeuristicLabProblemsKnapsackPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj

    r3653 r3702  
    101101      <Name>HeuristicLab.Collections-3.3</Name>
    102102    </ProjectReference>
    103     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     103    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    104104      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    105       <Name>HeuristicLab.Common.Resources-3.2</Name>
     105      <Name>HeuristicLab.Common.Resources-3.3</Name>
    106106    </ProjectReference>
    107107    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLabProblemsOneMaxViewsPlugin.cs.frame

    r3645 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
  • trunk/sources/HeuristicLab.Problems.OneMax/3.3/HeuristicLab.Problems.OneMax-3.3.csproj

    r3667 r3702  
    103103      <Name>HeuristicLab.Collections-3.3</Name>
    104104    </ProjectReference>
    105     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     105    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    106106      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    107       <Name>HeuristicLab.Common.Resources-3.2</Name>
     107      <Name>HeuristicLab.Common.Resources-3.3</Name>
    108108    </ProjectReference>
    109109    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.OneMax/3.3/HeuristicLabProblemsOneMaxPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj

    r3684 r3702  
    134134      <Name>HeuristicLab.Collections-3.3</Name>
    135135    </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     136    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    137137      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    138       <Name>HeuristicLab.Common.Resources-3.2</Name>
     138      <Name>HeuristicLab.Common.Resources-3.3</Name>
    139139    </ProjectReference>
    140140    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj

    r3437 r3702  
    116116      <Name>HeuristicLab.Collections-3.3</Name>
    117117    </ProjectReference>
    118     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     118    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    119119      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    120       <Name>HeuristicLab.Common.Resources-3.2</Name>
     120      <Name>HeuristicLab.Common.Resources-3.3</Name>
    121121    </ProjectReference>
    122122    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame

    r3437 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj

    r3663 r3702  
    117117      <Name>HeuristicLab.Collections-3.3</Name>
    118118    </ProjectReference>
    119     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     119    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    120120      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    121       <Name>HeuristicLab.Common.Resources-3.2</Name>
     121      <Name>HeuristicLab.Common.Resources-3.3</Name>
    122122    </ProjectReference>
    123123    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame

    r3384 r3702  
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     32  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj

    r3695 r3702  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Tracing</RootNamespace>
    12     <AssemblyName>HeuristicLab.Tracing-3.2</AssemblyName>
     12    <AssemblyName>HeuristicLab.Tracing-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.2.XML</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile>
    3535  </PropertyGroup>
    3636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    4949    <PlatformTarget>x64</PlatformTarget>
    5050    <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>
    5252  </PropertyGroup>
    5353  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6666    <PlatformTarget>x86</PlatformTarget>
    6767    <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>
    6969  </PropertyGroup>
    7070  <ItemGroup>
  • trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLabTracingPlugin.cs.frame

    r3058 r3702  
    2727  /// HeuristicLab Tracing Plugin
    2828  /// </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)]
    3131  [PluginFile("HeuristicLab.log4net.xml", PluginFileType.Data)]
    3232  [PluginDependency("HeuristicLab.log4net", "1.2.10.0")]
Note: See TracChangeset for help on using the changeset viewer.