Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3363


Ignore:
Timestamp:
04/16/10 02:07:21 (14 years ago)
Author:
swagner
Message:

Removed unnecessary plugin HeuristicLab.Algorithms.GeneticAlgorithm.Views (#863).

Location:
trunk/sources
Files:
1 deleted
2 edited

Legend:

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

    r3352 r3363  
    7575    {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1} = {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}
    7676    {70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC} = {70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}
    77     {3F090389-DC7C-4F22-8B11-1977C8032D94} = {3F090389-DC7C-4F22-8B11-1977C8032D94}
    7877    {81609E8A-9757-4865-8B89-0B6603F769E8} = {81609E8A-9757-4865-8B89-0B6603F769E8}
    7978    {8FA6898D-E4B0-4E08-A6D6-F9F520E7959F} = {8FA6898D-E4B0-4E08-A6D6-F9F520E7959F}
     
    222221EndProject
    223222Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests", "HeuristicLab.Algorithms.GeneticAlgorithm\3.3\Tests\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj", "{DE12659F-87C4-48E6-B2E3-4E73DD95A540}"
    224 EndProject
    225 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.GeneticAlgorithm.Views-3.3", "HeuristicLab.Algorithms.GeneticAlgorithm.Views\3.3\HeuristicLab.Algorithms.GeneticAlgorithm.Views-3.3.csproj", "{3F090389-DC7C-4F22-8B11-1977C8032D94}"
    226223EndProject
    227224Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Deployment-3.3.Tests", "HeuristicLab.Services.Deployment\3.3\Tests\HeuristicLab.Services.Deployment-3.3.Tests.csproj", "{421D9CCA-5A48-4813-AB9C-ED7025F9CC35}"
     
    12041201    {DE12659F-87C4-48E6-B2E3-4E73DD95A540}.Services|x64.ActiveCfg = Release|x64
    12051202    {DE12659F-87C4-48E6-B2E3-4E73DD95A540}.Services|x86.ActiveCfg = Release|x86
    1206     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    1207     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|Any CPU.Build.0 = Debug|Any CPU
    1208     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x64.ActiveCfg = Debug|x64
    1209     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x64.Build.0 = Debug|x64
    1210     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x86.ActiveCfg = Debug|x86
    1211     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x86.Build.0 = Debug|x86
    1212     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|Any CPU.ActiveCfg = Release|Any CPU
    1213     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|Any CPU.Build.0 = Release|Any CPU
    1214     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x64.ActiveCfg = Release|x64
    1215     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x64.Build.0 = Release|x64
    1216     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x86.ActiveCfg = Release|x86
    1217     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x86.Build.0 = Release|x86
    1218     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|Any CPU.ActiveCfg = Release|Any CPU
    1219     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|x64.ActiveCfg = Release|x64
    1220     {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|x86.ActiveCfg = Release|x86
    12211203    {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    12221204    {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|x64.ActiveCfg = Debug|x64
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r3348 r3363  
    66HeuristicLab.Algorithms.EvolutionStrategy\3.3:HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll
    77HeuristicLab.Algorithms.GeneticAlgorithm\3.3:HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll
    8 HeuristicLab.Algorithms.GeneticAlgorithm.Views\3.3:HeuristicLab.Algorithms.GeneticAlgorithm.Views-3.3.dll
    98HeuristicLab.Algorithms.LocalSearch\3.3:HeuristicLab.Algorithms.LocalSearch-3.3.dll
    109HeuristicLab.Algorithms.MultipopulationAlgorithm\3.3:HeuristicLab.Algorithms.MultipopulationAlgorithm-3.3.dll
Note: See TracChangeset for help on using the changeset viewer.