Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 16070

Last change on this file since 16070 was 16070, checked in by ddorfmei, 6 years ago

#2931:

  • added ExtLib plugin for Google OR-Tools
  • added empty plugin for mathematical optimization
  • upgraded target framework of all projects to .NET Framework 4.6.1
File size: 11.5 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>..\..\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43    <Prefer32Bit>false</Prefer32Bit>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
46    <OutputPath>..\..\bin\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <Prefer32Bit>false</Prefer32Bit>
53  </PropertyGroup>
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x64</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
64    <OutputPath>..\..\bin\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup>
73    <SignAssembly>true</SignAssembly>
74  </PropertyGroup>
75  <PropertyGroup>
76    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
77  </PropertyGroup>
78  <ItemGroup>
79    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
80    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
81    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
82    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
83    <Reference Include="System" />
84    <Reference Include="System.Core" />
85    <Reference Include="System.Drawing" />
86    <Reference Include="System.Windows.Forms" />
87    <Reference Include="System.Windows.Forms.DataVisualization" />
88    <Reference Include="System.Xml.Linq" />
89    <Reference Include="System.Data.DataSetExtensions" />
90    <Reference Include="Microsoft.CSharp" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="ClassificationImportDialog.cs">
96      <SubType>Form</SubType>
97    </Compile>
98    <Compile Include="ClassificationImportDialog.Designer.cs">
99      <DependentUpon>ClassificationImportDialog.cs</DependentUpon>
100    </Compile>
101    <Compile Include="ClassificationInstanceProviderView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="ClassificationInstanceProviderView.Designer.cs">
105      <DependentUpon>ClassificationInstanceProviderView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="ClusteringInstanceProviderView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="ClusteringInstanceProviderView.Designer.cs">
111      <DependentUpon>ClusteringInstanceProviderView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="DataAnalysisImportDialog.cs">
114      <SubType>Form</SubType>
115    </Compile>
116    <Compile Include="DataAnalysisImportDialog.Designer.cs">
117      <DependentUpon>DataAnalysisImportDialog.cs</DependentUpon>
118    </Compile>
119    <Compile Include="RegressionImportDialog.cs">
120      <SubType>Form</SubType>
121    </Compile>
122    <Compile Include="RegressionImportDialog.Designer.cs">
123      <DependentUpon>RegressionImportDialog.cs</DependentUpon>
124    </Compile>
125    <Compile Include="TimeSeriesPrognosisImportDialog.cs">
126      <SubType>Form</SubType>
127    </Compile>
128    <Compile Include="TimeSeriesPrognosisImportDialog.Designer.cs">
129      <DependentUpon>TimeSeriesPrognosisImportDialog.cs</DependentUpon>
130    </Compile>
131    <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs">
135      <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="DataAnalysisInstanceProviderView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="DataAnalysisInstanceProviderView.Designer.cs">
141      <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Plugin.cs" />
144    <Compile Include="RegressionInstanceProviderView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="RegressionInstanceProviderView.Designer.cs">
148      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
149    </Compile>
150    <None Include="HeuristicLab.snk" />
151    <None Include="Plugin.cs.frame" />
152    <None Include="Properties\AssemblyInfo.cs.frame" />
153    <Compile Include="Properties\AssemblyInfo.cs" />
154  </ItemGroup>
155  <ItemGroup>
156    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
157      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
158      <Name>HeuristicLab.Common.Resources-3.3</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
161      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
162      <Name>HeuristicLab.Common-3.3</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
165      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
166      <Name>HeuristicLab.Core.Views-3.3</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
169      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
170      <Name>HeuristicLab.Core-3.3</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
173      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
174      <Name>HeuristicLab.Data.Views-3.3</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
177      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
178      <Name>HeuristicLab.Data-3.3</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
181      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
182      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
185      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
186      <Name>HeuristicLab.MainForm-3.3</Name>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
189      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
190      <Name>HeuristicLab.Optimization.Views-3.3</Name>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
193      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
194      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
198      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
199      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
203      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
204      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
208      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
209      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
213      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
214      <Name>HeuristicLab.Problems.Instances-3.3</Name>
215      <Private>False</Private>
216    </ProjectReference>
217  </ItemGroup>
218  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
219  <PropertyGroup>
220    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
221set ProjectDir=$(ProjectDir)
222set SolutionDir=$(SolutionDir)
223set Outdir=$(Outdir)
224
225call PreBuildEvent.cmd
226</PreBuildEvent>
227    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
228export ProjectDir=$(ProjectDir)
229export SolutionDir=$(SolutionDir)
230
231$SolutionDir/PreBuildEvent.sh
232</PreBuildEvent>
233  </PropertyGroup>
234  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
235       Other similar extension points exist, see Microsoft.Common.targets.
236  <Target Name="BeforeBuild">
237  </Target>
238  <Target Name="AfterBuild">
239  </Target>
240  -->
241</Project>
Note: See TracBrowser for help on using the repository browser.