Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj @ 11724

Last change on this file since 11724 was 11724, checked in by ascheibe, 9 years ago

#2290 added x86/x64 configs for DataPreprocessing.Views project

File size: 15.3 KB
RevLine 
[10542]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>
[10558]10    <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
[10925]11    <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</AssemblyName>
[11623]12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[10542]13    <FileAlignment>512</FileAlignment>
[10555]14    <TargetFrameworkProfile />
[10542]15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
[11724]20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[10542]21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
[11724]24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]25    <Prefer32Bit>false</Prefer32Bit>
[10542]26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
[11724]30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[10542]31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
[11724]34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]37    <Prefer32Bit>false</Prefer32Bit>
[10542]38  </PropertyGroup>
[11724]39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>
[10555]83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
[10542]89  <ItemGroup>
90    <Reference Include="System" />
91    <Reference Include="System.Core" />
[10589]92    <Reference Include="System.Data" />
[10557]93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Windows.Forms" />
95    <Reference Include="System.Windows.Forms.DataVisualization" />
[10589]96    <Reference Include="System.Xml" />
[10542]97  </ItemGroup>
98  <ItemGroup>
[10908]99    <Compile Include="PreprocessingFeatureCorrelationView.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
103      <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
104    </Compile>
[10785]105    <Compile Include="CheckedFilterCollectionView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="CheckedFilterCollectionView.Designer.cs">
109      <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
110    </Compile>
[10902]111    <Compile Include="CheckedTransformationListView.cs">
[10778]112      <SubType>UserControl</SubType>
113    </Compile>
[10902]114    <Compile Include="CheckedTransformationListView.Designer.cs">
115      <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
[10778]116    </Compile>
[10557]117    <Compile Include="ComparisonFilterView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="ComparisonFilterView.Designer.cs">
121      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
122    </Compile>
[10987]123    <Compile Include="ScatterPlotSingleView.cs">
[10915]124      <SubType>UserControl</SubType>
125    </Compile>
[10987]126    <Compile Include="ScatterPlotSingleView.Designer.cs">
127      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
[10915]128    </Compile>
[10877]129    <Compile Include="DataCompletenessView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="DataCompletenessView.Designer.cs">
133      <DependentUpon>DataCompletenessView.cs</DependentUpon>
134    </Compile>
[10557]135    <Compile Include="DataGridContentView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="DataGridContentView.Designer.cs">
139      <DependentUpon>DataGridContentView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="DataPreprocessingView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="DataPreprocessingView.designer.cs">
145      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
146    </Compile>
[10559]147    <Compile Include="DataPreprocessorStarter.cs" />
[10771]148    <Compile Include="PreprocessingDataTableView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="PreprocessingDataTableView.Designer.cs">
152      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
153    </Compile>
[10557]154    <Compile Include="FilterView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="FilterView.Designer.cs">
158      <DependentUpon>FilterView.cs</DependentUpon>
159    </Compile>
[10987]160    <Compile Include="ScatterPlotMultiView.cs">
[10882]161      <SubType>UserControl</SubType>
162    </Compile>
[10987]163    <Compile Include="ScatterPlotMultiView.Designer.cs">
164      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
[10882]165    </Compile>
166    <Compile Include="PreprocessingScatterPlotView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="PreprocessingScatterPlotView.Designer.cs">
170      <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
171    </Compile>
[10762]172    <Compile Include="SearchAndReplaceDialog.cs">
[10630]173      <SubType>Form</SubType>
174    </Compile>
[10762]175    <Compile Include="SearchAndReplaceDialog.Designer.cs">
176      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
[10630]177    </Compile>
[10667]178    <Compile Include="HistogramView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
[10557]181    <Compile Include="HistogramView.Designer.cs">
182      <DependentUpon>HistogramView.cs</DependentUpon>
183    </Compile>
[10667]184    <Compile Include="LineChartView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
[10557]187    <Compile Include="LineChartView.Designer.cs">
188      <DependentUpon>LineChartView.cs</DependentUpon>
189    </Compile>
[10709]190    <Compile Include="ManipulationView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="ManipulationView.Designer.cs">
194      <DependentUpon>ManipulationView.cs</DependentUpon>
195    </Compile>
[10542]196    <Compile Include="Plugin.cs" />
[10667]197    <Compile Include="PreprocessingChartView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
[10658]200    <Compile Include="PreprocessingChartView.Designer.cs">
201      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
202    </Compile>
[10701]203    <Compile Include="PreprocessingCheckedItemListView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
207      <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
208    </Compile>
[10542]209    <Compile Include="Properties\AssemblyInfo.cs" />
[10557]210    <Compile Include="StatisticsView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="StatisticsView.Designer.cs">
214      <DependentUpon>StatisticsView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="TransformationView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="TransformationView.Designer.cs">
220      <DependentUpon>TransformationView.cs</DependentUpon>
221    </Compile>
[10698]222    <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
223    <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
[10904]224    <Compile Include="ViewShortcutListView.cs">
[10614]225      <SubType>UserControl</SubType>
226    </Compile>
[10904]227    <Compile Include="ViewShortcutListView.Designer.cs">
228      <DependentUpon>ViewShortcutListView.cs</DependentUpon>
[10614]229    </Compile>
[10542]230  </ItemGroup>
231  <ItemGroup>
[10555]232    <None Include="HeuristicLab.snk" />
[10542]233    <None Include="Plugin.cs.frame" />
234    <None Include="Properties\AssemblyInfo.cs.frame" />
235  </ItemGroup>
236  <ItemGroup>
[10557]237    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
[11114]238      <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
[10557]239      <Name>HeuristicLab.Analysis.Views-3.3</Name>
[10925]240      <Private>False</Private>
[10557]241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
[11114]243      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
[10557]244      <Name>HeuristicLab.Analysis-3.3</Name>
[10925]245      <Private>False</Private>
[10557]246    </ProjectReference>
[10614]247    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
248      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
249      <Name>HeuristicLab.Collections-3.3</Name>
250    </ProjectReference>
[10557]251    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
252      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
253      <Name>HeuristicLab.Common.Resources-3.3</Name>
[10925]254      <Private>False</Private>
[10557]255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
[11114]257      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
[10557]258      <Name>HeuristicLab.Common-3.3</Name>
[10925]259      <Private>False</Private>
[10557]260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
[11114]262      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
[10557]263      <Name>HeuristicLab.Core.Views-3.3</Name>
[10925]264      <Private>False</Private>
[10557]265    </ProjectReference>
266    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
[11114]267      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
[10557]268      <Name>HeuristicLab.Core-3.3</Name>
[10925]269      <Private>False</Private>
[10557]270    </ProjectReference>
271    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
[11114]272      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
[10557]273      <Name>HeuristicLab.Data.Views-3.3</Name>
[10925]274      <Private>False</Private>
[10557]275    </ProjectReference>
[10925]276    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
277      <Project>{3b90f866-70f8-43ef-a541-51819d255b7b}</Project>
278      <Name>HeuristicLab.DataPreprocessing-3.4</Name>
279      <Private>False</Private>
[10557]280    </ProjectReference>
281    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
[11114]282      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
[10557]283      <Name>HeuristicLab.Data-3.3</Name>
[10925]284      <Private>False</Private>
[10557]285    </ProjectReference>
286    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[11114]287      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
[10557]288      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[10925]289      <Private>False</Private>
[10557]290    </ProjectReference>
291    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[11114]292      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
[10557]293      <Name>HeuristicLab.MainForm-3.3</Name>
[10925]294      <Private>False</Private>
[10557]295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
[11114]297      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
[10557]298      <Name>HeuristicLab.Optimization-3.3</Name>
[10925]299      <Private>False</Private>
[10557]300    </ProjectReference>
[10542]301    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
302      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
303      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[10925]304      <Private>False</Private>
[10542]305    </ProjectReference>
[10559]306    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
[11114]307      <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
[10559]308      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
[10925]309      <Private>False</Private>
[10559]310    </ProjectReference>
311    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
[11114]312      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
[10559]313      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[10925]314      <Private>False</Private>
[10559]315    </ProjectReference>
[10557]316    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
[11114]317      <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
[10557]318      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
[10925]319      <Private>False</Private>
[10557]320    </ProjectReference>
[10542]321  </ItemGroup>
322  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
[11623]323  <PropertyGroup>
[11116]324    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[10542]325set ProjectDir=$(ProjectDir)
326set SolutionDir=$(SolutionDir)
327set Outdir=$(Outdir)
328
[11116]329call PreBuildEvent.cmd
330</PreBuildEvent>
331    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
332export ProjectDir=$(ProjectDir)
333export SolutionDir=$(SolutionDir)
334
335$SolutionDir/PreBuildEvent.sh
336</PreBuildEvent>
[10542]337  </PropertyGroup>
338  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
339       Other similar extension points exist, see Microsoft.Common.targets.
340  <Target Name="BeforeBuild">
341  </Target>
342  <Target Name="AfterBuild">
343  </Target>
344  -->
345</Project>
Note: See TracBrowser for help on using the repository browser.