Changeset 16674
- Timestamp:
- 03/12/19 18:25:45 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals/HeuristicLab 3.3.sln
r16430 r16674 462 462 EndProject 463 463 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3", "HeuristicLab.Algorithms.MOCMAEvolutionStrategy\3.3\HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj", "{0E2E224F-E9B2-41F3-B510-09183EEBA2AF}" 464 EndProject 465 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{792B51DB-F5AC-4EED-B165-8E57057413B4}" 464 466 EndProject 465 467 Global … … 2249 2251 {0E2E224F-E9B2-41F3-B510-09183EEBA2AF}.Release|x86.ActiveCfg = Release|x86 2250 2252 {0E2E224F-E9B2-41F3-B510-09183EEBA2AF}.Release|x86.Build.0 = Release|x86 2253 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2254 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|Any CPU.Build.0 = Debug|Any CPU 2255 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x64.ActiveCfg = Debug|Any CPU 2256 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x64.Build.0 = Debug|Any CPU 2257 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x86.ActiveCfg = Debug|Any CPU 2258 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x86.Build.0 = Debug|Any CPU 2259 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|Any CPU.ActiveCfg = Release|Any CPU 2260 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|Any CPU.Build.0 = Release|Any CPU 2261 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x64.ActiveCfg = Release|Any CPU 2262 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x64.Build.0 = Release|Any CPU 2263 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.ActiveCfg = Release|Any CPU 2264 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.Build.0 = Release|Any CPU 2251 2265 EndGlobalSection 2252 2266 GlobalSection(SolutionProperties) = preSolution -
branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r16673 r16674 167 167 <Compile Include="Interpreter\BatchInstruction.cs" /> 168 168 <Compile Include="Interpreter\BatchOperations.cs" /> 169 <Compile Include="Interpreter\Interpreter.cs" /> 169 170 <Compile Include="Interpreter\IntervalInterpreter.cs" /> 170 171 <Compile Include="Interpreter\SymbolicDataAnalysisExpressionCompiledTreeInterpreter.cs" />
Note: See TracChangeset
for help on using the changeset viewer.