Changeset 8496
- Timestamp:
- 08/17/12 11:54:58 (12 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior
- Files:
-
- 1 added
- 3 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
-
Property
svn:ignore
set to
Plugin.cs
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj
r8415 r8496 49 49 <Private>False</Private> 50 50 </Reference> 51 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">52 <Private>False</Private>53 </Reference>54 51 <Reference Include="HeuristicLab.Core-3.3"> 55 52 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> … … 98 95 </ItemGroup> 99 96 <ItemGroup> 97 <Compile Include="AlgorithmBehaviorHelpers.cs" /> 100 98 <Compile Include="DuplicateSolutionsAnalyzer.cs" /> 101 99 <Compile Include="MutationPerformanceAnalyzer.cs" /> … … 104 102 <Compile Include="Properties\AssemblyInfo.cs" /> 105 103 <Compile Include="VariableDuplicator.cs" /> 106 </ItemGroup>107 <ItemGroup>108 <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior\3.3\HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj">109 <Project>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</Project>110 <Name>HeuristicLab.Analysis.AlgorithmBehavior-3.3</Name>111 </ProjectReference>112 104 </ItemGroup> 113 105 <ItemGroup> -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Plugin.cs.frame
r8382 r8496 23 23 24 24 namespace HeuristicLab.Analysis.AlgorithmBehavior.Analyzers { 25 [Plugin("HeuristicLab.Analysis.AlgorithmBehavior.Analyzers", "Provides operators and related classes for tracking the evolution within a GA.", "3.3.6.$WCREV$")]25 [Plugin("HeuristicLab.Analysis.AlgorithmBehavior.Analyzers", "Provides analyzers for tracking the behavior of GAs.", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] 28 28 [PluginDependency("HeuristicLab.Common", "3.3")] 29 [PluginDependency("HeuristicLab.Analysis", "3.3")] 29 30 [PluginDependency("HeuristicLab.Core", "3.3")] 30 31 [PluginDependency("HeuristicLab.Data", "3.3")] … … 35 36 [PluginDependency("HeuristicLab.Parameters", "3.3")] 36 37 [PluginDependency("HeuristicLab.Persistence", "3.3")] 37 public class HeuristicLabAnalysisAlgorithmBehaviorAnalyzers : PluginBase { 38 [PluginDependency("HeuristicLab.Problems.TravelingSalesman", "3.3")] 39 public class HeuristicLabAnalysisAlgorithmBehaviorAnalyzersPlugin : PluginBase { 38 40 } 39 41 } -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Properties
-
Property
svn:ignore
set to
AssemblyInfo.cs
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln
r8336 r8496 7 7 PreBuildEvent.cmd = PreBuildEvent.cmd 8 8 EndProjectSection 9 EndProject10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.AlgorithmBehavior-3.3", "HeuristicLab.Analysis.AlgorithmBehavior\3.3\HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj", "{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}"11 EndProject12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.AlgorithmBehavior.Operators-3.3", "HeuristicLab.Analysis.AlgorithmBehavior.Operators\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Operators-3.3.csproj", "{44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}"13 EndProject14 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Selection-3.3", "HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj", "{2C36CD4F-E5F5-43A4-801A-201EA895FE17}"15 9 EndProject 16 10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3", "HeuristicLab.Analysis.AlgorithmBehavior.Analyzers\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj", "{2533D1F9-F7F6-46CB-90D2-76D254E38DEE}" … … 26 20 EndGlobalSection 27 21 GlobalSection(ProjectConfigurationPlatforms) = postSolution 28 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU29 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|Any CPU.Build.0 = Debug|Any CPU30 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|x64.ActiveCfg = Debug|Any CPU31 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|x86.ActiveCfg = Debug|Any CPU32 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|Any CPU.ActiveCfg = Release|Any CPU33 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|Any CPU.Build.0 = Release|Any CPU34 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|x64.ActiveCfg = Release|Any CPU35 {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|x86.ActiveCfg = Release|Any CPU36 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU37 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|Any CPU.Build.0 = Debug|Any CPU38 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|x64.ActiveCfg = Debug|Any CPU39 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|x86.ActiveCfg = Debug|Any CPU40 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU41 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|Any CPU.Build.0 = Release|Any CPU42 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|x64.ActiveCfg = Release|Any CPU43 {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|x86.ActiveCfg = Release|Any CPU44 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU45 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|Any CPU.Build.0 = Debug|Any CPU46 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x64.ActiveCfg = Debug|x6447 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x64.Build.0 = Debug|x6448 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x86.ActiveCfg = Debug|x8649 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x86.Build.0 = Debug|x8650 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|Any CPU.ActiveCfg = Release|Any CPU51 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|Any CPU.Build.0 = Release|Any CPU52 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x64.ActiveCfg = Release|x6453 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x64.Build.0 = Release|x6454 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x86.ActiveCfg = Release|x8655 {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x86.Build.0 = Release|x8656 22 {2533D1F9-F7F6-46CB-90D2-76D254E38DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 57 23 {2533D1F9-F7F6-46CB-90D2-76D254E38DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
Note: See TracChangeset
for help on using the changeset viewer.