Changeset 3032
- Timestamp:
- 03/15/10 14:02:11 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 35 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3021 r3032 176 176 EndProject 177 177 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimization.Operators-3.3", "HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj", "{25087811-F74C-4128-BC86-8324271DA13E}" 178 EndProject 179 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.IntVector-3.3", "HeuristicLab.Encodings.IntVector\3.3\HeuristicLab.Encodings.IntVector-3.3.csproj", "{5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}" 180 EndProject 181 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.IntVector-3.3.Tests", "HeuristicLab.Encodings.IntVector\3.3\Tests\HeuristicLab.Encodings.IntVector-3.3.Tests.csproj", "{B622D391-FB36-4E3D-B5F6-AEDF237DE890}" 178 182 EndProject 179 183 Global … … 802 806 {25087811-F74C-4128-BC86-8324271DA13E}.Release|x86.ActiveCfg = Release|x86 803 807 {25087811-F74C-4128-BC86-8324271DA13E}.Release|x86.Build.0 = Release|x86 808 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 809 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU 810 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|x64.ActiveCfg = Debug|Any CPU 811 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Debug|x86.ActiveCfg = Debug|Any CPU 812 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU 813 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|Any CPU.Build.0 = Release|Any CPU 814 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|x64.ActiveCfg = Release|Any CPU 815 {5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}.Release|x86.ActiveCfg = Release|Any CPU 816 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 817 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|Any CPU.Build.0 = Debug|Any CPU 818 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|x64.ActiveCfg = Debug|Any CPU 819 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Debug|x86.ActiveCfg = Debug|Any CPU 820 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|Any CPU.ActiveCfg = Release|Any CPU 821 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|Any CPU.Build.0 = Release|Any CPU 822 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|x64.ActiveCfg = Release|Any CPU 823 {B622D391-FB36-4E3D-B5F6-AEDF237DE890}.Release|x86.ActiveCfg = Release|Any CPU 804 824 EndGlobalSection 805 825 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab 3.3/Files.txt
r3021 r3032 19 19 HeuristicLab.Encodings.Permutation\3.3:HeuristicLab.Encodings.Permutation-3.3.dll 20 20 HeuristicLab.Encodings.RealVector\3.3:HeuristicLab.Encodings.RealVector-3.3.dll 21 HeuristicLab.Encodings.IntVector\3.3:HeuristicLab.Encodings.IntVector-3.3.dll 21 22 HeuristicLab.Logging\3.3:HeuristicLab.Logging-3.3.dll 22 23 HeuristicLab.MainForm\3.2:HeuristicLab.MainForm-3.2.dll
Note: See TracChangeset
for help on using the changeset viewer.