Update solution to support Visual Studio 2013. Fix problems with async quote events

This commit is contained in:
vdemydiuk
2016-04-09 17:29:15 +03:00
parent c256e4f80f
commit 9b40712c9c
13 changed files with 172 additions and 25 deletions
+2 -2
View File
@@ -38,7 +38,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>MetaTraderApiKey.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>MtApiKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -76,7 +76,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="MetaTraderApiKey.pfx" />
<None Include="MtApiKey.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>