Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6682 was 6682, checked in by mkommend, 13 years ago

#1471: Corrected references and plugin dependencies of DataImporter.

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