Free cookie consent management tool by TermsFeed Policy Generator

source: branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence-3.3.csproj @ 1429

Last change on this file since 1429 was 1429, checked in by epitzer, 15 years ago

View-only serializer for debugging purposes. (#506)

File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>TRACE;DEBUG</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
38  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
39       Other similar extension points exist, see Microsoft.Common.targets.
40  <Target Name="BeforeBuild">
41  </Target>
42  <Target Name="AfterBuild">
43  </Target>
44  -->
45  <ItemGroup>
46    <Reference Include="System" />
47    <Reference Include="System.configuration" />
48    <Reference Include="System.Core">
49      <RequiredTargetFramework>3.5</RequiredTargetFramework>
50    </Reference>
51    <Reference Include="System.Data" />
52    <Reference Include="System.Data.DataSetExtensions">
53      <RequiredTargetFramework>3.5</RequiredTargetFramework>
54    </Reference>
55    <Reference Include="System.Xml" />
56  </ItemGroup>
57  <ItemGroup>
58    <Compile Include="Core\Configuration.cs" />
59    <Compile Include="Core\TypeStringBuilder.cs" />
60    <Compile Include="Default\Decomposers\EnumerableDecomposer.cs" />
61    <Compile Include="Default\Decomposers\ArrayDecomposer.cs" />
62    <Compile Include="Default\Decomposers\KeyValuePairDecomposer.cs" />
63    <Compile Include="Default\Decomposers\DictionaryDecomposer.cs" />
64    <Compile Include="Default\Decomposers\StorableDecomposer.cs" />
65    <Compile Include="Default\Decomposers\TypeDecomposer.cs" />
66    <Compile Include="Default\ViewOnly\ViewOnlyFormat.cs" />
67    <Compile Include="Default\Xml\Compact\IntArray2XmlFormatters.cs" />
68    <Compile Include="Default\Xml\Compact\DoubleArray2XmlFormatters.cs" />
69    <Compile Include="Default\Xml\Compact\DoubleList2XmlFormatter.cs" />
70    <Compile Include="Default\Xml\Compact\NumberEnumeration2XmlFormatter.cs" />
71    <Compile Include="Default\Xml\Compact\NumberArray2XmlFormatters.cs" />
72    <Compile Include="Core\DataMemberAccessor.cs" />
73    <Compile Include="Default\Xml\Compact\IntList2XmlFormatter.cs" />
74    <Compile Include="Default\Xml\Primitive\Sting2XmlFormatter.cs" />
75    <Compile Include="Default\Xml\Primitive\Int2XmlFormatter.cs" />
76    <Compile Include="Default\Xml\Primitive\Double2XmlFormatter.cs" />
77    <Compile Include="Default\Xml\Primitive\Boolean2XmlFormatter.cs" />
78    <Compile Include="Default\Xml\Primitive\DateTime2XmlFormatter.cs" />
79    <Compile Include="Default\Xml\XmlFormat.cs" />
80    <Compile Include="HeuristicLabPersistencePlugin.cs" />
81    <Compile Include="Core\DeSerializer.cs" />
82    <Compile Include="Interfaces\IDecomposer.cs" />
83    <Compile Include="Interfaces\IFormatter.cs" />
84    <Compile Include="Core\ConfigurationService.cs" />
85    <Compile Include="Properties\AssemblyInfo.cs" />
86    <Compile Include="Core\Serializer.cs" />
87    <Compile Include="Interfaces\Tokens.cs" />
88    <Compile Include="Properties\Settings.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DesignTimeSharedInput>True</DesignTimeSharedInput>
91      <DependentUpon>Settings.settings</DependentUpon>
92    </Compile>
93    <Compile Include="Util.cs" />
94    <Compile Include="Core\StorableAttribute.cs" />
95    <Compile Include="Default\Xml\XmlGenerator.cs" />
96    <Compile Include="Default\Xml\XmlParser.cs" />
97  </ItemGroup>
98  <PropertyGroup>
99    <PreBuildEvent>SubWCRev "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.frame" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>
100    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
101set ProjectDir=$(ProjectDir)
102set SolutionDir=$(SolutionDir)
103set Outdir=$(Outdir)
104
105REM call CopyAssemblies.cmd
106REM call UpdateLocalInstallation.cmd</PostBuildEvent>
107  </PropertyGroup>
108  <ItemGroup>
109    <None Include="app.config" />
110    <None Include="HeuristicLab.snk" />
111    <None Include="Properties\Settings.settings">
112      <Generator>SettingsSingleFileGenerator</Generator>
113      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
114    </None>
115  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\..\..\..\trunk\sources\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
118      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
119      <Name>HeuristicLab.PluginInfrastructure</Name>
120    </ProjectReference>
121  </ItemGroup>
122</Project>
Note: See TracBrowser for help on using the repository browser.