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 >{59A47A68-8B18-4942-B082-BCB52ED6D66D}</ProjectGuid >
6+ <OutputType >Library</OutputType >
7+ <AppDesignerFolder >Properties</AppDesignerFolder >
8+ <RootNamespace >Essentials.Tests</RootNamespace >
9+ <AssemblyName >Essentials.Tests</AssemblyName >
10+ <TargetFrameworkVersion >v4.6.1</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\Essentials.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+ <Reference Include =" Torch" >
62+ <HintPath >$(SolutionDir)\TorchBinaries\Torch.dll</HintPath >
63+ <Private >True</Private >
64+ </Reference >
65+ <Reference Include =" Torch.API" >
66+ <HintPath >$(SolutionDir)\TorchBinaries\Torch.API.dll</HintPath >
67+ <Private >True</Private >
68+ </Reference >
69+ </ItemGroup >
70+ <ItemGroup >
71+ <Compile Include =" ..\Versioning\AssemblyVersion.cs" >
72+ <Link >Properties\AssemblyVersion.cs</Link >
73+ </Compile >
74+ <Compile Include =" Properties\AssemblyInfo.cs" />
75+ <Compile Include =" ReflectionTestManager.cs" />
76+ <Compile Include =" TestUtils.cs" />
77+ <Compile Include =" TorchReflectionTest.cs" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <ProjectReference Include =" ..\Essentials\Essentials.csproj" >
81+ <Project >{A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2}</Project >
82+ <Name >Essentials</Name >
83+ <Private >True</Private >
84+ </ProjectReference >
85+ </ItemGroup >
86+ <ItemGroup >
87+ <None Include =" packages.config" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
91+ </ItemGroup >
92+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93+ </Project >
0 commit comments