Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6623


Ignore:
Timestamp:
08/02/11 16:51:11 (13 years ago)
Author:
svonolfe
Message:

Added game of life simulation sample (#1610)

Location:
branches/SimulationCore
Files:
19 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/SimulationCore/HeuristicLab 3.3.sln

    r6621 r6623  
    8989    {678E2145-8152-4E19-9646-07D439D00301} = {678E2145-8152-4E19-9646-07D439D00301}
    9090    {49F28045-7B5F-411B-8D59-16C846FA26E0} = {49F28045-7B5F-411B-8D59-16C846FA26E0}
     91    {71537847-8B2D-4016-B6BF-DF0931024AC8} = {71537847-8B2D-4016-B6BF-DF0931024AC8}
    9192    {BB994448-2B21-4564-BB2E-38D8FFF8CF18} = {BB994448-2B21-4564-BB2E-38D8FFF8CF18}
    9293    {0C39A349-1979-419A-89BD-E4E2F26BD287} = {0C39A349-1979-419A-89BD-E4E2F26BD287}
     
    413414EndProject
    414415Project("{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}"
     416EndProject
     417Project("{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}"
    415418EndProject
    416419Global
     
    19031906    {CD2BCD63-40FA-48FF-9AF6-3B386C91A926}.Release|x86.ActiveCfg = Release|x86
    19041907    {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
    19051920  EndGlobalSection
    19061921  GlobalSection(SolutionProperties) = preSolution
  • branches/SimulationCore/HeuristicLab.SimulationCore/3.3/HeuristicLab.SimulationCore-3.3.csproj

    r6621 r6623  
    106106    <Reference Include="System" />
    107107    <Reference Include="System.Core" />
     108    <Reference Include="System.Drawing" />
    108109    <Reference Include="System.Xml.Linq" />
    109110    <Reference Include="System.Data.DataSetExtensions" />
     
    112113  </ItemGroup>
    113114  <ItemGroup>
     115    <Compile Include="AgentBased\AgentBasedSimulation.cs" />
     116    <Compile Include="AgentBased\IAgent.cs" />
    114117    <Compile Include="HeuristicLabSimulationCorePlugin.cs" />
     118    <Compile Include="IScenario.cs" />
     119    <Compile Include="ISimulation.cs" />
    115120    <Compile Include="Properties\AssemblyInfo.cs" />
     121    <Compile Include="Scenario.cs" />
     122    <Compile Include="Simulation.cs" />
    116123  </ItemGroup>
    117124  <ItemGroup>
     
    125132      <Name>HeuristicLab.Collections-3.3</Name>
    126133    </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>
    127138    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    128139      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    132143      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    133144      <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>
    134149    </ProjectReference>
    135150    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     
    142157    </ProjectReference>
    143158  </ItemGroup>
     159  <ItemGroup />
    144160  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    145161  <PropertyGroup>
  • branches/SimulationCore/HeuristicLab.SimulationCore/3.3/HeuristicLabSimulationCorePlugin.cs.frame

    r6621 r6623  
    3333  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3434  [PluginDependency("HeuristicLab.Common", "3.3")]
     35  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3536  [PluginDependency("HeuristicLab.Core", "3.3")]
    3637  [PluginDependency("HeuristicLab.Persistence", "3.3")]
  • branches/SimulationCore/HeuristicLab/3.3/Files.txt

    r6621 r6623  
    9696HeuristicLab.SimulationCore\3.3:HeuristicLab.SimulationCore-3.3.dll
    9797HeuristicLab.SimulationCore.Views\3.3:HeuristicLab.SimulationCore.Views-3.3.dll
     98HeuristicLab.SimulationCore.Samples\3.3:HeuristicLab.SimulationCore.Samples-3.3.dll
    9899
    99100;External Libraries
Note: See TracChangeset for help on using the changeset viewer.