1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >9ee13143-569f-4f7a-975a-de7df5c8ff0b</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <RootNamespace >TensorFlowSharp.Tests</RootNamespace >
11+ <AssemblyName >TensorFlowSharp.Tests</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13+ <TargetFSharpCoreVersion >4.4.0.0</TargetFSharpCoreVersion >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <Name >TensorFlowSharp.Tests</Name >
16+ <NuGetPackageImportStamp >
17+ </NuGetPackageImportStamp >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <Tailcalls >false</Tailcalls >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <WarningLevel >3</WarningLevel >
27+ <DocumentationFile >bin\Debug\TensorFlowSharp.Tests.XML</DocumentationFile >
28+ <PlatformTarget >x64</PlatformTarget >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <Tailcalls >true</Tailcalls >
34+ <OutputPath >bin\Release\</OutputPath >
35+ <DefineConstants >TRACE</DefineConstants >
36+ <WarningLevel >3</WarningLevel >
37+ <DocumentationFile >bin\Release\TensorFlowSharp.Tests.XML</DocumentationFile >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
41+ </PropertyGroup >
42+ <Choose >
43+ <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
44+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
45+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
46+ </PropertyGroup >
47+ </When >
48+ <Otherwise >
49+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
50+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
51+ </PropertyGroup >
52+ </Otherwise >
53+ </Choose >
54+ <Import Project =" $(FSharpTargetsPath)" />
55+ <ItemGroup >
56+ <Compile Include =" AssemblyInfo.fs" />
57+ <Compile Include =" ArithmeticOperationTests.fs" />
58+ <Content Include =" packages.config" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <Reference Include =" mscorlib" />
62+ <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
63+ <Private >True</Private >
64+ </Reference >
65+ <Reference Include =" System" />
66+ <Reference Include =" System.Core" />
67+ <Reference Include =" System.Numerics" />
68+ <ProjectReference Include =" ..\..\TensorFlowSharp\TensorFlowSharp.csproj" >
69+ <Name >TensorFlowSharp</Name >
70+ <Project >{0264c321-34f4-46af-819e-168d1e597232}</Project >
71+ <Private >True</Private >
72+ </ProjectReference >
73+ <Reference Include =" xunit.abstractions" >
74+ <HintPath >..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath >
75+ <Private >True</Private >
76+ </Reference >
77+ <Reference Include =" xunit.assert" >
78+ <HintPath >..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath >
79+ <Private >True</Private >
80+ </Reference >
81+ <Reference Include =" xunit.console" >
82+ <HintPath >..\..\packages\xunit.runner.console.2.2.0\tools\xunit.console.exe</HintPath >
83+ </Reference >
84+ <Reference Include =" xunit.core" >
85+ <HintPath >..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath >
86+ <Private >True</Private >
87+ </Reference >
88+ <Reference Include =" xunit.execution.desktop" >
89+ <HintPath >..\..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath >
90+ <Private >True</Private >
91+ </Reference >
92+ <Reference Include =" xunit.runner.reporters.net452" >
93+ <HintPath >..\..\packages\xunit.runner.console.2.2.0\tools\xunit.runner.reporters.net452.dll</HintPath >
94+ </Reference >
95+ </ItemGroup >
96+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97+ Other similar extension points exist, see Microsoft.Common.targets.
98+ <Target Name="BeforeBuild">
99+ </Target>
100+ <Target Name="AfterBuild">
101+ </Target>
102+ -->
103+ </Project >
0 commit comments