Changeset 6623 for branches/SimulationCore/HeuristicLab.SimulationCore
- Timestamp:
- 08/02/11 16:51:11 (13 years ago)
- Location:
- branches/SimulationCore/HeuristicLab.SimulationCore/3.3
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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")]
Note: See TracChangeset
for help on using the changeset viewer.