[558] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[574] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[558] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{1BF17271-5350-476A-8F6D-FC74FA3E82CA}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.CEDMA.Charting</RootNamespace>
|
---|
[582] | 12 | <AssemblyName>HeuristicLab.CEDMA.Charting-3.2</AssemblyName>
|
---|
[558] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
[560] | 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[558] | 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
[564] | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[558] | 51 | <ItemGroup>
|
---|
| 52 | <Reference Include="System" />
|
---|
| 53 | <Reference Include="System.Core">
|
---|
| 54 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 55 | </Reference>
|
---|
[560] | 56 | <Reference Include="System.Drawing" />
|
---|
| 57 | <Reference Include="System.Windows.Forms" />
|
---|
[558] | 58 | <Reference Include="System.Xml.Linq">
|
---|
| 59 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 62 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 63 | </Reference>
|
---|
| 64 | <Reference Include="System.Data" />
|
---|
| 65 | <Reference Include="System.Xml" />
|
---|
| 66 | </ItemGroup>
|
---|
| 67 | <ItemGroup>
|
---|
[561] | 68 | <Compile Include="BubbleChart.cs" />
|
---|
| 69 | <Compile Include="BubbleChartControl.cs">
|
---|
| 70 | <SubType>UserControl</SubType>
|
---|
| 71 | </Compile>
|
---|
| 72 | <Compile Include="BubbleChartControl.Designer.cs">
|
---|
| 73 | <DependentUpon>BubbleChartControl.cs</DependentUpon>
|
---|
| 74 | </Compile>
|
---|
[571] | 75 | <Compile Include="Histogram.cs" />
|
---|
| 76 | <Compile Include="HistogramControl.cs">
|
---|
| 77 | <SubType>UserControl</SubType>
|
---|
| 78 | </Compile>
|
---|
| 79 | <Compile Include="HistogramControl.Designer.cs">
|
---|
| 80 | <DependentUpon>HistogramControl.cs</DependentUpon>
|
---|
| 81 | </Compile>
|
---|
[567] | 82 | <Compile Include="ModelView.cs">
|
---|
| 83 | <SubType>UserControl</SubType>
|
---|
| 84 | </Compile>
|
---|
| 85 | <Compile Include="ModelView.Designer.cs">
|
---|
| 86 | <DependentUpon>ModelView.cs</DependentUpon>
|
---|
| 87 | </Compile>
|
---|
[566] | 88 | <Compile Include="Record.cs" />
|
---|
[558] | 89 | <Compile Include="HeuristicLabCedmaChartingPlugin.cs" />
|
---|
| 90 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[560] | 91 | <Compile Include="ResultList.cs" />
|
---|
| 92 | <Compile Include="ResultListView.cs">
|
---|
| 93 | <SubType>UserControl</SubType>
|
---|
| 94 | </Compile>
|
---|
| 95 | <Compile Include="ResultListView.Designer.cs">
|
---|
| 96 | <DependentUpon>ResultListView.cs</DependentUpon>
|
---|
| 97 | </Compile>
|
---|
[558] | 98 | </ItemGroup>
|
---|
| 99 | <ItemGroup>
|
---|
[560] | 100 | <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
|
---|
| 101 | <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
|
---|
| 102 | <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
|
---|
| 103 | </ProjectReference>
|
---|
[567] | 104 | <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">
|
---|
| 105 | <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
|
---|
| 106 | <Name>HeuristicLab.Charting.Data</Name>
|
---|
| 107 | </ProjectReference>
|
---|
[558] | 108 | <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
|
---|
| 109 | <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
|
---|
| 110 | <Name>HeuristicLab.Charting</Name>
|
---|
| 111 | </ProjectReference>
|
---|
[560] | 112 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 113 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 114 | <Name>HeuristicLab.Core</Name>
|
---|
| 115 | </ProjectReference>
|
---|
[567] | 116 | <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
|
---|
| 117 | <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
|
---|
| 118 | <Name>HeuristicLab.DataAnalysis</Name>
|
---|
| 119 | </ProjectReference>
|
---|
| 120 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 121 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 122 | <Name>HeuristicLab.Data</Name>
|
---|
| 123 | </ProjectReference>
|
---|
| 124 | <ProjectReference Include="..\HeuristicLab.Functions\HeuristicLab.Functions.csproj">
|
---|
| 125 | <Project>{B95CA6E2-34BC-4430-994D-BD6E99375319}</Project>
|
---|
| 126 | <Name>HeuristicLab.Functions</Name>
|
---|
| 127 | </ProjectReference>
|
---|
| 128 | <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
|
---|
| 129 | <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
|
---|
| 130 | <Name>HeuristicLab.Logging</Name>
|
---|
| 131 | </ProjectReference>
|
---|
[558] | 132 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 133 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 134 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 135 | </ProjectReference>
|
---|
| 136 | </ItemGroup>
|
---|
| 137 | <ItemGroup>
|
---|
[560] | 138 | <None Include="HeuristicLab.snk" />
|
---|
[558] | 139 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 140 | </ItemGroup>
|
---|
[560] | 141 | <ItemGroup>
|
---|
[561] | 142 | <EmbeddedResource Include="BubbleChartControl.resx">
|
---|
| 143 | <DependentUpon>BubbleChartControl.cs</DependentUpon>
|
---|
| 144 | <SubType>Designer</SubType>
|
---|
| 145 | </EmbeddedResource>
|
---|
[571] | 146 | <EmbeddedResource Include="HistogramControl.resx">
|
---|
| 147 | <DependentUpon>HistogramControl.cs</DependentUpon>
|
---|
| 148 | <SubType>Designer</SubType>
|
---|
| 149 | </EmbeddedResource>
|
---|
[567] | 150 | <EmbeddedResource Include="ModelView.resx">
|
---|
| 151 | <DependentUpon>ModelView.cs</DependentUpon>
|
---|
| 152 | <SubType>Designer</SubType>
|
---|
| 153 | </EmbeddedResource>
|
---|
[560] | 154 | <EmbeddedResource Include="ResultListView.resx">
|
---|
| 155 | <DependentUpon>ResultListView.cs</DependentUpon>
|
---|
| 156 | <SubType>Designer</SubType>
|
---|
| 157 | </EmbeddedResource>
|
---|
| 158 | </ItemGroup>
|
---|
[558] | 159 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 160 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 161 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 162 | <Target Name="BeforeBuild">
|
---|
| 163 | </Target>
|
---|
| 164 | <Target Name="AfterBuild">
|
---|
| 165 | </Target>
|
---|
| 166 | -->
|
---|
| 167 | <PropertyGroup>
|
---|
[574] | 168 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
[558] | 169 | </PropertyGroup>
|
---|
| 170 | </Project> |
---|