1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.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+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{A571BB52-F57E-4ED0-ADC0-95656E866C18}</ProjectGuid >
9+ <ProjectTypeGuids >{06FA79CB-D6CD-4721-BB4B-1BD202089C55};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10+ <OutputType >Library</OutputType >
11+ <RootNamespace >Touch.Client</RootNamespace >
12+ <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
13+ <AssemblyName >Touch.Client</AssemblyName >
14+ <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
15+ <BaseIntermediateOutputPath >obj\tvOS</BaseIntermediateOutputPath >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\tvOS\Debug</OutputPath >
22+ <DefineConstants >DEBUG;NUNITLITE_NUGET</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >full</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\tvOS\Release</OutputPath >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ <MtouchVerbosity ></MtouchVerbosity >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" System" />
36+ <Reference Include =" System.Xml" />
37+ <Reference Include =" System.Core" />
38+ <Reference Include =" Xamarin.TVOS" />
39+ </ItemGroup >
40+ <ItemGroup >
41+ <Folder Include =" Resources\" />
42+ </ItemGroup >
43+ <ItemGroup >
44+ <Compile Include =" ..\NUnitLite\TouchRunner\HttpTextWriter.cs" >
45+ <Link >HttpTextWriter.cs</Link >
46+ </Compile >
47+ <Compile Include =" ..\NUnitLite\TouchRunner\NUnitOutputTextWriter.cs" >
48+ <Link >NUnitOutputTextWriter.cs</Link >
49+ </Compile >
50+ <Compile Include =" ..\NUnitLite\TouchRunner\Options.cs" >
51+ <Link >Options.cs</Link >
52+ </Compile >
53+ <Compile Include =" ..\NUnitLite\TouchRunner\TcpTextWriter.cs" >
54+ <Link >TcpTextWriter.cs</Link >
55+ </Compile >
56+ <Compile Include =" ..\NUnitLite\TouchRunner\TestCaseElement.cs" >
57+ <Link >TestCaseElement.cs</Link >
58+ </Compile >
59+ <Compile Include =" ..\NUnitLite\TouchRunner\TestElement.cs" >
60+ <Link >TestElement.cs</Link >
61+ </Compile >
62+ <Compile Include =" ..\NUnitLite\TouchRunner\TestResultElement.cs" >
63+ <Link >TestResultElement.cs</Link >
64+ </Compile >
65+ <Compile Include =" ..\NUnitLite\TouchRunner\TestRocks.cs" >
66+ <Link >TestRocks.cs</Link >
67+ </Compile >
68+ <Compile Include =" ..\NUnitLite\TouchRunner\TestSuiteElement.cs" >
69+ <Link >TestSuiteElement.cs</Link >
70+ </Compile >
71+ <Compile Include =" ..\NUnitLite\TouchRunner\TouchOptions.cs" >
72+ <Link >TouchOptions.cs</Link >
73+ </Compile >
74+ <Compile Include =" ..\NUnitLite\TouchRunner\TouchRunner.cs" >
75+ <Link >TouchRunner.cs</Link >
76+ </Compile >
77+ <Compile Include =" ..\NUnitLite\TouchRunner\TouchViewController.cs" >
78+ <Link >TouchViewController.cs</Link >
79+ </Compile >
80+ </ItemGroup >
81+ <ItemGroup >
82+ <PackageReference Include =" NUnitLite" >
83+ <Version >3.12.0</Version >
84+ </PackageReference >
85+ <PackageReference Include =" MonoTouch.Dialog" CopyLocal =" true" IncludeAssets =" all" >
86+ <Version >2.0.0-pre1</Version >
87+ <IncludeAssets >all</IncludeAssets >
88+ <CopyLocal >true</CopyLocal >
89+ </PackageReference >
90+ <PackageReference Include =" NUnit.Extension.NUnitV2ResultWriter" >
91+ <Version >3.6.0</Version >
92+ </PackageReference >
93+ </ItemGroup >
94+ <!-- Make sure MonoTouch.Dialog ends up in the output folder -->
95+ <Target Name =" ClearReferenceCopyLocalPaths" AfterTargets =" ResolveAssemblyReferences" >
96+ <ItemGroup >
97+ <ReferenceCopyLocalPaths Include =" @(Reference)" Condition =" '%(Reference.Filename)' == 'MonoTouch.Dialog'" />
98+ </ItemGroup >
99+ </Target >
100+
101+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets" />
102+ </Project >
0 commit comments