-
Notifications
You must be signed in to change notification settings - Fork 37
/
Betfair.ESAClient.csproj
111 lines (111 loc) · 7.71 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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<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>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkProfile />
</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>
<!-- A reference to the entire .NET Framework is automatically included -->
<ProjectReference Include="Betfair.ESASwagger.csproj">
<Project>{05419e45-cad4-4fb6-bc46-b93119d9f22d}</Project>
<Name>Betfair.ESASwagger</Name>
</ProjectReference>
</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\LevelPriceSize.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\Market.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\MarketRunnerPrices.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\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\OrderMarketSnap.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\PriceSizeLadder.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\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\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\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\StatusException.cs" />
<Compile Include="stream-api-sample-code\csharp\Betfair.ESAClient\Betfair.ESAClient\Protocol\SubscriptionHandler.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Primitives">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile111\System.Runtime.Serialization.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>