1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{CAEE8C29-C306-4A5F-B8E4-DDD2F05FC144}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >WampSharp.LiteDB</RootNamespace >
11+ <AssemblyName >WampSharp.LiteDB</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" LiteDB, Version=3.1.2.0, Culture=neutral, processorArchitecture=MSIL" >
35+ <HintPath >..\packages\LiteDB.3.1.2\lib\net35\LiteDB.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38+ <HintPath >..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
42+ <HintPath >..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Runtime.Serialization" />
46+ <Reference Include =" System.ValueTuple, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\System.ValueTuple.4.0.0-rc3-24212-01\lib\netstandard1.1\System.ValueTuple.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" System.Xml.Linq" />
50+ <Reference Include =" System.Data.DataSetExtensions" />
51+ <Reference Include =" Microsoft.CSharp" />
52+ <Reference Include =" System.Data" />
53+ <Reference Include =" System.Net.Http" />
54+ <Reference Include =" System.Xml" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" EventEntry.cs" />
58+ <Compile Include =" JsonToBson.cs" />
59+ <Compile Include =" LiteDBEventStore.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ <Compile Include =" SubscriptionEntry.cs" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <ProjectReference Include =" ..\WampSharp\WampSharp.csproj" >
65+ <Project >{653A76DC-00D7-4EFF-A25E-2FA10C5C927D}</Project >
66+ <Name >WampSharp</Name >
67+ </ProjectReference >
68+ </ItemGroup >
69+ <ItemGroup >
70+ <None Include =" packages.config" />
71+ </ItemGroup >
72+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73+ </Project >
0 commit comments