Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7240 was 7240, checked in by gkronber, 12 years ago

#1471 adapted data importer project files to work with new build structure of the HL trunk to prepare for daily build of the data importer.

File size: 10.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>..\..\..\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.Resources-3.3">
97      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Persistence-3.3">
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
105      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
106      <Private>False</Private>
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      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\HeuristicLab.DataImporter.DbExplorer.Interfaces\HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj">
187      <Project>{815384EE-2B32-4C25-AE06-4FC7F417FE28}</Project>
188      <Name>HeuristicLab.DataImporter.DbExplorer.Interfaces</Name>
189      <Private>False</Private>
190    </ProjectReference>
191  </ItemGroup>
192  <ItemGroup>
193    <None Include="HeuristicLab.snk" />
194    <None Include="Properties\DataSources\HeuristicLab.DataImporter.DbExplorer.Interfaces.DbColumn.datasource" />
195  </ItemGroup>
196  <ItemGroup>
197    <EmbeddedResource Include="Properties\Resources.resx">
198      <Generator>ResXFileCodeGenerator</Generator>
199      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
200    </EmbeddedResource>
201  </ItemGroup>
202  <ItemGroup>
203    <None Include="Resources\Edit_UndoHS.bmp" />
204  </ItemGroup>
205  <ItemGroup>
206    <None Include="Resources\Edit_RedoHS.bmp" />
207  </ItemGroup>
208  <ItemGroup>
209    <None Include="Resources\Edit_redoHL.bmp" />
210  </ItemGroup>
211  <ItemGroup>
212    <None Include="Properties\AssemblyInfo.frame" />
213    <None Include="Resources\Edit_UndoHL.bmp" />
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="Resources\SaveAllHS.bmp" />
217  </ItemGroup>
218  <ItemGroup>
219    <None Include="Resources\OpenSelectedItemHS.BMP" />
220  </ItemGroup>
221  <ItemGroup>
222    <None Include="Resources\RecordHS.bmp" />
223  </ItemGroup>
224  <ItemGroup>
225    <None Include="Resources\StopHS.bmp" />
226  </ItemGroup>
227  <ItemGroup>
228    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
229      <Visible>False</Visible>
230      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
231      <Install>false</Install>
232    </BootstrapperPackage>
233    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
234      <Visible>False</Visible>
235      <ProductName>.NET Framework 3.5 SP1</ProductName>
236      <Install>true</Install>
237    </BootstrapperPackage>
238    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
239      <Visible>False</Visible>
240      <ProductName>Windows Installer 3.1</ProductName>
241      <Install>true</Install>
242    </BootstrapperPackage>
243  </ItemGroup>
244  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
245  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
246       Other similar extension points exist, see Microsoft.Common.targets.
247  <Target Name="BeforeBuild">
248  </Target>
249  <Target Name="AfterBuild">
250  </Target>
251  -->
252  <PropertyGroup>
253    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
254set ProjectDir=$(ProjectDir)
255set SolutionDir=$(SolutionDir)
256set Outdir=$(Outdir)
257
258call PreBuildEvent.cmd
259SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataImporterDataProcessorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataImporterDataProcessorPlugin.cs"</PreBuildEvent>
260  </PropertyGroup>
261</Project>
Note: See TracBrowser for help on using the repository browser.