Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj @ 8641

Last change on this file since 8641 was 8641, checked in by ascheibe, 12 years ago

#1952 (#1937) added Mono support to persistence

File size: 15.8 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.0</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  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>$(SolutionDir)\bin\</OutputPath>
66    <DefineConstants>TRACE;DEBUG</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x64</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79    <DocumentationFile>
80    </DocumentationFile>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
84    <DebugSymbols>true</DebugSymbols>
85    <OutputPath>$(SolutionDir)\bin\</OutputPath>
86    <DefineConstants>TRACE;DEBUG</DefineConstants>
87    <DebugType>full</DebugType>
88    <PlatformTarget>x86</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x86</PlatformTarget>
98    <ErrorReport>prompt</ErrorReport>
99    <DocumentationFile>
100    </DocumentationFile>
101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
102  </PropertyGroup>
103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105       Other similar extension points exist, see Microsoft.Common.targets.
106  <Target Name="BeforeBuild">
107  </Target>
108  <Target Name="AfterBuild">
109  </Target>
110  -->
111  <ItemGroup>
112    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="System" />
118    <Reference Include="System.configuration" />
119    <Reference Include="System.Core">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Data" />
123    <Reference Include="System.Drawing" />
124    <Reference Include="System.Xml" />
125  </ItemGroup>
126  <ItemGroup>
127    <Compile Include="Auxiliary\ObjectEqualityComparer.cs" />
128    <Compile Include="Auxiliary\StringExtensions.cs" />
129    <Compile Include="Auxiliary\TypeLoader.cs" />
130    <Compile Include="Auxiliary\TypeNameParser.cs" />
131    <Compile Include="Auxiliary\ReflectionTools.cs" />
132    <None Include="Plugin.cs.frame" />
133    <Compile Include="Core\Configuration.cs" />
134    <Compile Include="Core\PersistenceException.cs" />
135    <Compile Include="Core\PrimitiveSerializerBase.cs" />
136    <Compile Include="Core\FormatBase.cs" />
137    <Compile Include="Auxiliary\TypeExtensions.cs" />
138    <Compile Include="Core\Tokens\TypeToken.cs" />
139    <Compile Include="Core\TypeMapping.cs" />
140    <Compile Include="Auxiliary\TypeName.cs" />
141    <Compile Include="Core\GeneratorBase.cs" />
142    <Compile Include="Default\CompositeSerializers\ArraySerializer.cs" />
143    <Compile Include="Default\CompositeSerializers\CompactNumberArray2StringSerializer.cs" />
144    <Compile Include="Default\CompositeSerializers\ConcreteDictionarySerializer.cs" />
145    <Compile Include="Default\CompositeSerializers\TupleSerializer.cs" />
146    <Compile Include="Default\CompositeSerializers\HashSetSerializer.cs" />
147    <Compile Include="Default\CompositeSerializers\DictionarySerializer.cs" />
148    <Compile Include="Default\CompositeSerializers\EnumerableSerializer.cs" />
149    <Compile Include="Default\CompositeSerializers\EnumSerializer.cs" />
150    <Compile Include="Default\CompositeSerializers\KeyValuePairSerializer.cs" />
151    <Compile Include="Default\CompositeSerializers\Number2StringSerializer.cs" />
152    <Compile Include="Default\CompositeSerializers\NumberEnumerable2StringSerializer.cs" />
153    <Compile Include="Default\CompositeSerializers\StackSerializer.cs" />
154    <Compile Include="Default\CompositeSerializers\Storable\StorableReflection.cs" />
155    <Compile Include="Default\CompositeSerializers\Storable\StorableMemberInfo.cs" />
156    <Compile Include="Default\CompositeSerializers\Storable\StorableClassType.cs" />
157    <Compile Include="Core\DataMemberAccessor.cs" />
158    <Compile Include="Default\CompositeSerializers\Storable\StorableClassAttribute.cs" />
159    <Compile Include="Default\CompositeSerializers\Storable\StorableAttribute.cs" />
160    <Compile Include="Default\CompositeSerializers\Storable\StorableConstructorAttribute.cs" />
161    <Compile Include="Default\CompositeSerializers\Storable\StorableHookAttribute.cs" />
162    <Compile Include="Default\CompositeSerializers\Storable\StorableSerializer.cs" />
163    <Compile Include="Default\CompositeSerializers\StructSerializer.cs" />
164    <Compile Include="Default\CompositeSerializers\TypeSerializer.cs" />
165    <Compile Include="Default\DebugString\DebugString.cs" />
166    <Compile Include="Default\DebugString\DebugStringFormat.cs" />
167    <Compile Include="Default\DebugString\DebugStringGenerator.cs" />
168    <Compile Include="Default\DebugString\PrimitiveSerializers\Bool2DebugStringSerializer.cs" />
169    <Compile Include="Default\DebugString\PrimitiveSerializers\Byte2DebugStringSerializer.cs" />
170    <Compile Include="Default\DebugString\PrimitiveSerializers\Char2DebugStringSerializer.cs" />
171    <Compile Include="Default\DebugString\PrimitiveSerializers\DateTime2DebugStringSerializer.cs" />
172    <Compile Include="Default\DebugString\PrimitiveSerializers\Double2DebugStringSerializer.cs" />
173    <Compile Include="Default\DebugString\PrimitiveSerializers\Float2DebugStringSerializer.cs" />
174    <Compile Include="Default\DebugString\PrimitiveSerializers\Int2DebugStringSerializer.cs" />
175    <Compile Include="Default\DebugString\PrimitiveSerializers\Long2DebugStringSerializer.cs" />
176    <Compile Include="Default\DebugString\PrimitiveSerializers\SByte2DebugStringSerializer.cs" />
177    <Compile Include="Default\DebugString\PrimitiveSerializers\Short2DebugStringSerializer.cs" />
178    <Compile Include="Default\DebugString\PrimitiveSerializers\String2DebugStringSerializer.cs" />
179    <Compile Include="Default\DebugString\PrimitiveSerializers\Type2DebugStringSerializer.cs" />
180    <Compile Include="Default\DebugString\PrimitiveSerializers\UInt2DebugStringSerializer.cs" />
181    <Compile Include="Default\DebugString\PrimitiveSerializers\ULong2DebugStringSerializer.cs" />
182    <Compile Include="Default\DebugString\PrimitiveSerializers\UShort2DebugStringSerializer.cs" />
183    <Compile Include="Default\DebugString\PrimitiveSerializers\ValueType2DebugStringSerializerBase.cs" />
184    <Compile Include="Default\Xml\Compact\ByteArray2XmlSerializer.cs" />
185    <Compile Include="Default\Xml\Compact\CompactXmlSerializerBase.cs" />
186    <Compile Include="Default\Xml\Compact\DoubleArray2XmlSerializer.cs" />
187    <Compile Include="Default\Xml\Compact\DoubleList2XmlSerializer.cs" />
188    <Compile Include="Default\Xml\Compact\IntArray2XmlSerializer.cs" />
189    <Compile Include="Default\Xml\Compact\IntList2XmlSerializer.cs" />
190    <Compile Include="Default\Xml\Compact\NumberArray2XmlSerializerBase.cs" />
191    <Compile Include="Default\Xml\Compact\NumberEnumeration2XmlSerializerBase.cs" />
192    <Compile Include="Default\Xml\EasyXmlGenerator.cs" />
193    <Compile Include="Default\Xml\Primitive\System.Drawing\Bitmap2XmlSerializer.cs" />
194    <Compile Include="Default\Xml\Primitive\Bool2XmlSerializer.cs" />
195    <Compile Include="Default\Xml\Primitive\Byte2XmlSerializer.cs" />
196    <Compile Include="Default\Xml\Primitive\Char2XmlFormatter.cs">
197      <SubType>Code</SubType>
198    </Compile>
199    <Compile Include="Default\Xml\Primitive\DateTime2XmlSerializer.cs" />
200    <Compile Include="Default\Xml\Primitive\Decimal2XmlSerializer.cs" />
201    <Compile Include="Default\Xml\Primitive\Double2XmlSerializer.cs" />
202    <Compile Include="Default\Xml\Primitive\Float2XmlSerializer.cs" />
203    <Compile Include="Default\Xml\Primitive\Guid2XmlSerializer.cs" />
204    <Compile Include="Default\Xml\Primitive\Int2XmlSerializer.cs" />
205    <Compile Include="Default\Xml\Primitive\Long2XmlSerializer.cs" />
206    <Compile Include="Default\Xml\Primitive\PrimitiveXmlSerializerBase.cs" />
207    <Compile Include="Default\Xml\Primitive\SByte2XmlSerializer.cs" />
208    <Compile Include="Default\Xml\Primitive\Short2XmlSerializer.cs" />
209    <Compile Include="Default\Xml\Primitive\SimpleNumber2XmlSerializerBase.cs" />
210    <Compile Include="Default\Xml\Primitive\String2XmlSerializer.cs" />
211    <Compile Include="Default\Xml\Primitive\System.Drawing\Font2XmlSerializer.cs" />
212    <Compile Include="Default\Xml\Primitive\TimeSpan2XmlSerializer.cs" />
213    <Compile Include="Default\Xml\Primitive\UInt2XmlSerializer.cs" />
214    <Compile Include="Default\Xml\Primitive\ULong2XmlSerializer.cs" />
215    <Compile Include="Default\Xml\Primitive\UShort2XmlSerializer.cs" />
216    <Compile Include="Default\Xml\XmlSerializerBase.cs" />
217    <Compile Include="Default\Xml\XmlStringConstants.cs" />
218    <Compile Include="Default\Xml\XmlString.cs" />
219    <Compile Include="Default\Xml\XmlFormat.cs" />
220    <Compile Include="Core\Deserializer.cs" />
221    <Compile Include="Core\Tag.cs" />
222    <Compile Include="Interfaces\ICompositeSerializer.cs" />
223    <Compile Include="Interfaces\IPrimitiveSerializer.cs" />
224    <Compile Include="Interfaces\ISerialData.cs" />
225    <Compile Include="Interfaces\IFormat.cs" />
226    <Compile Include="Core\ConfigurationService.cs" />
227    <Compile Include="Core\Tokens\MetaInfoBeginToken.cs" />
228    <Compile Include="Core\Tokens\MetaInfoEndToken.cs" />
229    <Compile Include="Interfaces\ISerializationToken.cs" />
230    <Compile Include="Core\Tokens\SerializationTokenBase.cs" />
231    <Compile Include="Core\Tokens\CompositeTokenBase.cs" />
232    <Compile Include="Core\Tokens\BeginToken.cs" />
233    <Compile Include="Core\Tokens\EndToken.cs" />
234    <Compile Include="Core\Tokens\PrimitiveToken.cs" />
235    <Compile Include="Core\Tokens\ReferenceToken.cs" />
236    <Compile Include="Core\Tokens\NullReferenceToken.cs" />
237    <Compile Include="Plugin.cs" />
238    <Compile Include="Properties\AssemblyInfo.cs" />
239    <Compile Include="Core\Serializer.cs" />
240    <Compile Include="Properties\Settings.Designer.cs">
241      <AutoGen>True</AutoGen>
242      <DesignTimeSharedInput>True</DesignTimeSharedInput>
243      <DependentUpon>Settings.settings</DependentUpon>
244    </Compile>
245    <Compile Include="Default\Xml\XmlGenerator.cs" />
246    <Compile Include="Default\Xml\XmlParser.cs" />
247  </ItemGroup>
248  <PropertyGroup>
249    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
250set ProjectDir=$(ProjectDir)
251set SolutionDir=$(SolutionDir)
252set Outdir=$(Outdir)
253
254call PreBuildEvent.cmd
255</PreBuildEvent>
256    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
257export ProjectDir=$(ProjectDir)
258export SolutionDir=$(SolutionDir)
259
260$SolutionDir/PreBuildEvent.sh
261</PreBuildEvent>
262    <PostBuildEvent>
263    </PostBuildEvent>
264  </PropertyGroup>
265  <ItemGroup>
266    <None Include="app.config" />
267    <None Include="HeuristicLab.snk" />
268    <None Include="Properties\AssemblyInfo.cs.frame" />
269    <None Include="Properties\Settings.settings">
270      <Generator>SettingsSingleFileGenerator</Generator>
271      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
272    </None>
273  </ItemGroup>
274  <ItemGroup>
275    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
276      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
277      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
278      <Private>False</Private>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
281      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
282      <Name>HeuristicLab.Tracing-3.3</Name>
283      <Private>False</Private>
284    </ProjectReference>
285  </ItemGroup>
286  <ItemGroup>
287    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
288      <Visible>False</Visible>
289      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
290      <Install>false</Install>
291    </BootstrapperPackage>
292    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
293      <Visible>False</Visible>
294      <ProductName>.NET Framework 3.5 SP1</ProductName>
295      <Install>true</Install>
296    </BootstrapperPackage>
297    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
298      <Visible>False</Visible>
299      <ProductName>Windows Installer 3.1</ProductName>
300      <Install>true</Install>
301    </BootstrapperPackage>
302  </ItemGroup>
303</Project>
Note: See TracBrowser for help on using the repository browser.