Changeset 3093
- Timestamp:
- 03/17/10 20:02:47 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 14 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3084 r3093 60 60 {2C36CD4F-E5F5-43A4-801A-201EA895FE17} = {2C36CD4F-E5F5-43A4-801A-201EA895FE17} 61 61 {3BD61258-31DA-4B09-89C0-4F71FEF5F05A} = {3BD61258-31DA-4B09-89C0-4F71FEF5F05A} 62 {96E5ED5B-187D-4012-9CDA-D85CDAD38342} = {96E5ED5B-187D-4012-9CDA-D85CDAD38342} 62 63 {C664305E-497C-4533-A140-967DEDB05C19} = {C664305E-497C-4533-A140-967DEDB05C19} 63 64 {E10F395F-C8A6-48AD-B470-9AA7A1F43809} = {E10F395F-C8A6-48AD-B470-9AA7A1F43809} … … 205 206 EndProject 206 207 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.LS-3.3", "HeuristicLab.Algorithms.LS\3.3\HeuristicLab.Algorithms.LS-3.3.csproj", "{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}" 208 EndProject 209 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.SimulatedAnnealing-3.3", "HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj", "{96E5ED5B-187D-4012-9CDA-D85CDAD38342}" 207 210 EndProject 208 211 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginAdministrator-3.3", "HeuristicLab.PluginAdministrator\3.3\HeuristicLab.PluginAdministrator-3.3.csproj", "{C458C60D-33CE-42B8-8B7A-651B698A3C96}" … … 1236 1239 {EBEBA863-DD05-4331-BE25-5758B15F7407}.Services|x86.ActiveCfg = Release|x86 1237 1240 {EBEBA863-DD05-4331-BE25-5758B15F7407}.Services|x86.Build.0 = Release|x86 1241 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1242 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Debug|Any CPU.Build.0 = Debug|Any CPU 1243 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Debug|x64.ActiveCfg = Debug|x64 1244 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Debug|x64.Build.0 = Debug|x64 1245 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Debug|x86.ActiveCfg = Debug|x86 1246 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Debug|x86.Build.0 = Debug|x86 1247 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Release|Any CPU.ActiveCfg = Release|Any CPU 1248 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Release|Any CPU.Build.0 = Release|Any CPU 1249 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Release|x64.ActiveCfg = Release|x64 1250 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Release|x64.Build.0 = Release|x64 1251 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Release|x86.ActiveCfg = Release|x86 1252 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Release|x86.Build.0 = Release|x86 1238 1253 EndGlobalSection 1239 1254 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj
r3078 r3093 81 81 </ItemGroup> 82 82 <ItemGroup> 83 <Compile Include="SquareRootDiscreteDoubleValueModifier.cs" /> 84 <Compile Include="DiscreteDoubleValueModifier.cs" /> 85 <Compile Include="ExponentialDiscreteDoubleValueModifier.cs" /> 83 86 <Compile Include="HeuristicLabOptimizationOperatorsPlugin.cs" /> 87 <Compile Include="LinearDiscreteDoubleValueModifier.cs" /> 84 88 <Compile Include="Properties\AssemblyInfo.cs" /> 85 89 <Compile Include="ChildrenCreator.cs" /> 90 <Compile Include="QuadraticDiscreteDoubleValueModifier.cs" /> 86 91 <Compile Include="QualityComparator.cs" /> 87 92 <Compile Include="SolutionsCreator.cs" /> … … 108 113 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 109 114 <Name>HeuristicLab.Operators-3.3</Name> 115 </ProjectReference> 116 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 117 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 118 <Name>HeuristicLab.Optimization-3.3</Name> 110 119 </ProjectReference> 111 120 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> -
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r3044 r3093 86 86 <None Include="HeuristicLabOptimizationPlugin.cs.frame" /> 87 87 <Compile Include="Algorithm.cs" /> 88 <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" /> 88 89 <Compile Include="Interfaces\IMoveOperator.cs" /> 89 90 <Compile Include="Interfaces\ISingleObjectiveMoveEvaluator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.