Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File size: 11.3 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.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
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 Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>..\..\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
42    <OutputPath>..\..\bin\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>..\..\bin\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58    <OutputPath>..\..\bin\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup>
66    <SignAssembly>true</SignAssembly>
67  </PropertyGroup>
68  <PropertyGroup>
69    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
70  </PropertyGroup>
71  <ItemGroup>
72    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
73    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
74    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
75    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
76    <Reference Include="System" />
77    <Reference Include="System.Core" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Windows.Forms" />
80    <Reference Include="System.Windows.Forms.DataVisualization" />
81    <Reference Include="System.Xml.Linq" />
82    <Reference Include="System.Data.DataSetExtensions" />
83    <Reference Include="Microsoft.CSharp" />
84    <Reference Include="System.Data" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="ClassificationImportTypeDialog.cs">
89      <SubType>Form</SubType>
90    </Compile>
91    <Compile Include="ClassificationImportTypeDialog.Designer.cs">
92      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
93    </Compile>
94    <Compile Include="ClassificationInstanceProviderView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="ClassificationInstanceProviderView.Designer.cs">
98      <DependentUpon>ClassificationInstanceProviderView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="ClusteringInstanceProviderView.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="ClusteringInstanceProviderView.Designer.cs">
104      <DependentUpon>ClusteringInstanceProviderView.cs</DependentUpon>
105    </Compile>
106    <Compile Include="TimeSeriesPrognosisImportTypeDialog.cs">
107      <SubType>Form</SubType>
108    </Compile>
109    <Compile Include="TimeSeriesPrognosisImportTypeDialog.Designer.cs">
110      <DependentUpon>TimeSeriesPrognosisImportTypeDialog.cs</DependentUpon>
111    </Compile>
112    <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs">
116      <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="DataAnalysisImportTypeDialog.cs">
119      <SubType>Form</SubType>
120    </Compile>
121    <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
122      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
123    </Compile>
124    <Compile Include="DataAnalysisInstanceProviderView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="DataAnalysisInstanceProviderView.Designer.cs">
128      <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Plugin.cs" />
131    <Compile Include="RegressionImportTypeDialog.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="RegressionImportTypeDialog.Designer.cs">
135      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
136    </Compile>
137    <Compile Include="RegressionInstanceProviderView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="RegressionInstanceProviderView.Designer.cs">
141      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
142    </Compile>
143    <None Include="HeuristicLab.snk" />
144    <None Include="Plugin.cs.frame" />
145    <None Include="Properties\AssemblyInfo.cs.frame" />
146    <Compile Include="Properties\AssemblyInfo.cs" />
147  </ItemGroup>
148  <ItemGroup>
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.Data\3.3\HeuristicLab.Data-3.3.csproj">
170      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
171      <Name>HeuristicLab.Data-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
174      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
175      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
178      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
179      <Name>HeuristicLab.MainForm-3.3</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
182      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
183      <Name>HeuristicLab.Optimization.Views-3.3</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
186      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
187      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
191      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
192      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
193      <Private>False</Private>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
196      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
197      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
198      <Private>False</Private>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
201      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
202      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
203      <Private>False</Private>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
206      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
207      <Name>HeuristicLab.Problems.Instances-3.3</Name>
208      <Private>False</Private>
209    </ProjectReference>
210  </ItemGroup>
211  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212  <PropertyGroup>
213    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
214set ProjectDir=$(ProjectDir)
215set SolutionDir=$(SolutionDir)
216set Outdir=$(Outdir)
217
218call PreBuildEvent.cmd
219</PreBuildEvent>
220    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
221export ProjectDir=$(ProjectDir)
222export SolutionDir=$(SolutionDir)
223
224$SolutionDir/PreBuildEvent.sh
225</PreBuildEvent>
226  </PropertyGroup>
227  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
228       Other similar extension points exist, see Microsoft.Common.targets.
229  <Target Name="BeforeBuild">
230  </Target>
231  <Target Name="AfterBuild">
232  </Target>
233  -->
234</Project>
Note: See TracBrowser for help on using the repository browser.