Changeset 3363
- Timestamp:
- 04/16/10 02:07:21 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3352 r3363 75 75 {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1} = {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1} 76 76 {70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC} = {70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC} 77 {3F090389-DC7C-4F22-8B11-1977C8032D94} = {3F090389-DC7C-4F22-8B11-1977C8032D94}78 77 {81609E8A-9757-4865-8B89-0B6603F769E8} = {81609E8A-9757-4865-8B89-0B6603F769E8} 79 78 {8FA6898D-E4B0-4E08-A6D6-F9F520E7959F} = {8FA6898D-E4B0-4E08-A6D6-F9F520E7959F} … … 222 221 EndProject 223 222 Project("{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 EndProject225 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}"226 223 EndProject 227 224 Project("{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}" … … 1204 1201 {DE12659F-87C4-48E6-B2E3-4E73DD95A540}.Services|x64.ActiveCfg = Release|x64 1205 1202 {DE12659F-87C4-48E6-B2E3-4E73DD95A540}.Services|x86.ActiveCfg = Release|x86 1206 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU1207 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|Any CPU.Build.0 = Debug|Any CPU1208 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x64.ActiveCfg = Debug|x641209 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x64.Build.0 = Debug|x641210 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x86.ActiveCfg = Debug|x861211 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Debug|x86.Build.0 = Debug|x861212 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|Any CPU.ActiveCfg = Release|Any CPU1213 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|Any CPU.Build.0 = Release|Any CPU1214 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x64.ActiveCfg = Release|x641215 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x64.Build.0 = Release|x641216 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x86.ActiveCfg = Release|x861217 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Release|x86.Build.0 = Release|x861218 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|Any CPU.ActiveCfg = Release|Any CPU1219 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|x64.ActiveCfg = Release|x641220 {3F090389-DC7C-4F22-8B11-1977C8032D94}.Services|x86.ActiveCfg = Release|x861221 1203 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1222 1204 {421D9CCA-5A48-4813-AB9C-ED7025F9CC35}.Debug|x64.ActiveCfg = Debug|x64 -
trunk/sources/HeuristicLab 3.3/Files.txt
r3348 r3363 6 6 HeuristicLab.Algorithms.EvolutionStrategy\3.3:HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll 7 7 HeuristicLab.Algorithms.GeneticAlgorithm\3.3:HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll 8 HeuristicLab.Algorithms.GeneticAlgorithm.Views\3.3:HeuristicLab.Algorithms.GeneticAlgorithm.Views-3.3.dll9 8 HeuristicLab.Algorithms.LocalSearch\3.3:HeuristicLab.Algorithms.LocalSearch-3.3.dll 10 9 HeuristicLab.Algorithms.MultipopulationAlgorithm\3.3:HeuristicLab.Algorithms.MultipopulationAlgorithm-3.3.dll
Note: See TracChangeset
for help on using the changeset viewer.