Free cookie consent management tool by TermsFeed Policy Generator

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

Added game of life simulation sample (#1610)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.