Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file was 17107, checked in by abeham, 5 years ago

#1734: Fixed references

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