1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
4 | <PropertyGroup>
|
---|
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
7 | <ProjectGuid>{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <TargetFrameworkProfile />
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
26 | </PropertyGroup>
|
---|
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
28 | <DebugType>pdbonly</DebugType>
|
---|
29 | <Optimize>true</Optimize>
|
---|
30 | <OutputPath>..\..\bin\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup>
|
---|
37 | <SignAssembly>true</SignAssembly>
|
---|
38 | </PropertyGroup>
|
---|
39 | <PropertyGroup>
|
---|
40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
41 | </PropertyGroup>
|
---|
42 | <ItemGroup>
|
---|
43 | <Reference Include="System" />
|
---|
44 | <Reference Include="System.Core" />
|
---|
45 | <Reference Include="System.Data" />
|
---|
46 | <Reference Include="System.Drawing" />
|
---|
47 | <Reference Include="System.Windows.Forms" />
|
---|
48 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
49 | <Reference Include="System.Xml" />
|
---|
50 | </ItemGroup>
|
---|
51 | <ItemGroup>
|
---|
52 | <Compile Include="PreprocessingFeatureCorrelationView.cs">
|
---|
53 | <SubType>UserControl</SubType>
|
---|
54 | </Compile>
|
---|
55 | <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
|
---|
56 | <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
|
---|
57 | </Compile>
|
---|
58 | <Compile Include="CheckedFilterCollectionView.cs">
|
---|
59 | <SubType>UserControl</SubType>
|
---|
60 | </Compile>
|
---|
61 | <Compile Include="CheckedFilterCollectionView.Designer.cs">
|
---|
62 | <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
|
---|
63 | </Compile>
|
---|
64 | <Compile Include="CheckedTransformationListView.cs">
|
---|
65 | <SubType>UserControl</SubType>
|
---|
66 | </Compile>
|
---|
67 | <Compile Include="CheckedTransformationListView.Designer.cs">
|
---|
68 | <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
|
---|
69 | </Compile>
|
---|
70 | <Compile Include="ComparisonFilterView.cs">
|
---|
71 | <SubType>UserControl</SubType>
|
---|
72 | </Compile>
|
---|
73 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
74 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
75 | </Compile>
|
---|
76 | <Compile Include="ScatterPlotSingleView.cs">
|
---|
77 | <SubType>UserControl</SubType>
|
---|
78 | </Compile>
|
---|
79 | <Compile Include="ScatterPlotSingleView.Designer.cs">
|
---|
80 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
81 | </Compile>
|
---|
82 | <Compile Include="DataCompletenessView.cs">
|
---|
83 | <SubType>UserControl</SubType>
|
---|
84 | </Compile>
|
---|
85 | <Compile Include="DataCompletenessView.Designer.cs">
|
---|
86 | <DependentUpon>DataCompletenessView.cs</DependentUpon>
|
---|
87 | </Compile>
|
---|
88 | <Compile Include="DataGridContentView.cs">
|
---|
89 | <SubType>UserControl</SubType>
|
---|
90 | </Compile>
|
---|
91 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
92 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
93 | </Compile>
|
---|
94 | <Compile Include="DataPreprocessingView.cs">
|
---|
95 | <SubType>UserControl</SubType>
|
---|
96 | </Compile>
|
---|
97 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
98 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
99 | </Compile>
|
---|
100 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
101 | <Compile Include="PreprocessingDataTableView.cs">
|
---|
102 | <SubType>UserControl</SubType>
|
---|
103 | </Compile>
|
---|
104 | <Compile Include="PreprocessingDataTableView.Designer.cs">
|
---|
105 | <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
|
---|
106 | </Compile>
|
---|
107 | <Compile Include="FilterView.cs">
|
---|
108 | <SubType>UserControl</SubType>
|
---|
109 | </Compile>
|
---|
110 | <Compile Include="FilterView.Designer.cs">
|
---|
111 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
112 | </Compile>
|
---|
113 | <Compile Include="ScatterPlotMultiView.cs">
|
---|
114 | <SubType>UserControl</SubType>
|
---|
115 | </Compile>
|
---|
116 | <Compile Include="ScatterPlotMultiView.Designer.cs">
|
---|
117 | <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
|
---|
118 | </Compile>
|
---|
119 | <Compile Include="PreprocessingScatterPlotView.cs">
|
---|
120 | <SubType>UserControl</SubType>
|
---|
121 | </Compile>
|
---|
122 | <Compile Include="PreprocessingScatterPlotView.Designer.cs">
|
---|
123 | <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
|
---|
124 | </Compile>
|
---|
125 | <Compile Include="SearchAndReplaceDialog.cs">
|
---|
126 | <SubType>Form</SubType>
|
---|
127 | </Compile>
|
---|
128 | <Compile Include="SearchAndReplaceDialog.Designer.cs">
|
---|
129 | <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
|
---|
130 | </Compile>
|
---|
131 | <Compile Include="HistogramView.cs">
|
---|
132 | <SubType>UserControl</SubType>
|
---|
133 | </Compile>
|
---|
134 | <Compile Include="HistogramView.Designer.cs">
|
---|
135 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
136 | </Compile>
|
---|
137 | <Compile Include="LineChartView.cs">
|
---|
138 | <SubType>UserControl</SubType>
|
---|
139 | </Compile>
|
---|
140 | <Compile Include="LineChartView.Designer.cs">
|
---|
141 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
142 | </Compile>
|
---|
143 | <Compile Include="ManipulationView.cs">
|
---|
144 | <SubType>UserControl</SubType>
|
---|
145 | </Compile>
|
---|
146 | <Compile Include="ManipulationView.Designer.cs">
|
---|
147 | <DependentUpon>ManipulationView.cs</DependentUpon>
|
---|
148 | </Compile>
|
---|
149 | <Compile Include="Plugin.cs" />
|
---|
150 | <Compile Include="PreprocessingChartView.cs">
|
---|
151 | <SubType>UserControl</SubType>
|
---|
152 | </Compile>
|
---|
153 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
154 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
155 | </Compile>
|
---|
156 | <Compile Include="PreprocessingCheckedItemListView.cs">
|
---|
157 | <SubType>UserControl</SubType>
|
---|
158 | </Compile>
|
---|
159 | <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
|
---|
160 | <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
163 | <Compile Include="StatisticsView.cs">
|
---|
164 | <SubType>UserControl</SubType>
|
---|
165 | </Compile>
|
---|
166 | <Compile Include="StatisticsView.Designer.cs">
|
---|
167 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
168 | </Compile>
|
---|
169 | <Compile Include="TransformationView.cs">
|
---|
170 | <SubType>UserControl</SubType>
|
---|
171 | </Compile>
|
---|
172 | <Compile Include="TransformationView.Designer.cs">
|
---|
173 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
174 | </Compile>
|
---|
175 | <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
|
---|
176 | <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
|
---|
177 | <Compile Include="ViewShortcutListView.cs">
|
---|
178 | <SubType>UserControl</SubType>
|
---|
179 | </Compile>
|
---|
180 | <Compile Include="ViewShortcutListView.Designer.cs">
|
---|
181 | <DependentUpon>ViewShortcutListView.cs</DependentUpon>
|
---|
182 | </Compile>
|
---|
183 | </ItemGroup>
|
---|
184 | <ItemGroup>
|
---|
185 | <None Include="HeuristicLab.snk" />
|
---|
186 | <None Include="Plugin.cs.frame" />
|
---|
187 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
188 | </ItemGroup>
|
---|
189 | <ItemGroup>
|
---|
190 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
191 | <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
|
---|
192 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
193 | <Private>False</Private>
|
---|
194 | </ProjectReference>
|
---|
195 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
196 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
197 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
198 | <Private>False</Private>
|
---|
199 | </ProjectReference>
|
---|
200 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
201 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
202 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
203 | </ProjectReference>
|
---|
204 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
205 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
206 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
207 | <Private>False</Private>
|
---|
208 | </ProjectReference>
|
---|
209 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
210 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
211 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
212 | <Private>False</Private>
|
---|
213 | </ProjectReference>
|
---|
214 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
215 | <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
|
---|
216 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
217 | <Private>False</Private>
|
---|
218 | </ProjectReference>
|
---|
219 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
220 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
221 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
222 | <Private>False</Private>
|
---|
223 | </ProjectReference>
|
---|
224 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
225 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
226 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
227 | <Private>False</Private>
|
---|
228 | </ProjectReference>
|
---|
229 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
|
---|
230 | <Project>{3b90f866-70f8-43ef-a541-51819d255b7b}</Project>
|
---|
231 | <Name>HeuristicLab.DataPreprocessing-3.4</Name>
|
---|
232 | <Private>False</Private>
|
---|
233 | </ProjectReference>
|
---|
234 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
235 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
236 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
237 | <Private>False</Private>
|
---|
238 | </ProjectReference>
|
---|
239 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
240 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
241 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
242 | <Private>False</Private>
|
---|
243 | </ProjectReference>
|
---|
244 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
245 | <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
|
---|
246 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
247 | <Private>False</Private>
|
---|
248 | </ProjectReference>
|
---|
249 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
250 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
251 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
252 | <Private>False</Private>
|
---|
253 | </ProjectReference>
|
---|
254 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
255 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
256 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
257 | <Private>False</Private>
|
---|
258 | </ProjectReference>
|
---|
259 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
260 | <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
|
---|
261 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
262 | <Private>False</Private>
|
---|
263 | </ProjectReference>
|
---|
264 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
265 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
266 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
267 | <Private>False</Private>
|
---|
268 | </ProjectReference>
|
---|
269 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
270 | <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
|
---|
271 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
272 | <Private>False</Private>
|
---|
273 | </ProjectReference>
|
---|
274 | </ItemGroup>
|
---|
275 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
276 | <PropertyGroup>
|
---|
277 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
278 | set ProjectDir=$(ProjectDir)
|
---|
279 | set SolutionDir=$(SolutionDir)
|
---|
280 | set Outdir=$(Outdir)
|
---|
281 |
|
---|
282 | call PreBuildEvent.cmd
|
---|
283 | </PreBuildEvent>
|
---|
284 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
285 | export ProjectDir=$(ProjectDir)
|
---|
286 | export SolutionDir=$(SolutionDir)
|
---|
287 |
|
---|
288 | $SolutionDir/PreBuildEvent.sh
|
---|
289 | </PreBuildEvent>
|
---|
290 | </PropertyGroup>
|
---|
291 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
292 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
293 | <Target Name="BeforeBuild">
|
---|
294 | </Target>
|
---|
295 | <Target Name="AfterBuild">
|
---|
296 | </Target>
|
---|
297 | -->
|
---|
298 | </Project> |
---|