Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj @ 16567

Last change on this file since 16567 was 16566, checked in by gkronber, 6 years ago

#2520: updated HeuristicLab.DataImporter addon for new Persistence (introduced in 3.3.16)

File size: 15.9 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>{62625144-AC9E-4970-A79C-882B72A1601C}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DataImporter.Command</RootNamespace>
12    <AssemblyName>HeuristicLab.DataImporter.Command-1.0</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\trunk\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>..\..\..\trunk\bin</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57    <Prefer32Bit>false</Prefer32Bit>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>..\..\..\trunk\bin</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67    <Prefer32Bit>false</Prefer32Bit>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
70    <OutputPath>..\..\..\trunk\bin</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77    <Prefer32Bit>false</Prefer32Bit>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>..\..\..\trunk\bin</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x86</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87    <Prefer32Bit>false</Prefer32Bit>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
90    <OutputPath>..\..\..\trunk\bin</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x86</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97    <Prefer32Bit>false</Prefer32Bit>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
105      <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
106    </Reference>
107    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <HintPath>..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Persistence-3.3">
111      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
115      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="System" />
119    <Reference Include="System.Core">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Drawing" />
123    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
124      <HintPath>..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
125    </Reference>
126    <Reference Include="System.Windows.Forms" />
127    <Reference Include="System.Windows.Forms.DataVisualization" />
128    <Reference Include="System.Xml.Linq">
129      <RequiredTargetFramework>3.5</RequiredTargetFramework>
130    </Reference>
131    <Reference Include="System.Data" />
132    <Reference Include="System.Xml" />
133  </ItemGroup>
134  <ItemGroup>
135    <Compile Include="ChangeColumnGroup\CreateTimeSeriesColumnsCommand.cs" />
136    <Compile Include="ChangeColumnGroup\SplitCategorialColumnCommand.cs" />
137    <Compile Include="ChangeDataset\AlignColumnGroupsCommand.cs" />
138    <Compile Include="ChangeColumnGroup\SplitDictionaryStyleDataCommand.cs">
139      <SubType>Code</SubType>
140    </Compile>
141    <Compile Include="ChangeValues\BoxCoxTransformationCommand.cs" />
142    <Compile Include="ChangeValues\PercentalChangeCommand.cs" />
143    <Compile Include="ChangeValues\FilterSavitzkyGolayCommand.cs" />
144    <Compile Include="ChangeValues\SearchWithMatchOperationCommandBase.cs" />
145    <Compile Include="ChangeValues\FilterCommandBase.cs" />
146    <Compile Include="ChangeValues\LinearTransformationCommand.cs" />
147    <Compile Include="ChangeValues\ScalingBetweenMinAndMaxCommand.cs" />
148    <Compile Include="ChangeValues\NormalDistributionScalingCommand.cs" />
149    <Compile Include="ChangeValues\SearchCommandBase.cs" />
150    <Compile Include="ChangeColumnGroup\AddNewColumnCommandBase.cs" />
151    <Compile Include="ChangeColumnGroup\AddNewStringColumnCommand.cs" />
152    <Compile Include="ChangeDataset\AddNewColumnGroupCommand.cs" />
153    <Compile Include="Aggregation\AggregateCommandBase.cs" />
154    <Compile Include="Aggregation\AggregateWithMaxCommand.cs" />
155    <Compile Include="Aggregation\AggregateWithMeanCommand.cs" />
156    <Compile Include="Aggregation\AggregateWithMedianCommand.cs" />
157    <Compile Include="Aggregation\AggregateWithMinCommand.cs" />
158    <Compile Include="Aggregation\AggregateWithSumCommand.cs" />
159    <Compile Include="ChangeColumnGroup\ChangeColumnCommandBase.cs" />
160    <Compile Include="ChangeColumnGroup\ChangeColumnToDoubleColumnCommand.cs" />
161    <Compile Include="ChangeColumnGroup\AddNewDoubleColumnCommand.cs" />
162    <Compile Include="ChangeColumnGroup\AddNewDateTimeColumnCommand.cs" />
163    <Compile Include="ChangeColumnGroup\ChangeColumnToStringColumnCommand.cs" />
164    <Compile Include="ChangeColumnGroup\ChangeColumnToDateTimeColumnCommand.cs" />
165    <Compile Include="ChangeColumnGroup\AddNewProgrammableColumnCommand.cs" />
166    <Compile Include="ChangeDataset\MoveColumnGroupRightCommand.cs" />
167    <Compile Include="ChangeDataset\MoveColumnGroupLeftCommand.cs" />
168    <Compile Include="MissingValues\DeleteColumnsWithMissingValuesThresholdCommand.cs" />
169    <Compile Include="MissingValues\DeleteRowsWithMissingValuesThresholdCommand.cs" />
170    <Compile Include="MissingValues\IThresholdCommand.cs" />
171    <Compile Include="TimeSeries\ChangeDateTimeColumnToDoubleColumn.cs" />
172    <Compile Include="TimeSeries\EquidistantTimeSeriesCommandBase.cs" />
173    <Compile Include="ChangeDataset\DeleteColumnGroupCommand.cs" />
174    <Compile Include="MissingValues\FillMissingValueCommandBase.cs" />
175    <Compile Include="TimeSeries\DeleteNotEquidistantRowsCommand.cs" />
176    <Compile Include="Aggregation\DeleteRowsWithDuplicateKeyValuesCommand.cs" />
177    <Compile Include="ChangeValues\DeleteRowsWithGivenValueCommand.cs" />
178    <Compile Include="MissingValues\DeleteRowsWithMissingValuesCommand.cs" />
179    <Compile Include="TimeSeries\EquidistantSamplingCommand.cs" />
180    <Compile Include="MissingValues\FillMissingValuesWithLinearInterpolation.cs" />
181    <Compile Include="MissingValues\FillMissingValuesWithMeanCommand.cs" />
182    <Compile Include="MissingValues\FillMissingValuesWithMedianCommand.cs" />
183    <Compile Include="MissingValues\FillMissingValuesWithPreviousValuesCommand.cs" />
184    <Compile Include="ChangeValues\FilterMovingAverageCommand.cs" />
185    <Compile Include="ChangeValues\FilterMovingMedianCommand.cs" />
186    <Compile Include="ChangeDataset\MergeColumnGroupsCommand.cs" />
187    <Compile Include="ChangeValues\SearchAndReplaceCommand.cs" />
188    <Compile Include="ChangeDataset\SplitColumnGroupCommand.cs" />
189    <Compile Include="Properties\AssemblyInfo.cs" />
190    <Compile Include="TimeSeries\SetPartOfDateTimeCommand.cs" />
191    <Compile Include="TimeSeries\InterpolateMissingValues.cs" />
192    <Compile Include="View\AggregationCommandView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="View\AggregationCommandView.Designer.cs">
196      <DependentUpon>AggregationCommandView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="View\ChangeDateTimeCommandView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="View\ChangeDateTimeCommandView.Designer.cs">
202      <DependentUpon>ChangeDateTimeCommandView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="View\BoxCoxTransformationCommandView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="View\BoxCoxTransformationCommandView.Designer.cs">
208      <DependentUpon>BoxCoxTransformationCommandView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="View\DeleteWithThresholdView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="View\DeleteWithThresholdView.Designer.cs">
214      <DependentUpon>DeleteWithThresholdView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="View\FilterSavitzkyGolayCommandView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="View\FilterSavitzkyGolayCommandView.Designer.cs">
220      <DependentUpon>FilterSavitzkyGolayCommandView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="View\SearchWithMatchOperationCommandView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="View\SearchWithMatchOperationCommandView.Designer.cs">
226      <DependentUpon>SearchWithMatchOperationCommandView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="View\SearchCommandView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="View\SearchCommandView.Designer.cs">
232      <DependentUpon>SearchCommandView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="View\LinearTransformationCommandView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="View\LinearTransformationCommandView.Designer.cs">
238      <DependentUpon>LinearTransformationCommandView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="View\NormalDistribuationCommandView.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="View\NormalDistribuationCommandView.Designer.cs">
244      <DependentUpon>NormalDistribuationCommandView.cs</DependentUpon>
245    </Compile>
246    <Compile Include="View\MinMaxCommandView.cs">
247      <SubType>UserControl</SubType>
248    </Compile>
249    <Compile Include="View\MinMaxCommandView.Designer.cs">
250      <DependentUpon>MinMaxCommandView.cs</DependentUpon>
251    </Compile>
252    <Compile Include="View\ProgrammableColumnCommandView.cs">
253      <SubType>UserControl</SubType>
254    </Compile>
255    <Compile Include="View\ProgrammableColumnCommandView.Designer.cs">
256      <DependentUpon>ProgrammableColumnCommandView.cs</DependentUpon>
257    </Compile>
258    <Compile Include="View\TimeBasedWithoutOffsetCommandView.cs">
259      <SubType>UserControl</SubType>
260    </Compile>
261    <Compile Include="View\TimeBasedWithoutOffsetCommandView.Designer.cs">
262      <DependentUpon>TimeBasedWithoutOffsetCommandView.cs</DependentUpon>
263    </Compile>
264    <Compile Include="View\FilterCommandView.cs">
265      <SubType>UserControl</SubType>
266    </Compile>
267    <Compile Include="View\FilterCommandView.Designer.cs">
268      <DependentUpon>FilterCommandView.cs</DependentUpon>
269    </Compile>
270    <Compile Include="View\SearchAndReplaceCommandView.cs">
271      <SubType>UserControl</SubType>
272    </Compile>
273    <Compile Include="View\SearchAndReplaceCommandView.Designer.cs">
274      <DependentUpon>SearchAndReplaceCommandView.cs</DependentUpon>
275    </Compile>
276    <Compile Include="View\TimeBasedCommandView.cs">
277      <SubType>UserControl</SubType>
278    </Compile>
279    <Compile Include="View\TimeBasedCommandView.Designer.cs">
280      <DependentUpon>TimeBasedCommandView.cs</DependentUpon>
281    </Compile>
282  </ItemGroup>
283  <ItemGroup>
284    <None Include="HeuristicLab.snk" />
285    <None Include="packages.config" />
286    <None Include="Properties\AssemblyInfo.cs.frame" />
287  </ItemGroup>
288  <ItemGroup>
289    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
290      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
291      <Name>HeuristicLab.DataImporter.Data</Name>
292      <Private>False</Private>
293    </ProjectReference>
294  </ItemGroup>
295  <ItemGroup>
296    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
297      <Visible>False</Visible>
298      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
299      <Install>false</Install>
300    </BootstrapperPackage>
301    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
302      <Visible>False</Visible>
303      <ProductName>.NET Framework 3.5 SP1</ProductName>
304      <Install>true</Install>
305    </BootstrapperPackage>
306    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
307      <Visible>False</Visible>
308      <ProductName>Windows Installer 3.1</ProductName>
309      <Install>true</Install>
310    </BootstrapperPackage>
311  </ItemGroup>
312  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
313  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
314       Other similar extension points exist, see Microsoft.Common.targets.
315  <Target Name="BeforeBuild">
316  </Target>
317  <Target Name="AfterBuild">
318  </Target>
319  -->
320  <PropertyGroup>
321    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
322set ProjectDir=$(ProjectDir)
323set SolutionDir=$(SolutionDir)
324set Outdir=$(Outdir)
325
326call PreBuildEvent.cmd</PreBuildEvent>
327  </PropertyGroup>
328</Project>
Note: See TracBrowser for help on using the repository browser.