1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <ProjectGuid >{632E78C0-0DAC-4B71-B411-2F1B333CC310}</ProjectGuid >
6+ <OutputType >Library</OutputType >
7+ <AppDesignerFolder >Properties</AppDesignerFolder >
8+ <RootNamespace >Torch.Client.Tests</RootNamespace >
9+ <AssemblyName >Torch.Client.Tests</AssemblyName >
10+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
11+ <FileAlignment >512</FileAlignment >
12+ <TargetFrameworkProfile />
13+ <NuGetPackageImportStamp >
14+ </NuGetPackageImportStamp >
15+ <NoWarn >1591,0649</NoWarn >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
18+ <DebugSymbols >true</DebugSymbols >
19+ <OutputPath >$(SolutionDir)\bin-test\x64\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <DebugType >full</DebugType >
22+ <PlatformTarget >x64</PlatformTarget >
23+ <ErrorReport >prompt</ErrorReport >
24+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
27+ <OutputPath >$(SolutionDir)\bin-test\x64\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <Optimize >true</Optimize >
30+ <DebugType >pdbonly</DebugType >
31+ <PlatformTarget >x64</PlatformTarget >
32+ <ErrorReport >prompt</ErrorReport >
33+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
34+ <DocumentationFile >$(SolutionDir)\bin-test\x64\Release\Torch.Client.Tests.xml</DocumentationFile >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
38+ <HintPath >..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath >
39+ <Private >True</Private >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" Microsoft.CSharp" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Net.Http" />
48+ <Reference Include =" System.Xml" />
49+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
50+ <HintPath >..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" xunit.assert, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" xunit.core, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
56+ <HintPath >..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" xunit.execution.desktop, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
59+ <HintPath >..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath >
60+ </Reference >
61+ </ItemGroup >
62+ <ItemGroup >
63+ <Compile Include =" ..\Versioning\AssemblyVersion.cs" >
64+ <Link >Properties\AssemblyVersion.cs</Link >
65+ </Compile >
66+ <Compile Include =" Properties\AssemblyInfo.cs" />
67+ <Compile Include =" TorchClientReflectionTest.cs" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <ProjectReference Include =" ..\Torch.API\Torch.API.csproj" >
71+ <Project >{fba5d932-6254-4a1e-baf4-e229fa94e3c2}</Project >
72+ <Name >Torch.API</Name >
73+ </ProjectReference >
74+ <ProjectReference Include =" ..\Torch.Client\Torch.Client.csproj" >
75+ <Project >{e36df745-260b-4956-a2e8-09f08b2e7161}</Project >
76+ <Name >Torch.Client</Name >
77+ </ProjectReference >
78+ <ProjectReference Include =" ..\Torch.Tests\Torch.Tests.csproj" >
79+ <Project >{c3c8b671-6ad1-44aa-a8da-e0c0dc0fedf5}</Project >
80+ <Name >Torch.Tests</Name >
81+ </ProjectReference >
82+ <ProjectReference Include =" ..\Torch\Torch.csproj" >
83+ <Project >{7e01635c-3b67-472e-bcd6-c5539564f214}</Project >
84+ <Name >Torch</Name >
85+ <Private >True</Private >
86+ </ProjectReference >
87+ </ItemGroup >
88+ <ItemGroup >
89+ <None Include =" app.config" />
90+ <None Include =" packages.config" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
94+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
95+ </ItemGroup >
96+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97+ <Import Project =" $(SolutionDir)\TransformOnBuild.targets" />
98+ </Project >
0 commit comments