Changeset 560 for trunk/sources
- Timestamp:
- 09/12/08 21:59:53 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 6 added
- 5 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj
r558 r560 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 15 17 </PropertyGroup> 16 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 36 38 <RequiredTargetFramework>3.5</RequiredTargetFramework> 37 39 </Reference> 40 <Reference Include="System.Drawing" /> 41 <Reference Include="System.Windows.Forms" /> 38 42 <Reference Include="System.Xml.Linq"> 39 43 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 47 51 <ItemGroup> 48 52 <Compile Include="HeuristicLabCedmaChartingPlugin.cs" /> 53 <Compile Include="Histogram.cs" /> 49 54 <Compile Include="Properties\AssemblyInfo.cs" /> 55 <Compile Include="ResultList.cs" /> 56 <Compile Include="ResultListView.cs"> 57 <SubType>UserControl</SubType> 58 </Compile> 59 <Compile Include="ResultListView.Designer.cs"> 60 <DependentUpon>ResultListView.cs</DependentUpon> 61 </Compile> 50 62 </ItemGroup> 51 63 <ItemGroup> 64 <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj"> 65 <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project> 66 <Name>HeuristicLab.CEDMA.DB.Interfaces</Name> 67 </ProjectReference> 68 <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj"> 69 <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project> 70 <Name>HeuristicLab.Charting.Data</Name> 71 </ProjectReference> 52 72 <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj"> 53 73 <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project> 54 74 <Name>HeuristicLab.Charting</Name> 75 </ProjectReference> 76 <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj"> 77 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 78 <Name>HeuristicLab.Core</Name> 55 79 </ProjectReference> 56 80 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> … … 60 84 </ItemGroup> 61 85 <ItemGroup> 86 <None Include="HeuristicLab.snk" /> 62 87 <None Include="Properties\AssemblyInfo.frame" /> 88 </ItemGroup> 89 <ItemGroup> 90 <EmbeddedResource Include="ResultListView.resx"> 91 <DependentUpon>ResultListView.cs</DependentUpon> 92 <SubType>Designer</SubType> 93 </EmbeddedResource> 63 94 </ItemGroup> 64 95 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLabCedmaChartingPlugin.cs
r558 r560 29 29 [PluginFile(Filename = "HeuristicLab.CEDMA.Charting.dll", Filetype = PluginFileType.Assembly)] 30 30 [Dependency(Dependency = "HeuristicLab.Charting")] 31 [Dependency(Dependency = "HeuristicLab.Charting.Data")] 32 [Dependency(Dependency = "HeuristicLab.Core")] 33 [Dependency(Dependency = "HeuristicLab.CEDMA.DB.Interfaces")] 31 34 public class HeuristicLabCedmaCorePlugin : PluginBase { 32 35 } -
trunk/sources/HeuristicLab.CEDMA.Core/Console.cs
r553 r560 29 29 using System.ServiceModel.Description; 30 30 using HeuristicLab.CEDMA.DB.Interfaces; 31 using HeuristicLab.CEDMA.Charting; 31 32 32 33 namespace HeuristicLab.CEDMA.Core { -
trunk/sources/HeuristicLab.CEDMA.Core/ConsoleEditor.cs
r553 r560 28 28 using System.ServiceModel; 29 29 using HeuristicLab.PluginInfrastructure; 30 using HeuristicLab.Charting;31 30 using System.Drawing; 32 31 using HeuristicLab.CEDMA.DB.Interfaces; -
trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj
r554 r560 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</ProjectGuid> … … 50 50 </PropertyGroup> 51 51 <ItemGroup> 52 <Reference Include="HeuristicLab.Charting, Version=3.0.0.91, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">53 <SpecificVersion>False</SpecificVersion>54 <HintPath>..\HeuristicLab.Charting\bin\Debug\HeuristicLab.Charting.dll</HintPath>55 </Reference>56 52 <Reference Include="System" /> 57 53 <Reference Include="System.Core"> … … 82 78 <SubType>UserControl</SubType> 83 79 </Compile> 84 <Compile Include="Histogram.cs" />85 <Compile Include="ResultList.cs" />86 80 <Compile Include="ResultTable.cs" /> 87 81 <Compile Include="ResultExporter.cs" /> … … 114 108 <DependentUpon>AgentView.cs</DependentUpon> 115 109 </Compile> 116 <Compile Include="ResultListView.cs">117 <SubType>UserControl</SubType>118 </Compile>119 <Compile Include="ResultListView.Designer.cs">120 <DependentUpon>ResultListView.cs</DependentUpon>121 </Compile>122 110 </ItemGroup> 123 111 <ItemGroup> … … 125 113 </ItemGroup> 126 114 <ItemGroup> 115 <ProjectReference Include="..\HeuristicLab.CEDMA.Charting\HeuristicLab.CEDMA.Charting.csproj"> 116 <Project>{1BF17271-5350-476A-8F6D-FC74FA3E82CA}</Project> 117 <Name>HeuristicLab.CEDMA.Charting</Name> 118 </ProjectReference> 127 119 <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj"> 128 120 <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project> 129 121 <Name>HeuristicLab.CEDMA.DB.Interfaces</Name> 130 </ProjectReference>131 <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">132 <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>133 <Name>HeuristicLab.Charting.Data</Name>134 122 </ProjectReference> 135 123 <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj"> … … 163 151 <SubType>Designer</SubType> 164 152 </EmbeddedResource> 165 <EmbeddedResource Include="ResultListView.resx">166 <DependentUpon>ResultListView.cs</DependentUpon>167 <SubType>Designer</SubType>168 </EmbeddedResource>169 153 </ItemGroup> 170 154 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLabCedmaCorePlugin.cs
r418 r560 28 28 [ClassInfo(Name = "HeuristicLab.CEDMA.Core")] 29 29 [PluginFile(Filename = "HeuristicLab.CEDMA.Core.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.CEDMA.Charting")] 30 31 [Dependency(Dependency = "HeuristicLab.Core")] 31 32 [Dependency(Dependency = "HeuristicLab.CEDMA.DB.Interfaces")]
Note: See TracChangeset
for help on using the changeset viewer.