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>
|
---|
6 | <ProductVersion>9.0.21022</ProductVersion>
|
---|
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>
|
---|
12 | <AssemblyName>HeuristicLab.CEDMA.Charting-3.2</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <SignAssembly>true</SignAssembly>
|
---|
16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
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>
|
---|
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>
|
---|
51 | <ItemGroup>
|
---|
52 | <Reference Include="System" />
|
---|
53 | <Reference Include="System.Core">
|
---|
54 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
55 | </Reference>
|
---|
56 | <Reference Include="System.Drawing" />
|
---|
57 | <Reference Include="System.Windows.Forms" />
|
---|
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>
|
---|
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>
|
---|
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>
|
---|
82 | <Compile Include="ModelView.cs">
|
---|
83 | <SubType>UserControl</SubType>
|
---|
84 | </Compile>
|
---|
85 | <Compile Include="ModelView.Designer.cs">
|
---|
86 | <DependentUpon>ModelView.cs</DependentUpon>
|
---|
87 | </Compile>
|
---|
88 | <Compile Include="Record.cs" />
|
---|
89 | <Compile Include="HeuristicLabCedmaChartingPlugin.cs" />
|
---|
90 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
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>
|
---|
98 | </ItemGroup>
|
---|
99 | <ItemGroup>
|
---|
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>
|
---|
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>
|
---|
108 | <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
|
---|
109 | <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
|
---|
110 | <Name>HeuristicLab.Charting</Name>
|
---|
111 | </ProjectReference>
|
---|
112 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
113 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
114 | <Name>HeuristicLab.Core</Name>
|
---|
115 | </ProjectReference>
|
---|
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.GP.StructureIdentification\HeuristicLab.GP.StructureIdentification.csproj">
|
---|
125 | <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
|
---|
126 | <Name>HeuristicLab.GP.StructureIdentification</Name>
|
---|
127 | </ProjectReference>
|
---|
128 | <ProjectReference Include="..\HeuristicLab.GP\HeuristicLab.GP.csproj">
|
---|
129 | <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
|
---|
130 | <Name>HeuristicLab.GP</Name>
|
---|
131 | </ProjectReference>
|
---|
132 | <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
|
---|
133 | <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
|
---|
134 | <Name>HeuristicLab.Logging</Name>
|
---|
135 | </ProjectReference>
|
---|
136 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
137 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
138 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
139 | </ProjectReference>
|
---|
140 | </ItemGroup>
|
---|
141 | <ItemGroup>
|
---|
142 | <None Include="HeuristicLab.snk" />
|
---|
143 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
144 | </ItemGroup>
|
---|
145 | <ItemGroup>
|
---|
146 | <EmbeddedResource Include="BubbleChartControl.resx">
|
---|
147 | <DependentUpon>BubbleChartControl.cs</DependentUpon>
|
---|
148 | <SubType>Designer</SubType>
|
---|
149 | </EmbeddedResource>
|
---|
150 | <EmbeddedResource Include="HistogramControl.resx">
|
---|
151 | <DependentUpon>HistogramControl.cs</DependentUpon>
|
---|
152 | <SubType>Designer</SubType>
|
---|
153 | </EmbeddedResource>
|
---|
154 | <EmbeddedResource Include="ModelView.resx">
|
---|
155 | <DependentUpon>ModelView.cs</DependentUpon>
|
---|
156 | <SubType>Designer</SubType>
|
---|
157 | </EmbeddedResource>
|
---|
158 | <EmbeddedResource Include="ResultListView.resx">
|
---|
159 | <DependentUpon>ResultListView.cs</DependentUpon>
|
---|
160 | <SubType>Designer</SubType>
|
---|
161 | </EmbeddedResource>
|
---|
162 | </ItemGroup>
|
---|
163 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
164 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
165 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
166 | <Target Name="BeforeBuild">
|
---|
167 | </Target>
|
---|
168 | <Target Name="AfterBuild">
|
---|
169 | </Target>
|
---|
170 | -->
|
---|
171 | <PropertyGroup>
|
---|
172 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
173 | </PropertyGroup>
|
---|
174 | </Project> |
---|