Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj @ 16824

Last change on this file since 16824 was 16570, checked in by gkronber, 6 years ago

#2520: updated HEAL.Attic version and use the net461 version

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