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" >
2016-10-12 16:37:54 +03:00
<Import Project= "..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props" Condition= "Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props')" />
2014-10-31 09:05:52 +02:00
<PropertyGroup>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion> 8.0.30703</ProductVersion>
<SchemaVersion> 2.0</SchemaVersion>
<ProjectGuid> {DE76D5C7-B99C-4467-8408-78173BDD84E0}</ProjectGuid>
<OutputType> Library</OutputType>
<AppDesignerFolder> Properties</AppDesignerFolder>
<RootNamespace> MTApiService</RootNamespace>
<AssemblyName> MTApiService</AssemblyName>
<TargetFrameworkVersion> v4.0</TargetFrameworkVersion>
<FileAlignment> 512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
2016-10-12 16:37:54 +03:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2014-10-31 09:05:52 +02:00
</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>
</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>
</DefineConstants>
<ErrorReport> prompt</ErrorReport>
<WarningLevel> 4</WarningLevel>
<PlatformTarget> AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
2020-11-01 13:13:08 +02:00
<SignAssembly> true</SignAssembly>
2014-10-31 09:05:52 +02:00
</PropertyGroup>
<PropertyGroup>
2020-11-01 13:13:08 +02:00
<AssemblyOriginatorKeyFile> MtApiKey.snk</AssemblyOriginatorKeyFile>
2014-10-31 09:05:52 +02:00
</PropertyGroup>
<ItemGroup>
2016-10-12 16:37:54 +03:00
<Reference Include= "log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
<HintPath> ..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath>
<Private> True</Private>
</Reference>
2014-10-31 09:05:52 +02:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Runtime.Serialization" />
<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= "ICommandManager.cs" />
<Compile Include= "IMetaTraderHandler.cs" />
2016-11-23 10:51:50 +02:00
<Compile Include= "ITaskExecutor.cs" />
2016-10-12 16:37:54 +03:00
<Compile Include= "LogConfigurator.cs" />
2017-09-08 12:44:14 +03:00
<Compile Include= "Mt5Expert.cs" />
2014-10-31 09:05:52 +02:00
<Compile Include= "MtCommandEventArgs.cs" />
<Compile Include= "IDisposableChannel.cs" />
<Compile Include= "IMtApiServer.cs" />
<Compile Include= "MtApiProxy.cs" />
<Compile Include= "MtClient.cs" />
2016-04-13 16:41:32 +03:00
<Compile Include= "MtCommandTask.cs" />
2016-08-30 16:01:23 +03:00
<Compile Include= "MtEvent.cs" />
2014-10-31 09:05:52 +02:00
<Compile Include= "MtMqlRates.cs" />
<Compile Include= "MtMqlTradeRequest.cs" />
<Compile Include= "MtRegistryManager.cs" />
<Compile Include= "MtConnectionProfile.cs" />
<Compile Include= "MtExecutorManager.cs" />
<Compile Include= "MtExpert.cs" />
2016-11-18 15:47:55 +02:00
<Compile Include= "MtQuote.cs" />
2014-10-31 09:05:52 +02:00
<Compile Include= "MtResponse.cs" />
<Compile Include= "MtServer.cs" />
<Compile Include= "MtCommand.cs" />
2016-12-27 17:41:11 +02:00
<Compile Include= "MtAdapter.cs" />
2014-10-31 09:05:52 +02:00
<Compile Include= "MtService.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
2016-10-12 16:37:54 +03:00
<None Include= "ILMerge.props" >
<SubType> Designer</SubType>
</None>
<None Include= "MtApiKey.snk" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include= "ILMergeOrder.txt" />
2014-10-31 09:05:52 +02:00
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
2016-10-12 16:37:54 +03:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup>
<ErrorText> This project references NuGet package(s) that are missing on this computer. Use 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('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props'))" />
<Error Condition= "!Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets'))" />
</Target>
<Import Project= "..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets" Condition= "Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets')" />
2014-10-31 09:05:52 +02:00
<!-- 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>