Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2913_MatlabScriptProblemInstanceProvider/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 16966

Last change on this file since 16966 was 15958, checked in by rhanghof, 6 years ago

#2913:

  • Enhancements on the RegressionMatlabImportDialog
  • Added a new text formater SymbolicDataAnalysisExpressionMATLABFunctionFormatter
File size: 12.7 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    <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="Regression\Matlab\IMLVariablesLoader.cs">
126      <SubType>Form</SubType>
127    </Compile>
128    <Compile Include="Regression\Matlab\MLDoubleArrayLoader.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="Regression\Matlab\MLTimeseriesLoader.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="Regression\Matlab\MLVariablesLoader.cs">
135      <SubType>Form</SubType>
136    </Compile>
137    <Compile Include="Regression\Matlab\RegressionMatlabImportDialog.cs">
138      <SubType>Form</SubType>
139    </Compile>
140    <Compile Include="Regression\Matlab\RegressionMatlabImportDialog.Designer.cs">
141      <DependentUpon>RegressionMatlabImportDialog.cs</DependentUpon>
142    </Compile>
143    <Compile Include="TimeSeriesPrognosisImportDialog.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="TimeSeriesPrognosisImportDialog.Designer.cs">
147      <DependentUpon>TimeSeriesPrognosisImportDialog.cs</DependentUpon>
148    </Compile>
149    <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs">
153      <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="DataAnalysisInstanceProviderView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="DataAnalysisInstanceProviderView.Designer.cs">
159      <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="Plugin.cs" />
162    <Compile Include="RegressionInstanceProviderView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="RegressionInstanceProviderView.Designer.cs">
166      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
167    </Compile>
168    <None Include="HeuristicLab.snk" />
169    <None Include="Plugin.cs.frame" />
170    <None Include="Properties\AssemblyInfo.cs.frame" />
171    <Compile Include="Properties\AssemblyInfo.cs" />
172  </ItemGroup>
173  <ItemGroup>
174    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
175      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
176      <Name>HeuristicLab.Common.Resources-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
179      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
180      <Name>HeuristicLab.Common-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
183      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
184      <Name>HeuristicLab.Core.Views-3.3</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
187      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
188      <Name>HeuristicLab.Core-3.3</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
191      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
192      <Name>HeuristicLab.Data.Views-3.3</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
195      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
196      <Name>HeuristicLab.Data-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
199      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
200      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
203      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
204      <Name>HeuristicLab.MainForm-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
207      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
208      <Name>HeuristicLab.Optimization.Views-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
211      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
212      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
213      <Private>False</Private>
214    </ProjectReference>
215    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
216      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
217      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
218      <Private>False</Private>
219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
221      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
222      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
223      <Private>False</Private>
224    </ProjectReference>
225    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
226      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
227      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
228      <Private>False</Private>
229    </ProjectReference>
230    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
231      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
232      <Name>HeuristicLab.Problems.Instances-3.3</Name>
233      <Private>False</Private>
234    </ProjectReference>
235  </ItemGroup>
236  <ItemGroup>
237    <EmbeddedResource Include="DataAnalysisImportDialog.resx">
238      <DependentUpon>DataAnalysisImportDialog.cs</DependentUpon>
239    </EmbeddedResource>
240    <EmbeddedResource Include="RegressionInstanceProviderView.resx">
241      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
242    </EmbeddedResource>
243    <EmbeddedResource Include="Regression\Matlab\RegressionMatlabImportDialog.resx">
244      <DependentUpon>RegressionMatlabImportDialog.cs</DependentUpon>
245    </EmbeddedResource>
246  </ItemGroup>
247  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
248  <PropertyGroup>
249    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
250set ProjectDir=$(ProjectDir)
251set SolutionDir=$(SolutionDir)
252set Outdir=$(Outdir)
253
254call PreBuildEvent.cmd
255</PreBuildEvent>
256    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
257export ProjectDir=$(ProjectDir)
258export SolutionDir=$(SolutionDir)
259
260$SolutionDir/PreBuildEvent.sh
261</PreBuildEvent>
262  </PropertyGroup>
263  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
264       Other similar extension points exist, see Microsoft.Common.targets.
265  <Target Name="BeforeBuild">
266  </Target>
267  <Target Name="AfterBuild">
268  </Target>
269  -->
270</Project>
Note: See TracBrowser for help on using the repository browser.