Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj @ 15719

Last change on this file since 15719 was 15719, checked in by abeham, 6 years ago

#1614:

  • branched analysis and analysis views
  • merged changes from #2457 into optimization and optimization.views
File size: 14.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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <DocumentationFile>
58    </DocumentationFile>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
95    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <DocumentationFile>
98    </DocumentationFile>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x64</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104    <Prefer32Bit>false</Prefer32Bit>
105  </PropertyGroup>
106  <ItemGroup>
107    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Collections-3.3">
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Common.Resources-3.3">
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common-3.3">
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Core.Views-3.3">
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Core-3.3">
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Data-3.3">
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.MainForm-3.3">
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="System" />
152    <Reference Include="System.Core">
153      <RequiredTargetFramework>3.5</RequiredTargetFramework>
154    </Reference>
155    <Reference Include="System.Drawing" />
156    <Reference Include="System.Windows.Forms" />
157    <Reference Include="System.Windows.Forms.DataVisualization" />
158    <Reference Include="System.Xml.Linq">
159      <RequiredTargetFramework>3.5</RequiredTargetFramework>
160    </Reference>
161    <Reference Include="System.Data.DataSetExtensions">
162      <RequiredTargetFramework>3.5</RequiredTargetFramework>
163    </Reference>
164    <Reference Include="System.Data" />
165    <Reference Include="System.Xml" />
166  </ItemGroup>
167  <ItemGroup>
168    <Compile Include="DataTableView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="DataTableView.Designer.cs">
172      <DependentUpon>DataTableView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="GanttDataView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="GanttDataView.Designer.cs">
178      <DependentUpon>GanttDataView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="IndexedDataTableView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="IndexedDataTableView.Designer.cs">
184      <DependentUpon>IndexedDataTableView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="ScatterPlotView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="ScatterPlotView.Designer.cs">
190      <DependentUpon>ScatterPlotView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="ScatterPlotVisualPropertiesDialog.cs">
193      <SubType>Form</SubType>
194    </Compile>
195    <Compile Include="ScatterPlotVisualPropertiesDialog.Designer.cs">
196      <DependentUpon>ScatterPlotVisualPropertiesDialog.cs</DependentUpon>
197    </Compile>
198    <Compile Include="ScatterPlotVisualPropertiesControl.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="ScatterPlotVisualPropertiesControl.Designer.cs">
202      <DependentUpon>ScatterPlotVisualPropertiesControl.cs</DependentUpon>
203    </Compile>
204    <Compile Include="ScatterPlotDataRowVisualPropertiesControl.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="ScatterPlotDataRowVisualPropertiesControl.Designer.cs">
208      <DependentUpon>ScatterPlotDataRowVisualPropertiesControl.cs</DependentUpon>
209    </Compile>
210    <Compile Include="ScatterPlotHistoryView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="ScatterPlotHistoryView.Designer.cs">
214      <DependentUpon>ScatterPlotHistoryView.cs</DependentUpon>
215    </Compile>
216    <None Include="Plugin.cs.frame" />
217    <Compile Include="AlleleFrequencyCollectionView.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="AlleleFrequencyCollectionView.Designer.cs">
221      <DependentUpon>AlleleFrequencyCollectionView.cs</DependentUpon>
222    </Compile>
223    <Compile Include="DataRowVisualPropertiesControl.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="DataRowVisualPropertiesControl.Designer.cs">
227      <DependentUpon>DataRowVisualPropertiesControl.cs</DependentUpon>
228    </Compile>
229    <Compile Include="DataTableVisualPropertiesControl.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="DataTableVisualPropertiesControl.Designer.cs">
233      <DependentUpon>DataTableVisualPropertiesControl.cs</DependentUpon>
234    </Compile>
235    <Compile Include="DataTableVisualPropertiesDialog.cs">
236      <SubType>Form</SubType>
237    </Compile>
238    <Compile Include="DataTableVisualPropertiesDialog.Designer.cs">
239      <DependentUpon>DataTableVisualPropertiesDialog.cs</DependentUpon>
240    </Compile>
241    <Compile Include="HeatMapHistoryView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="HeatMapHistoryView.Designer.cs">
245      <DependentUpon>HeatMapHistoryView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="DataTableHistoryView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="DataTableHistoryView.Designer.cs">
251      <DependentUpon>DataTableHistoryView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="HeatMapView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="HeatMapView.Designer.cs">
257      <DependentUpon>HeatMapView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="AlleleFrequencyView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="AlleleFrequencyView.Designer.cs">
263      <DependentUpon>AlleleFrequencyView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="AlleleFrequencyCollectionHistoryView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="AlleleFrequencyCollectionHistoryView.Designer.cs">
269      <DependentUpon>AlleleFrequencyCollectionHistoryView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="Plugin.cs" />
272    <Compile Include="Properties\AssemblyInfo.cs" />
273    <Compile Include="HistogramControl.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="HistogramControl.Designer.cs">
277      <DependentUpon>HistogramControl.cs</DependentUpon>
278    </Compile>
279  </ItemGroup>
280  <ItemGroup>
281    <None Include="HeuristicLab.snk" />
282    <None Include="Properties\AssemblyInfo.cs.frame" />
283  </ItemGroup>
284  <ItemGroup>
285    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
286      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
287      <Name>HeuristicLab.Analysis-3.3</Name>
288      <Private>False</Private>
289    </ProjectReference>
290  </ItemGroup>
291  <ItemGroup>
292    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
293      <Visible>False</Visible>
294      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
295      <Install>false</Install>
296    </BootstrapperPackage>
297    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
298      <Visible>False</Visible>
299      <ProductName>.NET Framework 3.5 SP1</ProductName>
300      <Install>true</Install>
301    </BootstrapperPackage>
302    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
303      <Visible>False</Visible>
304      <ProductName>Windows Installer 3.1</ProductName>
305      <Install>true</Install>
306    </BootstrapperPackage>
307  </ItemGroup>
308  <ItemGroup>
309    <EmbeddedResource Include="HeatMapView.resx">
310      <DependentUpon>HeatMapView.cs</DependentUpon>
311    </EmbeddedResource>
312  </ItemGroup>
313  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
314  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
315       Other similar extension points exist, see Microsoft.Common.targets.
316  <Target Name="BeforeBuild">
317  </Target>
318  <Target Name="AfterBuild">
319  </Target>
320  -->
321  <PropertyGroup>
322    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
323set ProjectDir=$(ProjectDir)
324set SolutionDir=$(SolutionDir)
325set Outdir=$(Outdir)
326
327call PreBuildEvent.cmd
328</PreBuildEvent>
329    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
330export ProjectDir=$(ProjectDir)
331export SolutionDir=$(SolutionDir)
332
333$SolutionDir/PreBuildEvent.sh
334</PreBuildEvent>
335  </PropertyGroup>
336</Project>
Note: See TracBrowser for help on using the repository browser.