Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1734: Fixed references

File size: 15.0 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="HEAL.Attic">
105      <HintPath>..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
109      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="System" />
113    <Reference Include="System.Core" />
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.Windows.Forms" />
116    <Reference Include="System.Windows.Forms.DataVisualization" />
117    <Reference Include="System.Xml.Linq" />
118    <Reference Include="System.Data" />
119    <Reference Include="System.Xml" />
120  </ItemGroup>
121  <ItemGroup>
122    <Compile Include="ChangeColumnGroup\CreateTimeSeriesColumnsCommand.cs" />
123    <Compile Include="ChangeColumnGroup\SplitCategorialColumnCommand.cs" />
124    <Compile Include="ChangeDataset\AlignColumnGroupsCommand.cs" />
125    <Compile Include="ChangeColumnGroup\SplitDictionaryStyleDataCommand.cs">
126      <SubType>Code</SubType>
127    </Compile>
128    <Compile Include="ChangeValues\BoxCoxTransformationCommand.cs" />
129    <Compile Include="ChangeValues\PercentalChangeCommand.cs" />
130    <Compile Include="ChangeValues\FilterSavitzkyGolayCommand.cs" />
131    <Compile Include="ChangeValues\SearchWithMatchOperationCommandBase.cs" />
132    <Compile Include="ChangeValues\FilterCommandBase.cs" />
133    <Compile Include="ChangeValues\LinearTransformationCommand.cs" />
134    <Compile Include="ChangeValues\ScalingBetweenMinAndMaxCommand.cs" />
135    <Compile Include="ChangeValues\NormalDistributionScalingCommand.cs" />
136    <Compile Include="ChangeValues\SearchCommandBase.cs" />
137    <Compile Include="ChangeColumnGroup\AddNewColumnCommandBase.cs" />
138    <Compile Include="ChangeColumnGroup\AddNewStringColumnCommand.cs" />
139    <Compile Include="ChangeDataset\AddNewColumnGroupCommand.cs" />
140    <Compile Include="Aggregation\AggregateCommandBase.cs" />
141    <Compile Include="Aggregation\AggregateWithMaxCommand.cs" />
142    <Compile Include="Aggregation\AggregateWithMeanCommand.cs" />
143    <Compile Include="Aggregation\AggregateWithMedianCommand.cs" />
144    <Compile Include="Aggregation\AggregateWithMinCommand.cs" />
145    <Compile Include="Aggregation\AggregateWithSumCommand.cs" />
146    <Compile Include="ChangeColumnGroup\ChangeColumnCommandBase.cs" />
147    <Compile Include="ChangeColumnGroup\ChangeColumnToDoubleColumnCommand.cs" />
148    <Compile Include="ChangeColumnGroup\AddNewDoubleColumnCommand.cs" />
149    <Compile Include="ChangeColumnGroup\AddNewDateTimeColumnCommand.cs" />
150    <Compile Include="ChangeColumnGroup\ChangeColumnToStringColumnCommand.cs" />
151    <Compile Include="ChangeColumnGroup\ChangeColumnToDateTimeColumnCommand.cs" />
152    <Compile Include="ChangeColumnGroup\AddNewProgrammableColumnCommand.cs" />
153    <Compile Include="ChangeDataset\MoveColumnGroupRightCommand.cs" />
154    <Compile Include="ChangeDataset\MoveColumnGroupLeftCommand.cs" />
155    <Compile Include="MissingValues\DeleteColumnsWithMissingValuesThresholdCommand.cs" />
156    <Compile Include="MissingValues\DeleteRowsWithMissingValuesThresholdCommand.cs" />
157    <Compile Include="MissingValues\IThresholdCommand.cs" />
158    <Compile Include="TimeSeries\ChangeDateTimeColumnToDoubleColumn.cs" />
159    <Compile Include="TimeSeries\EquidistantTimeSeriesCommandBase.cs" />
160    <Compile Include="ChangeDataset\DeleteColumnGroupCommand.cs" />
161    <Compile Include="MissingValues\FillMissingValueCommandBase.cs" />
162    <Compile Include="TimeSeries\DeleteNotEquidistantRowsCommand.cs" />
163    <Compile Include="Aggregation\DeleteRowsWithDuplicateKeyValuesCommand.cs" />
164    <Compile Include="ChangeValues\DeleteRowsWithGivenValueCommand.cs" />
165    <Compile Include="MissingValues\DeleteRowsWithMissingValuesCommand.cs" />
166    <Compile Include="TimeSeries\EquidistantSamplingCommand.cs" />
167    <Compile Include="MissingValues\FillMissingValuesWithLinearInterpolation.cs" />
168    <Compile Include="MissingValues\FillMissingValuesWithMeanCommand.cs" />
169    <Compile Include="MissingValues\FillMissingValuesWithMedianCommand.cs" />
170    <Compile Include="MissingValues\FillMissingValuesWithPreviousValuesCommand.cs" />
171    <Compile Include="ChangeValues\FilterMovingAverageCommand.cs" />
172    <Compile Include="ChangeValues\FilterMovingMedianCommand.cs" />
173    <Compile Include="ChangeDataset\MergeColumnGroupsCommand.cs" />
174    <Compile Include="ChangeValues\SearchAndReplaceCommand.cs" />
175    <Compile Include="ChangeDataset\SplitColumnGroupCommand.cs" />
176    <Compile Include="Properties\AssemblyInfo.cs" />
177    <Compile Include="TimeSeries\SetPartOfDateTimeCommand.cs" />
178    <Compile Include="TimeSeries\InterpolateMissingValues.cs" />
179    <Compile Include="View\AggregationCommandView.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="View\AggregationCommandView.Designer.cs">
183      <DependentUpon>AggregationCommandView.cs</DependentUpon>
184    </Compile>
185    <Compile Include="View\ChangeDateTimeCommandView.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="View\ChangeDateTimeCommandView.Designer.cs">
189      <DependentUpon>ChangeDateTimeCommandView.cs</DependentUpon>
190    </Compile>
191    <Compile Include="View\BoxCoxTransformationCommandView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="View\BoxCoxTransformationCommandView.Designer.cs">
195      <DependentUpon>BoxCoxTransformationCommandView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="View\DeleteWithThresholdView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="View\DeleteWithThresholdView.Designer.cs">
201      <DependentUpon>DeleteWithThresholdView.cs</DependentUpon>
202    </Compile>
203    <Compile Include="View\FilterSavitzkyGolayCommandView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="View\FilterSavitzkyGolayCommandView.Designer.cs">
207      <DependentUpon>FilterSavitzkyGolayCommandView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="View\SearchWithMatchOperationCommandView.cs">
210      <SubType>UserControl</SubType>
211    </Compile>
212    <Compile Include="View\SearchWithMatchOperationCommandView.Designer.cs">
213      <DependentUpon>SearchWithMatchOperationCommandView.cs</DependentUpon>
214    </Compile>
215    <Compile Include="View\SearchCommandView.cs">
216      <SubType>UserControl</SubType>
217    </Compile>
218    <Compile Include="View\SearchCommandView.Designer.cs">
219      <DependentUpon>SearchCommandView.cs</DependentUpon>
220    </Compile>
221    <Compile Include="View\LinearTransformationCommandView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="View\LinearTransformationCommandView.Designer.cs">
225      <DependentUpon>LinearTransformationCommandView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="View\NormalDistribuationCommandView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="View\NormalDistribuationCommandView.Designer.cs">
231      <DependentUpon>NormalDistribuationCommandView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="View\MinMaxCommandView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="View\MinMaxCommandView.Designer.cs">
237      <DependentUpon>MinMaxCommandView.cs</DependentUpon>
238    </Compile>
239    <Compile Include="View\ProgrammableColumnCommandView.cs">
240      <SubType>UserControl</SubType>
241    </Compile>
242    <Compile Include="View\ProgrammableColumnCommandView.Designer.cs">
243      <DependentUpon>ProgrammableColumnCommandView.cs</DependentUpon>
244    </Compile>
245    <Compile Include="View\TimeBasedWithoutOffsetCommandView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="View\TimeBasedWithoutOffsetCommandView.Designer.cs">
249      <DependentUpon>TimeBasedWithoutOffsetCommandView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="View\FilterCommandView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="View\FilterCommandView.Designer.cs">
255      <DependentUpon>FilterCommandView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="View\SearchAndReplaceCommandView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="View\SearchAndReplaceCommandView.Designer.cs">
261      <DependentUpon>SearchAndReplaceCommandView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="View\TimeBasedCommandView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="View\TimeBasedCommandView.Designer.cs">
267      <DependentUpon>TimeBasedCommandView.cs</DependentUpon>
268    </Compile>
269  </ItemGroup>
270  <ItemGroup>
271    <None Include="HeuristicLab.snk" />
272    <None Include="Properties\AssemblyInfo.cs.frame" />
273  </ItemGroup>
274  <ItemGroup>
275    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
276      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
277      <Name>HeuristicLab.DataImporter.Data</Name>
278      <Private>False</Private>
279    </ProjectReference>
280  </ItemGroup>
281  <ItemGroup>
282    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
283      <Visible>False</Visible>
284      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
285      <Install>false</Install>
286    </BootstrapperPackage>
287    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
288      <Visible>False</Visible>
289      <ProductName>.NET Framework 3.5 SP1</ProductName>
290      <Install>true</Install>
291    </BootstrapperPackage>
292    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
293      <Visible>False</Visible>
294      <ProductName>Windows Installer 3.1</ProductName>
295      <Install>true</Install>
296    </BootstrapperPackage>
297  </ItemGroup>
298  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
299  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
300       Other similar extension points exist, see Microsoft.Common.targets.
301  <Target Name="BeforeBuild">
302  </Target>
303  <Target Name="AfterBuild">
304  </Target>
305  -->
306  <PropertyGroup>
307    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
308set ProjectDir=$(ProjectDir)
309set SolutionDir=$(SolutionDir)
310set Outdir=$(Outdir)
311
312call PreBuildEvent.cmd</PreBuildEvent>
313  </PropertyGroup>
314</Project>
Note: See TracBrowser for help on using the repository browser.