mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
93 lines
4.0 KiB
XML
Executable File
93 lines
4.0 KiB
XML
Executable File
<?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>{AC8B5010-DA75-477E-9CA5-547C649E12D8}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MtApi5</RootNamespace>
|
|
<AssemblyName>MtApi5</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\build\products\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\build\products\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CopyTicksFlag.cs" />
|
|
<Compile Include="MqlBookInfo.cs" />
|
|
<Compile Include="MqlRates.cs" />
|
|
<Compile Include="MqlTick.cs" />
|
|
<Compile Include="MqlTradeCheckResult.cs" />
|
|
<Compile Include="Mt5TimeConverter.cs" />
|
|
<Compile Include="Mt5Enums.cs" />
|
|
<Compile Include="Mt5ConnectionEventArgs.cs" />
|
|
<Compile Include="Mt5ConnectionState.cs" />
|
|
<Compile Include="ExtensionMethods.cs" />
|
|
<Compile Include="MqlTradeRequest.cs" />
|
|
<Compile Include="MqlTradeResult.cs" />
|
|
<Compile Include="Mt5QuoteEventArgs.cs" />
|
|
<Compile Include="MtApi5Client.cs" />
|
|
<Compile Include="Mt5CommandType.cs" />
|
|
<Compile Include="MtConverters.cs" />
|
|
<Compile Include="ErrorCode.cs" />
|
|
<Compile Include="ExecutionException.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Mt5Quote.cs" />
|
|
<Compile Include="Requests\CopyTicksRequest.cs" />
|
|
<Compile Include="Requests\RequestBase.cs" />
|
|
<Compile Include="Requests\RequestType.cs" />
|
|
<Compile Include="Responses\CopyTicksResponse.cs" />
|
|
<Compile Include="Responses\ResponseBase.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MTApiService\MTApiService.csproj">
|
|
<Project>{DE76D5C7-B99C-4467-8408-78173BDD84E0}</Project>
|
|
<Name>MTApiService</Name>
|
|
</ProjectReference>
|
|
</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> |