1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{09E46E06-F6CA-4330-8ADF-106673480F95}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <AppDesignerFolder >Properties</AppDesignerFolder >
9
+ <RootNamespace >Binance.Net.UnitTests</RootNamespace >
10
+ <AssemblyName >Binance.Net.UnitTests</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
15
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
16
+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
17
+ <IsCodedUITest >False</IsCodedUITest >
18
+ <TestProjectType >UnitTest</TestProjectType >
19
+ <NuGetPackageImportStamp >
20
+ </NuGetPackageImportStamp >
21
+ <TargetFrameworkProfile />
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\Debug\</OutputPath >
28
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >bin\Release\</OutputPath >
36
+ <DefineConstants >TRACE</DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <WarningLevel >4</WarningLevel >
39
+ </PropertyGroup >
40
+ <ItemGroup >
41
+ <Reference Include =" Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
42
+ <HintPath >..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Moq, Version=4.7.142.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\Moq.4.7.142\lib\net45\Moq.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
48
+ <HintPath >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Configuration" />
55
+ <Reference Include =" System.Core" />
56
+ </ItemGroup >
57
+ <ItemGroup >
58
+ <Compile Include =" BinanceNetTest.cs" />
59
+ <Compile Include =" Properties\AssemblyInfo.cs" />
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <None Include =" packages.config" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <ProjectReference Include =" ..\Binance.Net\Binance.Net.csproj" >
66
+ <Project >{4e00b047-875a-4aac-a205-f1ef0db81fd7}</Project >
67
+ <Name >Binance.Net</Name >
68
+ </ProjectReference >
69
+ </ItemGroup >
70
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
71
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72
+ </Project >
0 commit comments