Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj @ 8586

Last change on this file since 8586 was 8586, checked in by sforsten, 12 years ago

#1867: renamed view DeleteWithThreshold to DeleteWithThresholdView

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