Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj @ 11564

Last change on this file since 11564 was 11159, checked in by mkommend, 10 years ago

#2206: Merged r11114, r11116, r11156 into stable.

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