Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11019 was 9627, checked in by mkommend, 11 years ago

#1734: Improved data importer usability:

  • new closing message
  • rename column reacts on lost focus
  • updated copyright info
File size: 11.8 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      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Common.Resources-3.3">
100      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Persistence-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
114      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="System" />
121    <Reference Include="System.Core">
122      <RequiredTargetFramework>3.5</RequiredTargetFramework>
123    </Reference>
124    <Reference Include="System.Drawing" />
125    <Reference Include="System.Windows.Forms" />
126    <Reference Include="System.Xml.Linq">
127      <RequiredTargetFramework>3.5</RequiredTargetFramework>
128    </Reference>
129    <Reference Include="System.Data.DataSetExtensions">
130      <RequiredTargetFramework>3.5</RequiredTargetFramework>
131    </Reference>
132    <Reference Include="System.Data" />
133    <Reference Include="System.Xml" />
134  </ItemGroup>
135  <ItemGroup>
136    <Compile Include="Command\DataBaseCommandBase.cs" />
137    <Compile Include="Command\LoadColumnGroupsFromDBCommand.cs" />
138    <Compile Include="Command\LoadColumnGroupWithSqlStringFromDBCommand.cs" />
139    <Compile Include="Command\ReorderColumnsCommand.cs" />
140    <Compile Include="Command\SqlCommandView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Command\SqlCommandView.Designer.cs">
144      <DependentUpon>SqlCommandView.cs</DependentUpon>
145    </Compile>
146    <None Include="Plugin.cs.frame" />
147    <Compile Include="SaveDialog.cs">
148      <SubType>Form</SubType>
149    </Compile>
150    <Compile Include="SaveDialog.Designer.cs">
151      <DependentUpon>SaveDialog.cs</DependentUpon>
152    </Compile>
153    <Compile Include="ProgressDialog.cs">
154      <SubType>Form</SubType>
155    </Compile>
156    <Compile Include="ProgressDialog.Designer.cs">
157      <DependentUpon>ProgressDialog.cs</DependentUpon>
158    </Compile>
159    <Compile Include="IImporter.cs" />
160    <Compile Include="ImportDialog.cs">
161      <SubType>Form</SubType>
162    </Compile>
163    <Compile Include="ImportDialog.Designer.cs">
164      <DependentUpon>ImportDialog.cs</DependentUpon>
165    </Compile>
166    <Compile Include="DataProcessor.cs" />
167    <Compile Include="DbTablesView.cs">
168      <SubType>Form</SubType>
169    </Compile>
170    <Compile Include="DbTablesView.Designer.cs">
171      <DependentUpon>DbTablesView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="ExportDialog.cs">
174      <SubType>Form</SubType>
175    </Compile>
176    <Compile Include="ExportDialog.Designer.cs">
177      <DependentUpon>ExportDialog.cs</DependentUpon>
178    </Compile>
179    <Compile Include="HeuristicLabDataImporterDataProcessorApplication.cs" />
180    <Compile Include="Plugin.cs" />
181    <Compile Include="IExporter.cs" />
182    <Compile Include="DataProcessorView.cs">
183      <SubType>Form</SubType>
184    </Compile>
185    <Compile Include="DataProcessorView.Designer.cs">
186      <DependentUpon>DataProcessorView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="Properties\AssemblyInfo.cs" />
189    <Compile Include="Properties\Resources.Designer.cs">
190      <AutoGen>True</AutoGen>
191      <DesignTime>True</DesignTime>
192      <DependentUpon>Resources.resx</DependentUpon>
193    </Compile>
194    <Compile Include="ToolStripCheckBox.cs">
195      <SubType>Component</SubType>
196    </Compile>
197  </ItemGroup>
198  <ItemGroup>
199    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
200      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
201      <Name>HeuristicLab.DataImporter.Data</Name>
202      <Private>False</Private>
203    </ProjectReference>
204    <ProjectReference Include="..\HeuristicLab.DataImporter.DbExplorer.Interfaces\HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj">
205      <Project>{815384EE-2B32-4C25-AE06-4FC7F417FE28}</Project>
206      <Name>HeuristicLab.DataImporter.DbExplorer.Interfaces</Name>
207      <Private>False</Private>
208    </ProjectReference>
209  </ItemGroup>
210  <ItemGroup>
211    <None Include="HeuristicLab.snk" />
212    <None Include="Properties\DataSources\HeuristicLab.DataImporter.DbExplorer.Interfaces.DbColumn.datasource" />
213  </ItemGroup>
214  <ItemGroup>
215    <EmbeddedResource Include="Properties\Resources.resx">
216      <Generator>ResXFileCodeGenerator</Generator>
217      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
218    </EmbeddedResource>
219    <EmbeddedResource Include="SaveDialog.resx">
220      <DependentUpon>SaveDialog.cs</DependentUpon>
221    </EmbeddedResource>
222  </ItemGroup>
223  <ItemGroup>
224    <None Include="Resources\Edit_UndoHS.bmp" />
225  </ItemGroup>
226  <ItemGroup>
227    <None Include="Resources\Edit_RedoHS.bmp" />
228  </ItemGroup>
229  <ItemGroup>
230    <None Include="Resources\Edit_redoHL.bmp" />
231  </ItemGroup>
232  <ItemGroup>
233    <None Include="Properties\AssemblyInfo.cs.frame" />
234    <None Include="Resources\Edit_UndoHL.bmp" />
235  </ItemGroup>
236  <ItemGroup>
237    <None Include="Resources\SaveAllHS.bmp" />
238  </ItemGroup>
239  <ItemGroup>
240    <None Include="Resources\OpenSelectedItemHS.BMP" />
241  </ItemGroup>
242  <ItemGroup>
243    <None Include="Resources\RecordHS.bmp" />
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="Resources\StopHS.bmp" />
247  </ItemGroup>
248  <ItemGroup>
249    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
250      <Visible>False</Visible>
251      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
252      <Install>false</Install>
253    </BootstrapperPackage>
254    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
255      <Visible>False</Visible>
256      <ProductName>.NET Framework 3.5 SP1</ProductName>
257      <Install>true</Install>
258    </BootstrapperPackage>
259    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
260      <Visible>False</Visible>
261      <ProductName>Windows Installer 3.1</ProductName>
262      <Install>true</Install>
263    </BootstrapperPackage>
264  </ItemGroup>
265  <ItemGroup>
266    <None Include="Resources\VS2008ImageLibrary_Actions_Warning.png" />
267  </ItemGroup>
268  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
269  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
270       Other similar extension points exist, see Microsoft.Common.targets.
271  <Target Name="BeforeBuild">
272  </Target>
273  <Target Name="AfterBuild">
274  </Target>
275  -->
276  <PropertyGroup>
277    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
278set ProjectDir=$(ProjectDir)
279set SolutionDir=$(SolutionDir)
280set Outdir=$(Outdir)
281
282call PreBuildEvent.cmd</PreBuildEvent>
283  </PropertyGroup>
284</Project>
Note: See TracBrowser for help on using the repository browser.