Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj @ 10614

Last change on this file since 10614 was 10614, checked in by pfleck, 10 years ago
  • replaced main menu list with ItemCollectionList
  • added ViewShortcut interface for menu items
File size: 11.0 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.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</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  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
49      <SpecificVersion>False</SpecificVersion>
50      <HintPath>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="System" />
53    <Reference Include="System.Core" />
54    <Reference Include="System.Data" />
55    <Reference Include="System.Drawing" />
56    <Reference Include="System.Windows.Forms" />
57    <Reference Include="System.Windows.Forms.DataVisualization" />
58    <Reference Include="System.Xml" />
59  </ItemGroup>
60  <ItemGroup>
61    <Compile Include="ComparisonFilterView.cs">
62      <SubType>UserControl</SubType>
63    </Compile>
64    <Compile Include="ComparisonFilterView.Designer.cs">
65      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
66    </Compile>
67    <Compile Include="DataGridContentView.cs">
68      <SubType>UserControl</SubType>
69    </Compile>
70    <Compile Include="DataGridContentView.Designer.cs">
71      <DependentUpon>DataGridContentView.cs</DependentUpon>
72    </Compile>
73    <Compile Include="DataPreprocessingView.cs">
74      <SubType>UserControl</SubType>
75    </Compile>
76    <Compile Include="DataPreprocessingView.designer.cs">
77      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
78    </Compile>
79    <Compile Include="DataPreprocessorStarter.cs" />
80    <Compile Include="FilterView.cs">
81      <SubType>UserControl</SubType>
82    </Compile>
83    <Compile Include="FilterView.Designer.cs">
84      <DependentUpon>FilterView.cs</DependentUpon>
85    </Compile>
86    <Compile Include="HistogramView.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="HistogramView.Designer.cs">
90      <DependentUpon>HistogramView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="LineChartView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="LineChartView.Designer.cs">
96      <DependentUpon>LineChartView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="Plugin.cs" />
99    <Compile Include="PreprocessingDataTableView.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="PreprocessingDataTableView.Designer.cs">
103      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
104    </Compile>
105    <Compile Include="Properties\AssemblyInfo.cs" />
106    <Compile Include="StatisticsView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="StatisticsView.Designer.cs">
110      <DependentUpon>StatisticsView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="CopyOfStringConvertibleMatrixView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="CopyOfStringConvertibleMatrixView.Designer.cs">
116      <DependentUpon>CopyOfStringConvertibleMatrixView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="TransformationView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="TransformationView.Designer.cs">
122      <DependentUpon>TransformationView.cs</DependentUpon>
123    </Compile>
124    <Compile Include="ViewShortcutCollectionView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="ViewShortcutCollectionView.Designer.cs">
128      <DependentUpon>ViewShortcutCollectionView.cs</DependentUpon>
129    </Compile>
130  </ItemGroup>
131  <ItemGroup>
132    <None Include="HeuristicLab.snk" />
133    <None Include="Plugin.cs.frame" />
134    <None Include="Properties\AssemblyInfo.cs.frame" />
135  </ItemGroup>
136  <ItemGroup>
137    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
138      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
139      <Name>HeuristicLab.Analysis.Views-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
142      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
143      <Name>HeuristicLab.Analysis-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
146      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
147      <Name>HeuristicLab.Collections-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
150      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
151      <Name>HeuristicLab.Common.Resources-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
154      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
155      <Name>HeuristicLab.Common-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
158      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
159      <Name>HeuristicLab.Core.Views-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
162      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
163      <Name>HeuristicLab.Core-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
166      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
167      <Name>HeuristicLab.Data.Views-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj">
170      <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
171      <Name>HeuristicLab.DataPreprocessing-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
174      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
175      <Name>HeuristicLab.Data-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
178      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
179      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
182      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
183      <Name>HeuristicLab.MainForm-3.3</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
186      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
187      <Name>HeuristicLab.Optimization.Views-3.3</Name>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
190      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
191      <Name>HeuristicLab.Optimization-3.3</Name>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
194      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
195      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
198      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
199      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
202      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
203      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
206      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
207      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
208    </ProjectReference>
209  </ItemGroup>
210  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
211  <PropertyGroup>
212    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
213set ProjectDir=$(ProjectDir)
214set SolutionDir=$(SolutionDir)
215set Outdir=$(Outdir)
216
217call PreBuildEvent.cmd</PreBuildEvent>
218  </PropertyGroup>
219  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
220       Other similar extension points exist, see Microsoft.Common.targets.
221  <Target Name="BeforeBuild">
222  </Target>
223  <Target Name="AfterBuild">
224  </Target>
225  -->
226</Project>
Note: See TracBrowser for help on using the repository browser.