2014-10-31 09:05:52 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{7A76C388-A8FB-4949-8170-24D4742E934E}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MtApi</RootNamespace>
|
|
|
|
|
<AssemblyName>MtApi</AssemblyName>
|
2016-04-09 17:29:15 +03:00
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2014-10-31 09:05:52 +02:00
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2015-08-14 16:07:51 +03:00
|
|
|
<OutputPath>..\build\products\Debug\</OutputPath>
|
2014-10-31 09:05:52 +02:00
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-04-09 17:29:15 +03:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-10-31 09:05:52 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2015-08-14 16:07:51 +03:00
|
|
|
<OutputPath>..\build\products\Release\</OutputPath>
|
2014-10-31 09:05:52 +02:00
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2016-04-09 17:29:15 +03:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-10-31 09:05:52 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2016-04-22 19:14:47 +03:00
|
|
|
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2014-10-31 09:05:52 +02:00
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Reference Include="System.ServiceModel" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-05 18:34:26 +03:00
|
|
|
<Compile Include="ChartEventArgs.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="ChartPeriod.cs" />
|
2017-08-21 13:57:38 +03:00
|
|
|
<Compile Include="EnumAlignMode.cs" />
|
2017-08-21 15:56:21 +03:00
|
|
|
<Compile Include="EnumChartPropertyDouble.cs" />
|
|
|
|
|
<Compile Include="EnumChartPropertyInteger.cs" />
|
|
|
|
|
<Compile Include="EnumChartPropertyString.cs" />
|
2016-12-30 17:16:48 +02:00
|
|
|
<Compile Include="EnumColorFormat.cs" />
|
2016-12-27 17:41:11 +02:00
|
|
|
<Compile Include="EnumObject.cs" />
|
2016-12-30 17:16:48 +02:00
|
|
|
<Compile Include="EnumObjectPropertyDouble.cs" />
|
|
|
|
|
<Compile Include="EnumObjectPropertyInteger.cs" />
|
|
|
|
|
<Compile Include="EnumObjectPropertyString.cs" />
|
2016-11-13 23:24:38 +02:00
|
|
|
<Compile Include="EnumSeriesInfoInteger.cs" />
|
2016-11-14 14:04:31 +02:00
|
|
|
<Compile Include="EnumSymbolInfoDouble.cs" />
|
2016-11-01 12:49:39 +02:00
|
|
|
<Compile Include="EnumSymbolInfoInteger.cs" />
|
2016-11-15 11:06:43 +02:00
|
|
|
<Compile Include="EnumTerminalInfoDouble.cs" />
|
2016-11-15 10:02:30 +02:00
|
|
|
<Compile Include="EnumTerminalInfoInteger.cs" />
|
2016-12-30 17:16:48 +02:00
|
|
|
<Compile Include="FlagFontStyle.cs" />
|
2016-09-09 19:10:10 +03:00
|
|
|
<Compile Include="Monitors\AvailabilityOrdersEventArgs.cs" />
|
2016-07-25 16:49:15 +03:00
|
|
|
<Compile Include="MqlRates.cs" />
|
2016-11-14 16:31:01 +02:00
|
|
|
<Compile Include="MqlTick.cs" />
|
2017-09-05 18:34:26 +03:00
|
|
|
<Compile Include="MtChartEvent.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="MtConnectionEventArgs.cs" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Compile Include="MtConnectionException.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="MtConnectionState.cs" />
|
|
|
|
|
<Compile Include="MtCommandType.cs" />
|
2016-04-25 14:00:54 +03:00
|
|
|
<Compile Include="MtErrorCode.cs" />
|
2016-08-30 16:01:23 +03:00
|
|
|
<Compile Include="MtEventTypes.cs" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Compile Include="MtExecutionException.cs" />
|
|
|
|
|
<Compile Include="MtOrder.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="MtQuote.cs" />
|
|
|
|
|
<Compile Include="MtQuoteEventArgs.cs" />
|
2016-10-05 17:02:00 +03:00
|
|
|
<Compile Include="MtSession.cs" />
|
2016-08-30 16:01:23 +03:00
|
|
|
<Compile Include="MtTimeBar.cs" />
|
2016-01-07 13:02:22 +02:00
|
|
|
<Compile Include="MtTypes.cs" />
|
2016-09-09 19:10:10 +03:00
|
|
|
<Compile Include="Monitors\TradeMonitor.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="PriceConstantsType.cs" />
|
|
|
|
|
<Compile Include="MarketInfoModeType.cs" />
|
|
|
|
|
<Compile Include="MtApiClient.cs" />
|
|
|
|
|
<Compile Include="MtApiColorConverter.cs" />
|
|
|
|
|
<Compile Include="OrderSelectMode.cs" />
|
|
|
|
|
<Compile Include="OrderSelectSource.cs" />
|
2016-07-25 16:49:15 +03:00
|
|
|
<Compile Include="Requests\CopyRatesRequest.cs" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Compile Include="Requests\GetOrderRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\GetOrdersRequest.cs" />
|
2016-05-12 13:46:06 +03:00
|
|
|
<Compile Include="Requests\ICustomRequest.cs" />
|
2016-04-29 16:25:41 +03:00
|
|
|
<Compile Include="Requests\OrderCloseByRequest.cs" />
|
2016-04-29 15:05:37 +03:00
|
|
|
<Compile Include="Requests\OrderCloseRequest.cs" />
|
2016-04-29 19:10:02 +03:00
|
|
|
<Compile Include="Requests\OrderDeleteRequest.cs" />
|
2016-05-06 10:30:51 +03:00
|
|
|
<Compile Include="Requests\OrderModifyRequest.cs" />
|
2016-04-28 19:34:45 +03:00
|
|
|
<Compile Include="Requests\OrderSendRequest.cs" />
|
2016-11-13 23:24:38 +02:00
|
|
|
<Compile Include="Requests\SeriesInfoIntegerRequest.cs" />
|
2016-10-05 17:02:00 +03:00
|
|
|
<Compile Include="Requests\SessionRequest.cs" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Compile Include="Requests\RequestBase.cs" />
|
|
|
|
|
<Compile Include="Requests\RequestType.cs" />
|
2016-11-14 14:04:31 +02:00
|
|
|
<Compile Include="Requests\SymbolInfoDoubleRequest.cs" />
|
2016-11-14 16:31:01 +02:00
|
|
|
<Compile Include="Requests\SymbolInfoTickRequest.cs" />
|
2016-07-25 16:49:15 +03:00
|
|
|
<Compile Include="Responses\CopyRatesResponse.cs" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Compile Include="Responses\GetOrderResponse.cs" />
|
|
|
|
|
<Compile Include="Responses\GetOrdersResponse.cs" />
|
2016-05-12 13:46:06 +03:00
|
|
|
<Compile Include="Responses\ICustomResponse.cs" />
|
2016-04-28 19:34:45 +03:00
|
|
|
<Compile Include="Responses\OrderSendResponse.cs" />
|
2016-11-13 23:24:38 +02:00
|
|
|
<Compile Include="Responses\SeriesInfoIntegerResponse.cs" />
|
2016-11-01 10:28:24 +02:00
|
|
|
<Compile Include="Responses\SessionResponse.cs" />
|
2016-04-22 19:14:47 +03:00
|
|
|
<Compile Include="Responses\ResponseBase.cs" />
|
2016-11-14 14:04:31 +02:00
|
|
|
<Compile Include="Responses\SymbolInfoDoubleResponse.cs" />
|
2016-11-14 16:31:01 +02:00
|
|
|
<Compile Include="Responses\SymbolInfoTickResponse.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="SeriesIdentifier.cs" />
|
2016-08-30 16:01:23 +03:00
|
|
|
<Compile Include="TimeBarArgs.cs" />
|
2016-09-09 19:10:10 +03:00
|
|
|
<Compile Include="Monitors\TimeframeTradeMonitor.cs" />
|
|
|
|
|
<Compile Include="Monitors\TimerTradeMonitor.cs" />
|
2014-10-31 09:05:52 +02:00
|
|
|
<Compile Include="TradeOperation.cs" />
|
|
|
|
|
<Compile Include="MtApiTimeConverter.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MTApiService\MTApiService.csproj">
|
|
|
|
|
<Project>{DE76D5C7-B99C-4467-8408-78173BDD84E0}</Project>
|
|
|
|
|
<Name>MTApiService</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2016-04-22 19:14:47 +03:00
|
|
|
<ItemGroup />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2014-10-31 09:05:52 +02:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2015-08-14 16:07:51 +03:00
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
2014-10-31 09:05:52 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- 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>
|