Changeset 583 for branches/3.1/sources
- Timestamp:
- 09/24/08 13:56:52 (16 years ago)
- Location:
- branches/3.1/sources
- Files:
-
- 113 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/sources/HeuristicLab.sln
r564 r583 89 89 EndProject 90 90 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.CEDMA.Charting", "HeuristicLab.CEDMA.Charting\HeuristicLab.CEDMA.Charting.csproj", "{1BF17271-5350-476A-8F6D-FC74FA3E82CA}" 91 EndProject 92 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Communication.Data", "HeuristicLab.Communication.Data\HeuristicLab.Communication.Data.csproj", "{14E1C3E3-2496-436A-AE00-09F7B81DB15B}" 93 EndProject 94 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Communication.Operators", "HeuristicLab.Communication.Operators\HeuristicLab.Communication.Operators.csproj", "{6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}" 95 EndProject 96 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SimOpt", "HeuristicLab.SimOpt\HeuristicLab.SimOpt.csproj", "{32DAA44F-944A-465F-A5C9-1C491EE4976D}" 91 97 EndProject 92 98 Global … … 426 432 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.ActiveCfg = Release|x86 427 433 {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.Build.0 = Release|x86 434 {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 435 {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|Any CPU.Build.0 = Debug|Any CPU 436 {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|x86.ActiveCfg = Debug|Any CPU 437 {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Release|Any CPU.ActiveCfg = Release|Any CPU 438 {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Release|Any CPU.Build.0 = Release|Any CPU 439 {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Release|x86.ActiveCfg = Release|Any CPU 440 {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 441 {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU 442 {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|x86.ActiveCfg = Debug|Any CPU 443 {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU 444 {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Release|Any CPU.Build.0 = Release|Any CPU 445 {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Release|x86.ActiveCfg = Release|Any CPU 446 {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 447 {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|Any CPU.Build.0 = Debug|Any CPU 448 {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|x86.ActiveCfg = Debug|Any CPU 449 {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Release|Any CPU.ActiveCfg = Release|Any CPU 450 {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Release|Any CPU.Build.0 = Release|Any CPU 451 {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Release|x86.ActiveCfg = Release|Any CPU 428 452 EndGlobalSection 429 453 GlobalSection(SolutionProperties) = preSolution -
branches/3.1/sources/HeuristicLab/CopyAssemblies.cmd
r579 r583 20 20 copy %1\HeuristicLab.Charting\%2\HeuristicLab.Charting.dll .\plugins 21 21 copy %1\HeuristicLab.Charting.Data\%2\HeuristicLab.Charting.Data.dll .\plugins 22 copy %1\HeuristicLab.Communication.Data\%2\HeuristicLab.Communication.Data.dll .\plugins 23 copy %1\HeuristicLab.Communication.Operators\%2\HeuristicLab.Communication.Operators.dll .\plugins 22 24 copy %1\HeuristicLab.Core\%2\HeuristicLab.Core.dll .\plugins 23 25 copy %1\HeuristicLab.Constraints\%2\HeuristicLab.Constraints.dll .\plugins … … 43 45 copy %1\HeuristicLab.SequentialEngine\%2\HeuristicLab.SequentialEngine.dll .\plugins 44 46 copy %1\HeuristicLab.SGA\%2\HeuristicLab.SGA.dll .\plugins 47 copy %1\HeuristicLab.SimOpt\%2\HeuristicLab.SimOpt.dll .\plugins 45 48 copy %1\HeuristicLab.SQLite\%2\HeuristicLab.SQLite.dll .\plugins 46 49 copy %1\HeuristicLab.SQLite\System.Data.SQLite.dll .\plugins
Note: See TracChangeset
for help on using the changeset viewer.