Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj @ 14445

Last change on this file since 14445 was 14445, checked in by pfleck, 7 years ago

#2709 Branched DataPreprocessing plugins.
Adapted build paths and references.

File size: 17.7 KB
Line 
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>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
50    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>
53    </DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <Prefer32Bit>false</Prefer32Bit>
82  </PropertyGroup>
83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
89  <ItemGroup>
90    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
161    </Reference>
162    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
163      <SpecificVersion>False</SpecificVersion>
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
167      <SpecificVersion>False</SpecificVersion>
168      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
169    </Reference>
170    <Reference Include="System" />
171    <Reference Include="System.Core" />
172    <Reference Include="System.Data" />
173    <Reference Include="System.Drawing" />
174    <Reference Include="System.Windows.Forms" />
175    <Reference Include="System.Windows.Forms.DataVisualization" />
176    <Reference Include="System.Xml" />
177  </ItemGroup>
178  <ItemGroup>
179    <Compile Include="DataPreprocessingMenuItem.cs" />
180    <Compile Include="PreprocessingChartView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="PreprocessingChartView.Designer.cs">
184      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="PreprocessingFeatureCorrelationView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
190      <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="CheckedFilterCollectionView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="CheckedFilterCollectionView.Designer.cs">
196      <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="CheckedTransformationListView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="CheckedTransformationListView.Designer.cs">
202      <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="ComparisonFilterView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="ComparisonFilterView.Designer.cs">
208      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="RenameColumnsDialog.cs">
211      <SubType>Form</SubType>
212    </Compile>
213    <Compile Include="RenameColumnsDialog.Designer.cs">
214      <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
215    </Compile>
216    <Compile Include="ScatterPlotSingleView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="ScatterPlotSingleView.Designer.cs">
220      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="DataCompletenessView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="DataCompletenessView.Designer.cs">
226      <DependentUpon>DataCompletenessView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="DataGridContentView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="DataGridContentView.Designer.cs">
232      <DependentUpon>DataGridContentView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="DataPreprocessingView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="DataPreprocessingView.designer.cs">
238      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="DataPreprocessorStarter.cs" />
241    <Compile Include="PreprocessingDataTableView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="PreprocessingDataTableView.Designer.cs">
245      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="FilterView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="FilterView.Designer.cs">
251      <DependentUpon>FilterView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="ScatterPlotMultiView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="ScatterPlotMultiView.Designer.cs">
257      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="PreprocessingScatterPlotView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="PreprocessingScatterPlotView.Designer.cs">
263      <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="SearchAndReplaceDialog.cs">
266      <SubType>Form</SubType>
267    </Compile>
268    <Compile Include="SearchAndReplaceDialog.Designer.cs">
269      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
270    </Compile>
271    <Compile Include="HistogramView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="HistogramView.Designer.cs">
275      <DependentUpon>HistogramView.cs</DependentUpon>
276    </Compile>
277    <Compile Include="LineChartView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="LineChartView.Designer.cs">
281      <DependentUpon>LineChartView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="ManipulationView.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="ManipulationView.Designer.cs">
287      <DependentUpon>ManipulationView.cs</DependentUpon>
288    </Compile>
289    <Compile Include="Plugin.cs" />
290    <Compile Include="PreprocessingCheckedVariablesView.cs">
291      <SubType>UserControl</SubType>
292    </Compile>
293    <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
294      <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
295    </Compile>
296    <Compile Include="PreprocessingCheckedItemListView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
300      <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="Properties\AssemblyInfo.cs" />
303    <Compile Include="StatisticsView.cs">
304      <SubType>UserControl</SubType>
305    </Compile>
306    <Compile Include="StatisticsView.Designer.cs">
307      <DependentUpon>StatisticsView.cs</DependentUpon>
308    </Compile>
309    <Compile Include="TransformationView.cs">
310      <SubType>UserControl</SubType>
311    </Compile>
312    <Compile Include="TransformationView.Designer.cs">
313      <DependentUpon>TransformationView.cs</DependentUpon>
314    </Compile>
315    <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
316    <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
317    <Compile Include="ViewShortcutListView.cs">
318      <SubType>UserControl</SubType>
319    </Compile>
320    <Compile Include="ViewShortcutListView.Designer.cs">
321      <DependentUpon>ViewShortcutListView.cs</DependentUpon>
322    </Compile>
323  </ItemGroup>
324  <ItemGroup>
325    <None Include="HeuristicLab.snk" />
326    <None Include="Plugin.cs.frame" />
327    <None Include="Properties\AssemblyInfo.cs.frame" />
328  </ItemGroup>
329  <ItemGroup>
330    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
331      <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
332      <Name>HeuristicLab.DataPreprocessing-3.4</Name>
333    </ProjectReference>
334  </ItemGroup>
335  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
336  <PropertyGroup>
337    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
338set ProjectDir=$(ProjectDir)
339set SolutionDir=$(SolutionDir)
340set Outdir=$(Outdir)
341
342call PreBuildEvent.cmd
343</PreBuildEvent>
344    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
345export ProjectDir=$(ProjectDir)
346export SolutionDir=$(SolutionDir)
347
348$SolutionDir/PreBuildEvent.sh
349</PreBuildEvent>
350  </PropertyGroup>
351  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
352       Other similar extension points exist, see Microsoft.Common.targets.
353  <Target Name="BeforeBuild">
354  </Target>
355  <Target Name="AfterBuild">
356  </Target>
357  -->
358</Project>
Note: See TracBrowser for help on using the repository browser.