Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6133 was 6133, checked in by gkronber, 13 years ago

#1471: imported generic parts of DataImporter from private code base

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