Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 8715

Last change on this file since 8715 was 8715, checked in by sforsten, 11 years ago

#1942:

  • added csv import dialog for regression
  • improved existing dialog (tool tip, design, preview of dataset)
File size: 8.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>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.0</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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <Private>False</Private>
42    </Reference>
43    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Data-3.3">
53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.MainForm-3.3">
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Problems.Instances-3.3">
72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="System">
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="System.Core">
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="System.Drawing">
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System.Windows.Forms">
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="System.Xml.Linq">
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="System.Data.DataSetExtensions">
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="Microsoft.CSharp">
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="System.Data">
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="System.Xml">
104      <Private>False</Private>
105    </Reference>
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="ClassificationImportTypeDialog.cs">
109      <SubType>Form</SubType>
110    </Compile>
111    <Compile Include="ClassificationImportTypeDialog.Designer.cs">
112      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
113    </Compile>
114    <Compile Include="ClassificationInstanceConsumerView.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
118      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
119    </Compile>
120    <Compile Include="RegressionImportTypeDialog.cs">
121      <SubType>Form</SubType>
122    </Compile>
123    <Compile Include="RegressionImportTypeDialog.Designer.cs">
124      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
125    </Compile>
126    <Compile Include="RegressionInstanceConsumerView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="RegressionInstanceConsumerView.Designer.cs">
130      <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="DataAnalysisImportTypeDialog.cs">
133      <SubType>Form</SubType>
134    </Compile>
135    <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
136      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
137    </Compile>
138    <Compile Include="DataAnalysisInstanceConsumerView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
142      <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="Plugin.cs" />
145    <None Include="HeuristicLab.snk" />
146    <None Include="Plugin.cs.frame" />
147    <None Include="Properties\AssemblyInfo.cs.frame" />
148    <Compile Include="Properties\AssemblyInfo.cs" />
149  </ItemGroup>
150  <ItemGroup>
151    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
152      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
153      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
154      <Private>False</Private>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
157      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
158      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
159      <Private>False</Private>
160    </ProjectReference>
161  </ItemGroup>
162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163  <PropertyGroup>
164    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
165set ProjectDir=$(ProjectDir)
166set SolutionDir=$(SolutionDir)
167set Outdir=$(Outdir)
168
169call PreBuildEvent.cmd
170</PreBuildEvent>
171    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
172export ProjectDir=$(ProjectDir)
173export SolutionDir=$(SolutionDir)
174
175$SolutionDir/PreBuildEvent.sh
176</PreBuildEvent>
177  </PropertyGroup>
178  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179       Other similar extension points exist, see Microsoft.Common.targets.
180  <Target Name="BeforeBuild">
181  </Target>
182  <Target Name="AfterBuild">
183  </Target>
184  -->
185</Project>
Note: See TracBrowser for help on using the repository browser.