Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj @ 7993

Last change on this file since 7993 was 7868, checked in by sforsten, 12 years ago

#1820: DataImporter can now save RegressionProblemData and ClassificationProblemData

File size: 11.2 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>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DataImporter.DataProcessor</RootNamespace>
12    <AssemblyName>HeuristicLab.DataImporter.DataProcessor-1.0</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <Win32Resource>
18    </Win32Resource>
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    <TargetFrameworkProfile />
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <ItemGroup>
96    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
97    <Reference Include="HeuristicLab.Common.Resources-3.3">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
102    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
103    <Reference Include="HeuristicLab.Persistence-3.3">
104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
108      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
112    <Reference Include="System" />
113    <Reference Include="System.Core">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Drawing" />
117    <Reference Include="System.Windows.Forms" />
118    <Reference Include="System.Xml.Linq">
119      <RequiredTargetFramework>3.5</RequiredTargetFramework>
120    </Reference>
121    <Reference Include="System.Data.DataSetExtensions">
122      <RequiredTargetFramework>3.5</RequiredTargetFramework>
123    </Reference>
124    <Reference Include="System.Data" />
125    <Reference Include="System.Xml" />
126  </ItemGroup>
127  <ItemGroup>
128    <Compile Include="Command\DataBaseCommandBase.cs" />
129    <Compile Include="Command\LoadColumnGroupsFromDBCommand.cs" />
130    <Compile Include="Command\LoadColumnGroupWithSqlStringFromDBCommand.cs" />
131    <Compile Include="Command\ReorderColumnsCommand.cs" />
132    <Compile Include="Command\SqlCommandView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="Command\SqlCommandView.Designer.cs">
136      <DependentUpon>SqlCommandView.cs</DependentUpon>
137    </Compile>
138    <None Include="Plugin.cs.frame" />
139    <Compile Include="ProgressDialog.cs">
140      <SubType>Form</SubType>
141    </Compile>
142    <Compile Include="ProgressDialog.Designer.cs">
143      <DependentUpon>ProgressDialog.cs</DependentUpon>
144    </Compile>
145    <Compile Include="IImporter.cs" />
146    <Compile Include="ImportDialog.cs">
147      <SubType>Form</SubType>
148    </Compile>
149    <Compile Include="ImportDialog.Designer.cs">
150      <DependentUpon>ImportDialog.cs</DependentUpon>
151    </Compile>
152    <Compile Include="DataProcessor.cs" />
153    <Compile Include="DbTablesView.cs">
154      <SubType>Form</SubType>
155    </Compile>
156    <Compile Include="DbTablesView.Designer.cs">
157      <DependentUpon>DbTablesView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="ExportDialog.cs">
160      <SubType>Form</SubType>
161    </Compile>
162    <Compile Include="ExportDialog.Designer.cs">
163      <DependentUpon>ExportDialog.cs</DependentUpon>
164    </Compile>
165    <Compile Include="HeuristicLabDataImporterDataProcessorApplication.cs" />
166    <Compile Include="Plugin.cs" />
167    <Compile Include="IExporter.cs" />
168    <Compile Include="DataProcessorView.cs">
169      <SubType>Form</SubType>
170    </Compile>
171    <Compile Include="DataProcessorView.Designer.cs">
172      <DependentUpon>DataProcessorView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="Properties\AssemblyInfo.cs" />
175    <Compile Include="Properties\Resources.Designer.cs">
176      <AutoGen>True</AutoGen>
177      <DesignTime>True</DesignTime>
178      <DependentUpon>Resources.resx</DependentUpon>
179    </Compile>
180    <Compile Include="ToolStripCheckBox.cs">
181      <SubType>Component</SubType>
182    </Compile>
183  </ItemGroup>
184  <ItemGroup>
185    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
186      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
187      <Name>HeuristicLab.DataImporter.Data</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\HeuristicLab.DataImporter.DbExplorer.Interfaces\HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj">
191      <Project>{815384EE-2B32-4C25-AE06-4FC7F417FE28}</Project>
192      <Name>HeuristicLab.DataImporter.DbExplorer.Interfaces</Name>
193      <Private>False</Private>
194    </ProjectReference>
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="HeuristicLab.snk" />
198    <None Include="Properties\DataSources\HeuristicLab.DataImporter.DbExplorer.Interfaces.DbColumn.datasource" />
199  </ItemGroup>
200  <ItemGroup>
201    <EmbeddedResource Include="Properties\Resources.resx">
202      <Generator>ResXFileCodeGenerator</Generator>
203      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
204    </EmbeddedResource>
205  </ItemGroup>
206  <ItemGroup>
207    <None Include="Resources\Edit_UndoHS.bmp" />
208  </ItemGroup>
209  <ItemGroup>
210    <None Include="Resources\Edit_RedoHS.bmp" />
211  </ItemGroup>
212  <ItemGroup>
213    <None Include="Resources\Edit_redoHL.bmp" />
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="Properties\AssemblyInfo.cs.frame" />
217    <None Include="Resources\Edit_UndoHL.bmp" />
218  </ItemGroup>
219  <ItemGroup>
220    <None Include="Resources\SaveAllHS.bmp" />
221  </ItemGroup>
222  <ItemGroup>
223    <None Include="Resources\OpenSelectedItemHS.BMP" />
224  </ItemGroup>
225  <ItemGroup>
226    <None Include="Resources\RecordHS.bmp" />
227  </ItemGroup>
228  <ItemGroup>
229    <None Include="Resources\StopHS.bmp" />
230  </ItemGroup>
231  <ItemGroup>
232    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
233      <Visible>False</Visible>
234      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
235      <Install>false</Install>
236    </BootstrapperPackage>
237    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
238      <Visible>False</Visible>
239      <ProductName>.NET Framework 3.5 SP1</ProductName>
240      <Install>true</Install>
241    </BootstrapperPackage>
242    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
243      <Visible>False</Visible>
244      <ProductName>Windows Installer 3.1</ProductName>
245      <Install>true</Install>
246    </BootstrapperPackage>
247  </ItemGroup>
248  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
249  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
250       Other similar extension points exist, see Microsoft.Common.targets.
251  <Target Name="BeforeBuild">
252  </Target>
253  <Target Name="AfterBuild">
254  </Target>
255  -->
256  <PropertyGroup>
257    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
258set ProjectDir=$(ProjectDir)
259set SolutionDir=$(SolutionDir)
260set Outdir=$(Outdir)
261
262call PreBuildEvent.cmd</PreBuildEvent>
263  </PropertyGroup>
264</Project>
Note: See TracBrowser for help on using the repository browser.