Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj @ 17105

Last change on this file since 17105 was 17105, checked in by mkommend, 5 years ago

#2520: Merged 16584, 16585,16594,16595, 16625, 16658, 16659, 16672, 16707, 16729, 16792, 16796, 16797, 16799, 16819, 16906, 16907, 16908, 16933, 16945, 16992, 16994, 16995, 16996, 16997, 17014, 17015, 17017, 17020, 17021, 17022, 17023, 17024, 17029, 17086, 17087, 17088, 17089 into stable.

File size: 16.1 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>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Persistence</RootNamespace>
12    <AssemblyName>HeuristicLab.Persistence-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <StartupObject>
18    </StartupObject>
19    <SignAssembly>true</SignAssembly>
20    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
21    <FileUpgradeFlags>
22    </FileUpgradeFlags>
23    <OldToolsVersion>3.5</OldToolsVersion>
24    <UpgradeBackupLocation />
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
46    <DefineConstants>TRACE;DEBUG</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <DocumentationFile>
60    </DocumentationFile>
61    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE;DEBUG</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <DocumentationFile>
83    </DocumentationFile>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85    <Prefer32Bit>false</Prefer32Bit>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
88    <DebugSymbols>true</DebugSymbols>
89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
90    <DefineConstants>TRACE;DEBUG</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
99    <DefineConstants>TRACE</DefineConstants>
100    <Optimize>true</Optimize>
101    <DebugType>pdbonly</DebugType>
102    <PlatformTarget>x86</PlatformTarget>
103    <ErrorReport>prompt</ErrorReport>
104    <DocumentationFile>
105    </DocumentationFile>
106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
107    <Prefer32Bit>false</Prefer32Bit>
108  </PropertyGroup>
109  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
111  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
112    <PropertyGroup>
113      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
114    </PropertyGroup>
115    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
116  </Target>
117  <ItemGroup>
118    <Reference Include="System" />
119    <Reference Include="System.configuration" />
120    <Reference Include="System.Core">
121      <RequiredTargetFramework>3.5</RequiredTargetFramework>
122    </Reference>
123    <Reference Include="System.Data" />
124    <Reference Include="System.Drawing" />
125    <Reference Include="System.IO.Compression" />
126    <Reference Include="System.Xml" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="Auxiliary\ObjectEqualityComparer.cs" />
130    <Compile Include="Auxiliary\StringExtensions.cs" />
131    <Compile Include="Auxiliary\TypeLoader.cs" />
132    <Compile Include="Auxiliary\TypeNameParser.cs" />
133    <Compile Include="Auxiliary\ReflectionTools.cs" />
134    <None Include="Plugin.cs.frame" />
135    <Compile Include="Core\Configuration.cs" />
136    <Compile Include="Core\PrimitiveSerializerBase.cs" />
137    <Compile Include="Core\FormatBase.cs" />
138    <Compile Include="Auxiliary\TypeExtensions.cs" />
139    <Compile Include="Core\Tokens\TypeToken.cs" />
140    <Compile Include="Core\TypeMapping.cs" />
141    <Compile Include="Auxiliary\TypeName.cs" />
142    <Compile Include="Core\GeneratorBase.cs" />
143    <Compile Include="Default\CompositeSerializers\ArraySerializer.cs" />
144    <Compile Include="Default\CompositeSerializers\CompactNumberArray2StringSerializer.cs" />
145    <Compile Include="Default\CompositeSerializers\ConcreteDictionarySerializer.cs" />
146    <Compile Include="Default\CompositeSerializers\QueueSerializer.cs" />
147    <Compile Include="Default\CompositeSerializers\TupleSerializer.cs" />
148    <Compile Include="Default\CompositeSerializers\HashSetSerializer.cs" />
149    <Compile Include="Default\CompositeSerializers\DictionarySerializer.cs" />
150    <Compile Include="Default\CompositeSerializers\EnumerableSerializer.cs" />
151    <Compile Include="Default\CompositeSerializers\EnumSerializer.cs" />
152    <Compile Include="Default\CompositeSerializers\KeyValuePairSerializer.cs" />
153    <Compile Include="Default\CompositeSerializers\Number2StringSerializer.cs" />
154    <Compile Include="Default\CompositeSerializers\NumberEnumerable2StringSerializer.cs" />
155    <Compile Include="Default\CompositeSerializers\StackSerializer.cs" />
156    <Compile Include="Default\CompositeSerializers\Storable\StorableReflection.cs" />
157    <Compile Include="Default\CompositeSerializers\Storable\StorableMemberInfo.cs" />
158    <Compile Include="Core\DataMemberAccessor.cs" />
159    <Compile Include="Default\CompositeSerializers\Storable\StorableSerializer.cs" />
160    <Compile Include="Default\CompositeSerializers\StructSerializer.cs" />
161    <Compile Include="Default\CompositeSerializers\TypeSerializer.cs" />
162    <Compile Include="Default\DebugString\DebugString.cs" />
163    <Compile Include="Default\DebugString\DebugStringFormat.cs" />
164    <Compile Include="Default\DebugString\DebugStringGenerator.cs" />
165    <Compile Include="Default\DebugString\PrimitiveSerializers\Bool2DebugStringSerializer.cs" />
166    <Compile Include="Default\DebugString\PrimitiveSerializers\Byte2DebugStringSerializer.cs" />
167    <Compile Include="Default\DebugString\PrimitiveSerializers\Char2DebugStringSerializer.cs" />
168    <Compile Include="Default\DebugString\PrimitiveSerializers\DateTime2DebugStringSerializer.cs" />
169    <Compile Include="Default\DebugString\PrimitiveSerializers\Double2DebugStringSerializer.cs" />
170    <Compile Include="Default\DebugString\PrimitiveSerializers\Float2DebugStringSerializer.cs" />
171    <Compile Include="Default\DebugString\PrimitiveSerializers\Int2DebugStringSerializer.cs" />
172    <Compile Include="Default\DebugString\PrimitiveSerializers\Long2DebugStringSerializer.cs" />
173    <Compile Include="Default\DebugString\PrimitiveSerializers\SByte2DebugStringSerializer.cs" />
174    <Compile Include="Default\DebugString\PrimitiveSerializers\Short2DebugStringSerializer.cs" />
175    <Compile Include="Default\DebugString\PrimitiveSerializers\String2DebugStringSerializer.cs" />
176    <Compile Include="Default\DebugString\PrimitiveSerializers\Type2DebugStringSerializer.cs" />
177    <Compile Include="Default\DebugString\PrimitiveSerializers\UInt2DebugStringSerializer.cs" />
178    <Compile Include="Default\DebugString\PrimitiveSerializers\ULong2DebugStringSerializer.cs" />
179    <Compile Include="Default\DebugString\PrimitiveSerializers\UShort2DebugStringSerializer.cs" />
180    <Compile Include="Default\DebugString\PrimitiveSerializers\ValueType2DebugStringSerializerBase.cs" />
181    <Compile Include="Default\Xml\Compact\ByteArray2XmlSerializer.cs" />
182    <Compile Include="Default\Xml\Compact\CompactXmlSerializerBase.cs" />
183    <Compile Include="Default\Xml\Compact\DoubleArray2XmlSerializer.cs" />
184    <Compile Include="Default\Xml\Compact\DoubleList2XmlSerializer.cs" />
185    <Compile Include="Default\Xml\Compact\IntArray2XmlSerializer.cs" />
186    <Compile Include="Default\Xml\Compact\IntList2XmlSerializer.cs" />
187    <Compile Include="Default\Xml\Compact\NumberArray2XmlSerializerBase.cs" />
188    <Compile Include="Default\Xml\Compact\NumberEnumeration2XmlSerializerBase.cs" />
189    <Compile Include="Default\Xml\EasyXmlGenerator.cs" />
190    <Compile Include="Default\Xml\Primitive\System.Drawing\Bitmap2XmlSerializer.cs" />
191    <Compile Include="Default\Xml\Primitive\Bool2XmlSerializer.cs" />
192    <Compile Include="Default\Xml\Primitive\Byte2XmlSerializer.cs" />
193    <Compile Include="Default\Xml\Primitive\Char2XmlFormatter.cs">
194      <SubType>Code</SubType>
195    </Compile>
196    <Compile Include="Default\Xml\Primitive\DateTime2XmlSerializer.cs" />
197    <Compile Include="Default\Xml\Primitive\Decimal2XmlSerializer.cs" />
198    <Compile Include="Default\Xml\Primitive\Double2XmlSerializer.cs" />
199    <Compile Include="Default\Xml\Primitive\Float2XmlSerializer.cs" />
200    <Compile Include="Default\Xml\Primitive\Guid2XmlSerializer.cs" />
201    <Compile Include="Default\Xml\Primitive\Int2XmlSerializer.cs" />
202    <Compile Include="Default\Xml\Primitive\Long2XmlSerializer.cs" />
203    <Compile Include="Default\Xml\Primitive\PrimitiveXmlSerializerBase.cs" />
204    <Compile Include="Default\Xml\Primitive\SByte2XmlSerializer.cs" />
205    <Compile Include="Default\Xml\Primitive\Short2XmlSerializer.cs" />
206    <Compile Include="Default\Xml\Primitive\SimpleNumber2XmlSerializerBase.cs" />
207    <Compile Include="Default\Xml\Primitive\String2XmlSerializer.cs" />
208    <Compile Include="Default\Xml\Primitive\System.Drawing\Font2XmlSerializer.cs" />
209    <Compile Include="Default\Xml\Primitive\TimeSpan2XmlSerializer.cs" />
210    <Compile Include="Default\Xml\Primitive\UInt2XmlSerializer.cs" />
211    <Compile Include="Default\Xml\Primitive\ULong2XmlSerializer.cs" />
212    <Compile Include="Default\Xml\Primitive\UShort2XmlSerializer.cs" />
213    <Compile Include="Default\Xml\XmlSerializerBase.cs" />
214    <Compile Include="Default\Xml\XmlStringConstants.cs" />
215    <Compile Include="Default\Xml\XmlString.cs" />
216    <Compile Include="Default\Xml\XmlFormat.cs" />
217    <Compile Include="Core\Deserializer.cs" />
218    <Compile Include="Core\Tag.cs" />
219    <Compile Include="Interfaces\ICompositeSerializer.cs" />
220    <Compile Include="Interfaces\IPrimitiveSerializer.cs" />
221    <Compile Include="Interfaces\ISerialData.cs" />
222    <Compile Include="Interfaces\IFormat.cs" />
223    <Compile Include="Core\ConfigurationService.cs" />
224    <Compile Include="Core\Tokens\MetaInfoBeginToken.cs" />
225    <Compile Include="Core\Tokens\MetaInfoEndToken.cs" />
226    <Compile Include="Interfaces\ISerializationToken.cs" />
227    <Compile Include="Core\Tokens\SerializationTokenBase.cs" />
228    <Compile Include="Core\Tokens\CompositeTokenBase.cs" />
229    <Compile Include="Core\Tokens\BeginToken.cs" />
230    <Compile Include="Core\Tokens\EndToken.cs" />
231    <Compile Include="Core\Tokens\PrimitiveToken.cs" />
232    <Compile Include="Core\Tokens\ReferenceToken.cs" />
233    <Compile Include="Core\Tokens\NullReferenceToken.cs" />
234    <Compile Include="Plugin.cs" />
235    <Compile Include="Properties\AssemblyInfo.cs" />
236    <Compile Include="Core\Serializer.cs" />
237    <Compile Include="Properties\Settings.Designer.cs">
238      <AutoGen>True</AutoGen>
239      <DesignTimeSharedInput>True</DesignTimeSharedInput>
240      <DependentUpon>Settings.settings</DependentUpon>
241    </Compile>
242    <Compile Include="Default\Xml\XmlGenerator.cs" />
243    <Compile Include="Default\Xml\XmlParser.cs" />
244  </ItemGroup>
245  <PropertyGroup>
246    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
247set ProjectDir=$(ProjectDir)
248set SolutionDir=$(SolutionDir)
249set Outdir=$(Outdir)
250
251call PreBuildEvent.cmd
252</PreBuildEvent>
253    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
254export ProjectDir=$(ProjectDir)
255export SolutionDir=$(SolutionDir)
256
257$SolutionDir/PreBuildEvent.sh
258</PreBuildEvent>
259    <PostBuildEvent>
260    </PostBuildEvent>
261  </PropertyGroup>
262  <ItemGroup>
263    <None Include="app.config" />
264    <None Include="HeuristicLab.snk" />
265    <None Include="Properties\AssemblyInfo.cs.frame" />
266    <None Include="Properties\Settings.settings">
267      <Generator>SettingsSingleFileGenerator</Generator>
268      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
269    </None>
270  </ItemGroup>
271  <ItemGroup>
272    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
273      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
274      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
275      <Private>False</Private>
276    </ProjectReference>
277    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
278      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
279      <Name>HeuristicLab.Tracing-3.3</Name>
280      <Private>False</Private>
281    </ProjectReference>
282  </ItemGroup>
283  <ItemGroup>
284    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
285      <Visible>False</Visible>
286      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
287      <Install>false</Install>
288    </BootstrapperPackage>
289    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
290      <Visible>False</Visible>
291      <ProductName>.NET Framework 3.5 SP1</ProductName>
292      <Install>true</Install>
293    </BootstrapperPackage>
294    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
295      <Visible>False</Visible>
296      <ProductName>Windows Installer 3.1</ProductName>
297      <Install>true</Install>
298    </BootstrapperPackage>
299  </ItemGroup>
300  <ItemGroup>
301    <Folder Include="Transformers\" />
302  </ItemGroup>
303  <ItemGroup>
304    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
305      <SpecificVersion>False</SpecificVersion>
306      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
307      <Private>False</Private>
308    </Reference>
309  </ItemGroup>
310</Project>
Note: See TracBrowser for help on using the repository browser.