Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj @ 16994

Last change on this file since 16994 was 16994, checked in by gkronber, 5 years ago

#2520 Update plugin dependencies and references for HL.DataImporter for new persistence

File size: 10.0 KB
RevLine 
[6133]1<?xml version="1.0" encoding="utf-8"?>
[16566]2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[6133]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>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DataImporter.Data</RootNamespace>
12    <AssemblyName>HeuristicLab.DataImporter.Data-1.0</AssemblyName>
[16566]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[6133]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>
[15690]42    <OutputPath>..\..\..\trunk\bin\</OutputPath>
[6133]43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]47    <Prefer32Bit>false</Prefer32Bit>
[6133]48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
[15690]52    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]57    <Prefer32Bit>false</Prefer32Bit>
[6133]58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
[15690]61    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]67    <Prefer32Bit>false</Prefer32Bit>
[6133]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15690]70    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]71    <DefineConstants>TRACE</DefineConstants>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]77    <Prefer32Bit>false</Prefer32Bit>
[6133]78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
[15690]81    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]87    <Prefer32Bit>false</Prefer32Bit>
[6133]88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15690]90    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]97    <Prefer32Bit>false</Prefer32Bit>
[6133]98  </PropertyGroup>
99  <ItemGroup>
[16566]100    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
101      <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
102    </Reference>
103    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[16570]104      <HintPath>..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>
[16566]105    </Reference>
[7240]106    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[15690]107      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[7240]108      <Private>False</Private>
[6133]109    </Reference>
110    <Reference Include="System" />
111    <Reference Include="System.Core">
112      <RequiredTargetFramework>3.5</RequiredTargetFramework>
113    </Reference>
114    <Reference Include="System.Drawing" />
[16566]115    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
116      <HintPath>..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
117    </Reference>
[6133]118    <Reference Include="System.Windows.Forms" />
119    <Reference Include="System.Xml.Linq">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Data" />
123    <Reference Include="System.Xml" />
124  </ItemGroup>
125  <ItemGroup>
126    <Compile Include="CommandBase\ColumnGroupCommandWithAffectedColumnsBase.cs" />
127    <Compile Include="CommandBase\CommandExecutionException.cs" />
128    <Compile Include="CommandBase\CommandViewBase.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="CommandBase\CommandViewBase.Designer.cs">
132      <DependentUpon>CommandViewBase.cs</DependentUpon>
133    </Compile>
134    <Compile Include="CommandBase\DataSetCommandWithAffectedColumnGroupsBase.cs" />
135    <Compile Include="CommandBase\ICommandGenerator.cs" />
136    <Compile Include="CommandBase\ViewableCommandInfoAttribute.cs" />
137    <Compile Include="Command\AddRowCommand.cs" />
138    <Compile Include="Command\ChangeValueCommand.cs" />
139    <Compile Include="Command\ChangeValuesToNullCommand.cs" />
140    <Compile Include="Command\InsertRowCommand.cs" />
141    <Compile Include="Command\PasteValuesCommand.cs" />
142    <Compile Include="CommandBase\CommandBase.cs" />
143    <Compile Include="Command\DeleteColumnCommand.cs" />
144    <Compile Include="Command\DeleteRowsCommand.cs" />
145    <Compile Include="Command\RenameColumnCommand.cs" />
146    <Compile Include="Command\RenameColumnGroupCommand.cs" />
147    <Compile Include="DataSetState.cs" />
148    <Compile Include="DateTimeSpan.cs" />
149    <Compile Include="Model\DynamicValueList.cs" />
150    <Compile Include="Model\ProgrammableColumn.cs" />
151    <Compile Include="Model\DateTimeColumn.cs" />
152    <Compile Include="CommandBase\ColumnGroupCommandBase.cs" />
153    <Compile Include="CommandBase\ColumnCommandBase.cs" />
154    <Compile Include="Command\SortCommand.cs" />
155    <Compile Include="Model\DataSet.cs" />
156    <Compile Include="Model\DoubleColumn.cs" />
157    <Compile Include="Model\ColumnGroup.cs" />
158    <Compile Include="Model\ColumnBase.cs" />
159    <Compile Include="View\ColumnGroupView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="View\ColumnGroupView.Designer.cs">
163      <DependentUpon>ColumnGroupView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="Model\StringColumn.cs" />
166    <Compile Include="CommandBase\DataSetCommandBase.cs" />
167    <Compile Include="View\CommandListViewItem.cs" />
168    <Compile Include="View\CommandViewDialog.cs">
169      <SubType>Form</SubType>
170    </Compile>
171    <Compile Include="View\CommandViewDialog.Designer.cs">
172      <DependentUpon>CommandViewDialog.cs</DependentUpon>
173    </Compile>
174    <Compile Include="View\DataSetView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="View\DataSetView.Designer.cs">
178      <DependentUpon>DataSetView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="CommandChain.cs">
181    </Compile>
182    <Compile Include="CommandBase\ICommand.cs" />
183    <Compile Include="Properties\AssemblyInfo.cs" />
184  </ItemGroup>
185  <ItemGroup>
186    <None Include="HeuristicLab.snk" />
[16566]187    <None Include="packages.config" />
[7632]188    <None Include="Properties\AssemblyInfo.cs.frame" />
[6133]189  </ItemGroup>
190  <ItemGroup>
191    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
192      <Visible>False</Visible>
193      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
194      <Install>false</Install>
195    </BootstrapperPackage>
196    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
197      <Visible>False</Visible>
198      <ProductName>.NET Framework 3.5 SP1</ProductName>
199      <Install>true</Install>
200    </BootstrapperPackage>
201    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
202      <Visible>False</Visible>
203      <ProductName>Windows Installer 3.1</ProductName>
204      <Install>true</Install>
205    </BootstrapperPackage>
206  </ItemGroup>
207  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
208  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
209       Other similar extension points exist, see Microsoft.Common.targets.
210  <Target Name="BeforeBuild">
211  </Target>
212  <Target Name="AfterBuild">
213  </Target>
214  -->
215  <PropertyGroup>
216    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
217set ProjectDir=$(ProjectDir)
218set SolutionDir=$(SolutionDir)
219set Outdir=$(Outdir)
220
221call PreBuildEvent.cmd</PreBuildEvent>
222  </PropertyGroup>
223</Project>
Note: See TracBrowser for help on using the repository browser.