Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/HeuristicLab.Persistence.csproj @ 1469

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

Test drive tracing plug-in in persistence plug-in. (#524)

File size: 6.1 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="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib.dll</HintPath>
49    </Reference>
50    <Reference Include="System" />
51    <Reference Include="System.configuration" />
52    <Reference Include="System.Core">
53      <RequiredTargetFramework>3.5</RequiredTargetFramework>
54    </Reference>
55    <Reference Include="System.Data" />
56    <Reference Include="System.Xml" />
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="Core\Configuration.cs" />
60    <Compile Include="Core\TypeMapping.cs" />
61    <Compile Include="Core\TypeStringBuilder.cs" />
62    <Compile Include="Default\Decomposers\ArrayDecomposer.cs" />
63    <Compile Include="Default\Decomposers\EnumerableDecomposer.cs" />
64    <Compile Include="Default\Decomposers\EnumDecomposer.cs" />
65    <Compile Include="Default\Decomposers\KeyValuePairDecomposer.cs" />
66    <Compile Include="Default\Decomposers\DictionaryDecomposer.cs" />
67    <Compile Include="Default\Decomposers\StorableDecomposer.cs" />
68    <Compile Include="Default\Decomposers\TypeDecomposer.cs" />
69    <Compile Include="Default\ViewOnly\ViewOnlyFormat.cs" />
70    <Compile Include="Default\Xml\Compact\IntArray2XmlFormatters.cs" />
71    <Compile Include="Default\Xml\Compact\DoubleArray2XmlFormatters.cs" />
72    <Compile Include="Default\Xml\Compact\DoubleList2XmlFormatter.cs" />
73    <Compile Include="Default\Xml\Compact\NumberEnumeration2XmlFormatter.cs" />
74    <Compile Include="Default\Xml\Compact\NumberArray2XmlFormatters.cs" />
75    <Compile Include="Core\DataMemberAccessor.cs" />
76    <Compile Include="Default\Xml\Compact\IntList2XmlFormatter.cs" />
77    <Compile Include="Default\Xml\Primitive\Sting2XmlFormatter.cs" />
78    <Compile Include="Default\Xml\Primitive\Int2XmlFormatter.cs" />
79    <Compile Include="Default\Xml\Primitive\Double2XmlFormatter.cs" />
80    <Compile Include="Default\Xml\Primitive\Boolean2XmlFormatter.cs" />
81    <Compile Include="Default\Xml\Primitive\DateTime2XmlFormatter.cs" />
82    <Compile Include="Default\Xml\XmlFormat.cs" />
83    <Compile Include="HeuristicLabPersistencePlugin.cs" />
84    <Compile Include="Core\DeSerializer.cs" />
85    <Compile Include="Core\Tag.cs" />
86    <Compile Include="Interfaces\IDecomposer.cs" />
87    <Compile Include="Interfaces\IFormatter.cs" />
88    <Compile Include="Core\ConfigurationService.cs" />
89    <Compile Include="Properties\AssemblyInfo.cs" />
90    <Compile Include="Core\Serializer.cs" />
91    <Compile Include="Interfaces\Tokens.cs" />
92    <Compile Include="Properties\Settings.Designer.cs">
93      <AutoGen>True</AutoGen>
94      <DesignTimeSharedInput>True</DesignTimeSharedInput>
95      <DependentUpon>Settings.settings</DependentUpon>
96    </Compile>
97    <Compile Include="Util.cs" />
98    <Compile Include="Core\StorableAttribute.cs" />
99    <Compile Include="Default\Xml\XmlGenerator.cs" />
100    <Compile Include="Default\Xml\XmlParser.cs" />
101  </ItemGroup>
102  <PropertyGroup>
103    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
104set ProjectDir=$(ProjectDir)
105set SolutionDir=$(SolutionDir)
106set Outdir=$(Outdir)
107
108call PreBuildEvent.cmd</PreBuildEvent>
109    <PostBuildEvent>
110    </PostBuildEvent>
111  </PropertyGroup>
112  <ItemGroup>
113    <None Include="app.config" />
114    <None Include="HeuristicLab.snk" />
115    <None Include="Properties\Settings.settings">
116      <Generator>SettingsSingleFileGenerator</Generator>
117      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
118    </None>
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
122      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
123      <Name>HeuristicLab.PluginInfrastructure</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\HeuristicLab.Tracing\HeuristicLab.Tracing.csproj">
126      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
127      <Name>HeuristicLab.Tracing</Name>
128    </ProjectReference>
129  </ItemGroup>
130</Project>
Note: See TracBrowser for help on using the repository browser.