1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" 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.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <TargetFrameworkProfile>
|
---|
15 | </TargetFrameworkProfile>
|
---|
16 | <FileAlignment>512</FileAlignment>
|
---|
17 | <SignAssembly>true</SignAssembly>
|
---|
18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
19 | <FileUpgradeFlags>
|
---|
20 | </FileUpgradeFlags>
|
---|
21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
22 | <UpgradeBackupLocation />
|
---|
23 | <PublishUrl>publish\</PublishUrl>
|
---|
24 | <Install>true</Install>
|
---|
25 | <InstallFrom>Disk</InstallFrom>
|
---|
26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
27 | <UpdateMode>Foreground</UpdateMode>
|
---|
28 | <UpdateInterval>7</UpdateInterval>
|
---|
29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
31 | <UpdateRequired>false</UpdateRequired>
|
---|
32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
38 | </PropertyGroup>
|
---|
39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
40 | <DebugSymbols>true</DebugSymbols>
|
---|
41 | <DebugType>full</DebugType>
|
---|
42 | <Optimize>false</Optimize>
|
---|
43 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | <WarningLevel>4</WarningLevel>
|
---|
47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
48 | </PropertyGroup>
|
---|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
50 | <DebugType>pdbonly</DebugType>
|
---|
51 | <Optimize>true</Optimize>
|
---|
52 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
53 | <DefineConstants>TRACE</DefineConstants>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | <WarningLevel>4</WarningLevel>
|
---|
56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
57 | </PropertyGroup>
|
---|
58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
59 | <DebugSymbols>true</DebugSymbols>
|
---|
60 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
62 | <DebugType>full</DebugType>
|
---|
63 | <PlatformTarget>x64</PlatformTarget>
|
---|
64 | <ErrorReport>prompt</ErrorReport>
|
---|
65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
66 | </PropertyGroup>
|
---|
67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
68 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
69 | <DefineConstants>TRACE</DefineConstants>
|
---|
70 | <Optimize>true</Optimize>
|
---|
71 | <DebugType>pdbonly</DebugType>
|
---|
72 | <PlatformTarget>x64</PlatformTarget>
|
---|
73 | <ErrorReport>prompt</ErrorReport>
|
---|
74 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
75 | </PropertyGroup>
|
---|
76 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
77 | <DebugSymbols>true</DebugSymbols>
|
---|
78 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
79 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
80 | <DebugType>full</DebugType>
|
---|
81 | <PlatformTarget>x86</PlatformTarget>
|
---|
82 | <ErrorReport>prompt</ErrorReport>
|
---|
83 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
84 | </PropertyGroup>
|
---|
85 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
86 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
87 | <DefineConstants>TRACE</DefineConstants>
|
---|
88 | <Optimize>true</Optimize>
|
---|
89 | <DebugType>pdbonly</DebugType>
|
---|
90 | <PlatformTarget>x86</PlatformTarget>
|
---|
91 | <ErrorReport>prompt</ErrorReport>
|
---|
92 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
93 | </PropertyGroup>
|
---|
94 | <ItemGroup>
|
---|
95 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
96 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
97 | </Reference>
|
---|
98 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
100 | </Reference>
|
---|
101 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
102 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
103 | </Reference>
|
---|
104 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
106 | </Reference>
|
---|
107 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
108 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
109 | </Reference>
|
---|
110 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
111 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
118 | </Reference>
|
---|
119 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
120 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
121 | </Reference>
|
---|
122 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
124 | </Reference>
|
---|
125 | <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
126 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
127 | </Reference>
|
---|
128 | <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
129 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
130 | </Reference>
|
---|
131 | <Reference Include="HeuristicLab.Parameters.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
132 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
133 | </Reference>
|
---|
134 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
135 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
136 | </Reference>
|
---|
137 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
139 | </Reference>
|
---|
140 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
141 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
142 | </Reference>
|
---|
143 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
144 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
145 | </Reference>
|
---|
146 | <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
|
---|
147 | <Reference Include="System" />
|
---|
148 | <Reference Include="System.Core">
|
---|
149 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
150 | </Reference>
|
---|
151 | <Reference Include="System.Drawing" />
|
---|
152 | <Reference Include="System.Windows.Forms" />
|
---|
153 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
154 | <Reference Include="System.Xml.Linq">
|
---|
155 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
156 | </Reference>
|
---|
157 | <Reference Include="System.Data.DataSetExtensions">
|
---|
158 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
159 | </Reference>
|
---|
160 | <Reference Include="System.Data" />
|
---|
161 | <Reference Include="System.Xml" />
|
---|
162 | </ItemGroup>
|
---|
163 | <ItemGroup>
|
---|
164 | <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
|
---|
165 | <SubType>UserControl</SubType>
|
---|
166 | </Compile>
|
---|
167 | <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
|
---|
168 | <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
169 | </Compile>
|
---|
170 | <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
|
---|
171 | <SubType>UserControl</SubType>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
|
---|
174 | <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
|
---|
175 | </Compile>
|
---|
176 | <Compile Include="DataAnalysisSolutionEvaluationView.cs">
|
---|
177 | <SubType>UserControl</SubType>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
|
---|
180 | <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="Plugin.cs" />
|
---|
183 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
|
---|
184 | <SubType>UserControl</SubType>
|
---|
185 | </Compile>
|
---|
186 | <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
|
---|
187 | <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
|
---|
188 | </Compile>
|
---|
189 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
|
---|
190 | <SubType>UserControl</SubType>
|
---|
191 | </Compile>
|
---|
192 | <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
|
---|
193 | <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
|
---|
194 | </Compile>
|
---|
195 | <Compile Include="Solution Views\ClassificationSolutionView.cs">
|
---|
196 | <SubType>UserControl</SubType>
|
---|
197 | </Compile>
|
---|
198 | <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
|
---|
199 | <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
|
---|
200 | </Compile>
|
---|
201 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
|
---|
202 | <SubType>UserControl</SubType>
|
---|
203 | </Compile>
|
---|
204 | <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
|
---|
205 | <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
|
---|
206 | </Compile>
|
---|
207 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
|
---|
208 | <SubType>UserControl</SubType>
|
---|
209 | </Compile>
|
---|
210 | <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
211 | <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
212 | </Compile>
|
---|
213 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
|
---|
214 | <SubType>UserControl</SubType>
|
---|
215 | </Compile>
|
---|
216 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
|
---|
217 | <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
|
---|
218 | </Compile>
|
---|
219 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
|
---|
220 | <SubType>UserControl</SubType>
|
---|
221 | </Compile>
|
---|
222 | <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
|
---|
223 | <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
|
---|
224 | </Compile>
|
---|
225 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
|
---|
226 | <SubType>UserControl</SubType>
|
---|
227 | </Compile>
|
---|
228 | <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
|
---|
229 | <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
|
---|
230 | </Compile>
|
---|
231 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
|
---|
232 | <SubType>UserControl</SubType>
|
---|
233 | </Compile>
|
---|
234 | <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
|
---|
235 | <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
|
---|
236 | </Compile>
|
---|
237 | <Compile Include="Solution Views\ClusteringSolutionView.cs">
|
---|
238 | <SubType>UserControl</SubType>
|
---|
239 | </Compile>
|
---|
240 | <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
|
---|
241 | <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
|
---|
242 | </Compile>
|
---|
243 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
|
---|
244 | <SubType>UserControl</SubType>
|
---|
245 | </Compile>
|
---|
246 | <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
|
---|
247 | <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
|
---|
248 | </Compile>
|
---|
249 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
|
---|
250 | <SubType>UserControl</SubType>
|
---|
251 | </Compile>
|
---|
252 | <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
|
---|
253 | <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
|
---|
254 | </Compile>
|
---|
255 | <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
|
---|
256 | <SubType>UserControl</SubType>
|
---|
257 | </Compile>
|
---|
258 | <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
|
---|
259 | <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
|
---|
260 | </Compile>
|
---|
261 | <Compile Include="DoubleLimitView.cs">
|
---|
262 | <SubType>UserControl</SubType>
|
---|
263 | </Compile>
|
---|
264 | <Compile Include="DoubleLimitView.Designer.cs">
|
---|
265 | <DependentUpon>DoubleLimitView.cs</DependentUpon>
|
---|
266 | </Compile>
|
---|
267 | <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
|
---|
268 | <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
|
---|
269 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
|
---|
270 | <SubType>UserControl</SubType>
|
---|
271 | </Compile>
|
---|
272 | <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
|
---|
273 | <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
|
---|
274 | </Compile>
|
---|
275 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
|
---|
276 | <SubType>UserControl</SubType>
|
---|
277 | </Compile>
|
---|
278 | <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
|
---|
279 | <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
|
---|
280 | </Compile>
|
---|
281 | <Compile Include="Solution Views\RegressionSolutionView.cs">
|
---|
282 | <SubType>UserControl</SubType>
|
---|
283 | </Compile>
|
---|
284 | <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
|
---|
285 | <DependentUpon>RegressionSolutionView.cs</DependentUpon>
|
---|
286 | </Compile>
|
---|
287 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
|
---|
288 | <SubType>UserControl</SubType>
|
---|
289 | </Compile>
|
---|
290 | <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
|
---|
291 | <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
|
---|
292 | </Compile>
|
---|
293 | <Compile Include="Regression\RegressionSolutionLineChartView.cs">
|
---|
294 | <SubType>UserControl</SubType>
|
---|
295 | </Compile>
|
---|
296 | <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
|
---|
297 | <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
|
---|
298 | </Compile>
|
---|
299 | <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
|
---|
300 | <SubType>UserControl</SubType>
|
---|
301 | </Compile>
|
---|
302 | <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
|
---|
303 | <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
|
---|
304 | </Compile>
|
---|
305 | <None Include="HeuristicLab.snk" />
|
---|
306 | <None Include="Plugin.cs.frame" />
|
---|
307 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
308 | <Compile Include="DataAnalysisProblemView.cs">
|
---|
309 | <SubType>UserControl</SubType>
|
---|
310 | </Compile>
|
---|
311 | <Compile Include="DataAnalysisProblemView.Designer.cs">
|
---|
312 | <DependentUpon>DataAnalysisProblemView.cs</DependentUpon>
|
---|
313 | </Compile>
|
---|
314 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
315 | </ItemGroup>
|
---|
316 | <ItemGroup>
|
---|
317 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
318 | <Visible>False</Visible>
|
---|
319 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
320 | <Install>false</Install>
|
---|
321 | </BootstrapperPackage>
|
---|
322 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
323 | <Visible>False</Visible>
|
---|
324 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
325 | <Install>true</Install>
|
---|
326 | </BootstrapperPackage>
|
---|
327 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
328 | <Visible>False</Visible>
|
---|
329 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
330 | <Install>true</Install>
|
---|
331 | </BootstrapperPackage>
|
---|
332 | </ItemGroup>
|
---|
333 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
334 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
335 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
336 | <Target Name="BeforeBuild">
|
---|
337 | </Target>
|
---|
338 | <Target Name="AfterBuild">
|
---|
339 | </Target>
|
---|
340 | -->
|
---|
341 | <PropertyGroup>
|
---|
342 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
343 | set ProjectDir=$(ProjectDir)
|
---|
344 | set SolutionDir=$(SolutionDir)
|
---|
345 | set Outdir=$(Outdir)
|
---|
346 |
|
---|
347 | call PreBuildEvent.cmd
|
---|
348 | </PreBuildEvent>
|
---|
349 | </PropertyGroup>
|
---|
350 | </Project> |
---|