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)' == '' " >x86</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{6B5844C4-BBF3-43D9-9B58-6AEA1FC6E548}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Api_ng_sample_code</RootNamespace >
12+ <AssemblyName >Api-ng-sample-code</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15+ <FileAlignment >512</FileAlignment >
16+ <PublishUrl >publish\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >false</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <ApplicationRevision >0</ApplicationRevision >
27+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28+ <IsWebBootstrapper >false</IsWebBootstrapper >
29+ <UseApplicationTrust >false</UseApplicationTrust >
30+ <BootstrapperEnabled >true</BootstrapperEnabled >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
33+ <PlatformTarget >x86</PlatformTarget >
34+ <DebugSymbols >true</DebugSymbols >
35+ <DebugType >full</DebugType >
36+ <Optimize >false</Optimize >
37+ <OutputPath >bin\Debug\</OutputPath >
38+ <DefineConstants >DEBUG;TRACE</DefineConstants >
39+ <ErrorReport >prompt</ErrorReport >
40+ <WarningLevel >4</WarningLevel >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
43+ <PlatformTarget >x86</PlatformTarget >
44+ <DebugType >pdbonly</DebugType >
45+ <Optimize >true</Optimize >
46+ <OutputPath >bin\Release\</OutputPath >
47+ <DefineConstants >TRACE</DefineConstants >
48+ <ErrorReport >prompt</ErrorReport >
49+ <WarningLevel >4</WarningLevel >
50+ </PropertyGroup >
51+ <PropertyGroup >
52+ <StartupObject >Api_ng_sample_code.Program</StartupObject >
53+ </PropertyGroup >
54+ <ItemGroup >
55+ <Reference Include =" Newtonsoft.Json" >
56+ <HintPath >..\lib\Newtonsoft.Json.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System" />
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.Web.Services" />
61+ <Reference Include =" System.Xml.Linq" />
62+ <Reference Include =" System.Data.DataSetExtensions" />
63+ <Reference Include =" Microsoft.CSharp" />
64+ <Reference Include =" System.Data" />
65+ <Reference Include =" System.Xml" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <Compile Include =" IClient.cs" />
69+ <Compile Include =" JsonRpcClient.cs" >
70+ <SubType >Component</SubType >
71+ </Compile >
72+ <Compile Include =" Json\JsonConvert.cs" />
73+ <Compile Include =" Json\JsonRequest.cs" />
74+ <Compile Include =" Json\JsonResponse.cs" />
75+ <Compile Include =" Json\RescriptRequest.cs" />
76+ <Compile Include =" Program.cs" />
77+ <Compile Include =" Properties\AssemblyInfo.cs" />
78+ <Compile Include =" RescriptClient.cs" >
79+ <SubType >Component</SubType >
80+ </Compile >
81+ <Compile Include =" TO\APINGException.cs" />
82+ <Compile Include =" TO\Competition.cs" />
83+ <Compile Include =" TO\CompetitionResult.cs" />
84+ <Compile Include =" TO\Event.cs" />
85+ <Compile Include =" TO\EventResult.cs" />
86+ <Compile Include =" TO\EventType.cs" />
87+ <Compile Include =" TO\EventTypeResult.cs" />
88+ <Compile Include =" TO\ExBestOffersOverrides.cs" />
89+ <Compile Include =" TO\Exception.cs" />
90+ <Compile Include =" TO\ExchangePrices.cs" />
91+ <Compile Include =" TO\ExecutionReportErrorCode.cs" />
92+ <Compile Include =" TO\ExecutionReportStatus.cs" />
93+ <Compile Include =" TO\InstructionReportErrorCode.cs" />
94+ <Compile Include =" TO\InstructionReportStatus.cs" />
95+ <Compile Include =" TO\LimitOnCloseOrder.cs" />
96+ <Compile Include =" TO\LimitOrder.cs" />
97+ <Compile Include =" TO\MarketBettingType.cs" />
98+ <Compile Include =" TO\MarketBook.cs" />
99+ <Compile Include =" TO\MarketCatalogue.cs" />
100+ <Compile Include =" TO\MarketDescription.cs" />
101+ <Compile Include =" TO\MarketFilter.cs" />
102+ <Compile Include =" TO\MarketOnCloseOrder.cs" />
103+ <Compile Include =" TO\MarketProjection.cs" />
104+ <Compile Include =" TO\MarketSort.cs" />
105+ <Compile Include =" TO\MarketStatus.cs" />
106+ <Compile Include =" TO\Match.cs" />
107+ <Compile Include =" TO\MatchProjection.cs" />
108+ <Compile Include =" TO\Order.cs" />
109+ <Compile Include =" TO\OrderProjection.cs" />
110+ <Compile Include =" TO\OrderStatus.cs" />
111+ <Compile Include =" TO\OrderType.cs" />
112+ <Compile Include =" TO\PersistenceType.cs" />
113+ <Compile Include =" TO\PlaceExecutionReport.cs" />
114+ <Compile Include =" TO\PlaceInstruction.cs" />
115+ <Compile Include =" TO\PlaceInstructionReport.cs" />
116+ <Compile Include =" TO\PriceData.cs" />
117+ <Compile Include =" TO\PriceProjection.cs" />
118+ <Compile Include =" TO\PriceSize.cs" />
119+ <Compile Include =" TO\RollUpModel.cs" />
120+ <Compile Include =" TO\Runner.cs" />
121+ <Compile Include =" TO\RunnerDescription.cs" />
122+ <Compile Include =" TO\RunnerStatus.cs" />
123+ <Compile Include =" TO\Side.cs" />
124+ <Compile Include =" TO\StartingPrices.cs" />
125+ <Compile Include =" TO\TimeRange.cs" />
126+ </ItemGroup >
127+ <ItemGroup >
128+ <WCFMetadata Include =" Service References\" />
129+ </ItemGroup >
130+ <ItemGroup >
131+ <BootstrapperPackage Include =" .NETFramework,Version=v4.0,Profile=Client" >
132+ <Visible >False</Visible >
133+ <ProductName >Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName >
134+ <Install >true</Install >
135+ </BootstrapperPackage >
136+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
137+ <Visible >False</Visible >
138+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
139+ <Install >false</Install >
140+ </BootstrapperPackage >
141+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
142+ <Visible >False</Visible >
143+ <ProductName >.NET Framework 3.5 SP1</ProductName >
144+ <Install >false</Install >
145+ </BootstrapperPackage >
146+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
147+ <Visible >False</Visible >
148+ <ProductName >Windows Installer 3.1</ProductName >
149+ <Install >true</Install >
150+ </BootstrapperPackage >
151+ </ItemGroup >
152+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154+ Other similar extension points exist, see Microsoft.Common.targets.
155+ <Target Name="BeforeBuild">
156+ </Target>
157+ <Target Name="AfterBuild">
158+ </Target>
159+ -->
160+ </Project >
0 commit comments