forked from joelpob/betfairng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Betfair.ESAClient.csproj
130 lines (130 loc) · 8.93 KB
/
Betfair.ESAClient.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C6F11E1B-DA85-41BC-9DEE-B941D3C6A805}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Betfair.ESAClient</RootNamespace>
<AssemblyName>Betfair.ESAClient</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Reactive.Windows.Threading, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>packages\System.Reactive.Windows.Threading.3.0.0\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Auth\AppKeyAndSession.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Auth\AppKeyAndSessionProvider.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\OrderMarketSnap.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\LevelPriceSize.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\Market.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\MarketRunnerSnap.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\MarketSnap.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\OrderCache.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\MarketCache.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\MarketRunner.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\LevelPriceSizeLadder.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\OrderMarket.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\OrderMarketRunner.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\OrderMarketRunnerSnap.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\PriceSizeLadder.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\MarketRunnerPrices.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\PriceSize.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\ReverseComparer.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\RunnerId.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Cache\Utils.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Client.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\ClientCache.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\ConnectionStatus.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\IChangeMessageHandler.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\RequestResponse.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\StatusException.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Properties\AssemblyInfo.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\ChangeMessage.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\ChangeMessageFactory.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\ChangeType.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\RequestResponseProcessor.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\SegmentationType.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\SubscriptionHandler.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Betfair.ESASwagger.csproj">
<Project>{05419e45-cad4-4fb6-bc46-b93119d9f22d}</Project>
<Name>Betfair.ESASwagger</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>