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 >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{49705881-56D3-447A-92D8-D11CA6085DBD}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >NEventStore.PollingClientExample</RootNamespace >
12+ <AssemblyName >NEventStore.PollingClientExample</AssemblyName >
13+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <SignAssembly >false</SignAssembly >
16+ <AssemblyOriginatorKeyFile >..\..\src\NEventStore.snk</AssemblyOriginatorKeyFile >
17+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\src\</SolutionDir >
18+ <RestorePackages >true</RestorePackages >
19+ <TargetFrameworkProfile />
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ <Prefer32Bit >false</Prefer32Bit >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32+ <DebugType >pdbonly</DebugType >
33+ <Optimize >true</Optimize >
34+ <OutputPath >bin\Release\</OutputPath >
35+ <DefineConstants >TRACE</DefineConstants >
36+ <ErrorReport >prompt</ErrorReport >
37+ <WarningLevel >4</WarningLevel >
38+ <Prefer32Bit >false</Prefer32Bit >
39+ </PropertyGroup >
40+ <PropertyGroup >
41+ <StartupObject />
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Compile Include =" ..\GlobalAssemblyInfo.cs" >
45+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
46+ </Compile >
47+ <Compile Include =" ..\VersionAssemblyInfo.cs" >
48+ <Link >Properties\VersionAssemblyInfo.cs</Link >
49+ </Compile >
50+ <Compile Include =" MainProgram.cs" />
51+ <Compile Include =" Properties\AssemblyInfo.cs" />
52+ <Compile Include =" Resources.Designer.cs" >
53+ <AutoGen >True</AutoGen >
54+ <DesignTime >True</DesignTime >
55+ <DependentUpon >Resources.resx</DependentUpon >
56+ </Compile >
57+ </ItemGroup >
58+ <ItemGroup >
59+ <ProjectReference Include =" ..\..\src\NEventStore\NEventStore.csproj" Condition =" '$(ILMerged)' != 'true'" >
60+ <Project >{03946843-F343-419C-88EF-3E446D08DFA6}</Project >
61+ <Name >NEventStore</Name >
62+ </ProjectReference >
63+ <Reference Include =" System.Reactive.Core" >
64+ <HintPath >..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath >
65+ <Private >True</Private >
66+ </Reference >
67+ <Reference Include =" System.Reactive.Interfaces, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
68+ <SpecificVersion >False</SpecificVersion >
69+ <HintPath >..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" System.Reactive.Linq, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72+ <SpecificVersion >False</SpecificVersion >
73+ <HintPath >..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath >
74+ </Reference >
75+ <Reference Include =" System.Transactions" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <None Include =" App.config" />
79+ <None Include =" packages.config" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <EmbeddedResource Include =" Resources.resx" >
83+ <Generator >ResXFileCodeGenerator</Generator >
84+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
85+ <SubType >Designer</SubType >
86+ </EmbeddedResource >
87+ </ItemGroup >
88+ <ItemGroup >
89+ <Reference Include =" System" />
90+ </ItemGroup >
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
93+ </Project >
0 commit comments