- Timestamp:
- 08/02/11 16:51:11 (13 years ago)
- Location:
- branches/SimulationCore
- Files:
-
- 19 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SimulationCore/HeuristicLab 3.3.sln
r6621 r6623 89 89 {678E2145-8152-4E19-9646-07D439D00301} = {678E2145-8152-4E19-9646-07D439D00301} 90 90 {49F28045-7B5F-411B-8D59-16C846FA26E0} = {49F28045-7B5F-411B-8D59-16C846FA26E0} 91 {71537847-8B2D-4016-B6BF-DF0931024AC8} = {71537847-8B2D-4016-B6BF-DF0931024AC8} 91 92 {BB994448-2B21-4564-BB2E-38D8FFF8CF18} = {BB994448-2B21-4564-BB2E-38D8FFF8CF18} 92 93 {0C39A349-1979-419A-89BD-E4E2F26BD287} = {0C39A349-1979-419A-89BD-E4E2F26BD287} … … 413 414 EndProject 414 415 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SimulationCore.Views-3.3", "HeuristicLab.SimulationCore.Views\3.3\HeuristicLab.SimulationCore.Views-3.3.csproj", "{CD2BCD63-40FA-48FF-9AF6-3B386C91A926}" 416 EndProject 417 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SimulationCore.Samples-3.3", "HeuristicLab.SimulationCore.Samples\3.3\HeuristicLab.SimulationCore.Samples-3.3.csproj", "{71537847-8B2D-4016-B6BF-DF0931024AC8}" 415 418 EndProject 416 419 Global … … 1903 1906 {CD2BCD63-40FA-48FF-9AF6-3B386C91A926}.Release|x86.ActiveCfg = Release|x86 1904 1907 {CD2BCD63-40FA-48FF-9AF6-3B386C91A926}.Release|x86.Build.0 = Release|x86 1908 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1909 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU 1910 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Debug|x64.ActiveCfg = Debug|x64 1911 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Debug|x64.Build.0 = Debug|x64 1912 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Debug|x86.ActiveCfg = Debug|x86 1913 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Debug|x86.Build.0 = Debug|x86 1914 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU 1915 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|Any CPU.Build.0 = Release|Any CPU 1916 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|x64.ActiveCfg = Release|x64 1917 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|x64.Build.0 = Release|x64 1918 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|x86.ActiveCfg = Release|x86 1919 {71537847-8B2D-4016-B6BF-DF0931024AC8}.Release|x86.Build.0 = Release|x86 1905 1920 EndGlobalSection 1906 1921 GlobalSection(SolutionProperties) = preSolution -
branches/SimulationCore/HeuristicLab.SimulationCore/3.3/HeuristicLab.SimulationCore-3.3.csproj
r6621 r6623 106 106 <Reference Include="System" /> 107 107 <Reference Include="System.Core" /> 108 <Reference Include="System.Drawing" /> 108 109 <Reference Include="System.Xml.Linq" /> 109 110 <Reference Include="System.Data.DataSetExtensions" /> … … 112 113 </ItemGroup> 113 114 <ItemGroup> 115 <Compile Include="AgentBased\AgentBasedSimulation.cs" /> 116 <Compile Include="AgentBased\IAgent.cs" /> 114 117 <Compile Include="HeuristicLabSimulationCorePlugin.cs" /> 118 <Compile Include="IScenario.cs" /> 119 <Compile Include="ISimulation.cs" /> 115 120 <Compile Include="Properties\AssemblyInfo.cs" /> 121 <Compile Include="Scenario.cs" /> 122 <Compile Include="Simulation.cs" /> 116 123 </ItemGroup> 117 124 <ItemGroup> … … 125 132 <Name>HeuristicLab.Collections-3.3</Name> 126 133 </ProjectReference> 134 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 135 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 136 <Name>HeuristicLab.Common.Resources-3.3</Name> 137 </ProjectReference> 127 138 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 128 139 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> … … 132 143 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 133 144 <Name>HeuristicLab.Core-3.3</Name> 145 </ProjectReference> 146 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 147 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 148 <Name>HeuristicLab.Optimization-3.3</Name> 134 149 </ProjectReference> 135 150 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> … … 142 157 </ProjectReference> 143 158 </ItemGroup> 159 <ItemGroup /> 144 160 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 145 161 <PropertyGroup> -
branches/SimulationCore/HeuristicLab.SimulationCore/3.3/HeuristicLabSimulationCorePlugin.cs.frame
r6621 r6623 33 33 [PluginDependency("HeuristicLab.Collections", "3.3")] 34 34 [PluginDependency("HeuristicLab.Common", "3.3")] 35 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 35 36 [PluginDependency("HeuristicLab.Core", "3.3")] 36 37 [PluginDependency("HeuristicLab.Persistence", "3.3")] -
branches/SimulationCore/HeuristicLab/3.3/Files.txt
r6621 r6623 96 96 HeuristicLab.SimulationCore\3.3:HeuristicLab.SimulationCore-3.3.dll 97 97 HeuristicLab.SimulationCore.Views\3.3:HeuristicLab.SimulationCore.Views-3.3.dll 98 HeuristicLab.SimulationCore.Samples\3.3:HeuristicLab.SimulationCore.Samples-3.3.dll 98 99 99 100 ;External Libraries
Note: See TracChangeset
for help on using the changeset viewer.