xamarin-macios/tests/bcl-test/BCLTests/BCLTests.csproj

397 строки
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition="Exists('..\..\..\packages\xunit.core.2.4.0\build\xunit.core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProjectGuid>{C459A4DD-0AFF-4B2C-9DEC-4B62CE04F4E2}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>BCLTests</RootNamespace>
<AssemblyName>BCLTests</AssemblyName>
<NoWarn>67,168,169,219,414,612,618,649,672</NoWarn>
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<IOSDebuggerPort>57777</IOSDebuggerPort>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseLlvm>true</MtouchUseLlvm>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>64686</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug64|iPhone' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\%NAME%\iPhone\$(Configuration)-unified</OutputPath>
<DefineConstants>DEBUG;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;NET_2_1;MOBILE;MONOTOUCH;FULL_AOT_RUNTIME;DISABLE_CAS_USE;$(DefineConstants)</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>True</MtouchDebug>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<MtouchArch>ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="nunitlite">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\nunitlite.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
<HintPath>..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Abstractions">
<HintPath>..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="System.Buffers">
<HintPath>..\..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe">
<HintPath>..\..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Memory">
<HintPath>..\..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Primitives">
<HintPath>..\..\..\packages\Microsoft.Extensions.Primitives.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Configuration.Abstractions">
<HintPath>..\..\..\packages\Microsoft.Extensions.Configuration.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Configuration">
<HintPath>..\..\..\packages\Microsoft.Extensions.Configuration.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Configuration.Binder">
<HintPath>..\..\..\packages\Microsoft.Extensions.Configuration.Binder.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Options">
<HintPath>..\..\..\packages\Microsoft.Extensions.Options.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging">
<HintPath>..\..\..\packages\Microsoft.Extensions.Logging.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.dll</HintPath>
</Reference>
<Reference Include="xunit.abstractions">
<HintPath>..\..\..\packages\xunit.abstractions.2.0.3\lib\netstandard2.0\xunit.abstractions.dll</HintPath>
</Reference>
<Reference Include="xunit.assert">
<HintPath>..\..\..\packages\xunit.assert.2.4.0\lib\netstandard2.0\xunit.assert.dll</HintPath>
</Reference>
<Reference Include="xunit.core">
<HintPath>..\..\..\packages\xunit.extensibility.core.2.4.0\lib\netstandard2.0\xunit.core.dll</HintPath>
</Reference>
<Reference Include="xunit.execution.dotnet">
<HintPath>..\..\..\packages\xunit.extensibility.execution.2.4.0\lib\netstandard2.0\xunit.execution.dotnet.dll</HintPath>
</Reference>
<Reference Include="xunit.runner.utility.netstandard20">
<HintPath>..\..\..\packages\xunit.runner.utility.2.4.0\lib\netstandard2.0\xunit.runner.utility.netstandard20.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Commons.Xml.Relaxng_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Commons.Xml.Relaxng_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_corlib_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_corlib_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Cscompmgd_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Cscompmgd_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_I18N.CJK_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_I18N.CJK_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_I18N.MidEast_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_I18N.MidEast_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_I18N.Other_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_I18N.Other_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_I18N.Rare_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_I18N.Rare_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_I18N.West_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_I18N.West_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.C5_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.C5_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.CodeContracts_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.CodeContracts_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.CSharp_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.CSharp_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.Data.Tds_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.Data.Tds_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.Parallel_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.Parallel_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.Runtime.Tests_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.Runtime.Tests_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.Security_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.Security_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Mono.Tasklets_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Mono.Tasklets_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_Novell.Directory.Ldap_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_Novell.Directory.Ldap_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.ComponentModel.DataAnnotations_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.ComponentModel.DataAnnotations_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Core_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Core_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Data_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Data_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Data.DataSetExtensions_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Data.DataSetExtensions_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.IO.Compression_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.IO.Compression_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.IO.Compression.FileSystem_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.IO.Compression.FileSystem_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Json_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Json_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Json.Microsoft_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Json.Microsoft_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Net.Http_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Net.Http_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Numerics_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Numerics_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Runtime.Serialization_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Runtime.Serialization_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Runtime.Serialization.Formatters.Soap_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Runtime.Serialization.Formatters.Soap_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Security_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Security_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.ServiceModel_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.ServiceModel_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.ServiceModel.Web_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.ServiceModel.Web_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Threading.Tasks.Dataflow_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Threading.Tasks.Dataflow_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Transactions_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Transactions_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Xml_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Xml_test.dll</HintPath>
</Reference>
<Reference Include="MONOTOUCH_System.Xml.Linq_test">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\tests\MONOTOUCH_System.Xml.Linq_test.dll</HintPath>
</Reference>
<Reference Include="Commons.Xml.Relaxng">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\Commons.Xml.Relaxng.dll</HintPath>
</Reference>
<Reference Include="Mono.Parallel">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\Mono.Parallel.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Formatters.Soap">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Dataflow">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\System.Threading.Tasks.Dataflow.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Options.ConfigurationExtensions">
<HintPath>..\..\..\packages\Microsoft.Extensions.Options.ConfigurationExtensions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Configuration">
<HintPath>..\..\..\packages\Microsoft.Extensions.Logging.Configuration.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Console">
<HintPath>..\..\..\packages\Microsoft.Extensions.Logging.Console.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Console.dll</HintPath>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\System.Data.DataSetExtensions.dll</HintPath>
</Reference>
<Reference Include="Novell.Directory.Ldap">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\Novell.Directory.Ldap.dll</HintPath>
</Reference>
<Reference Include="Mono.C5">
<HintPath>..\..\..\external\mono\mcs\class\lib\monotouch\Mono.C5.dll</HintPath>
</Reference>
<Reference Include="Mono.Options">
<HintPath>..\..\..\packages\Mono.Options.5.3.0.1\lib\netstandard1.3\Mono.Options.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
<ImageAsset Include="Assets.xcassets\Contents.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="TestRunner.NUnit\" />
<Folder Include="TestRunner.NUnit\" />
<Folder Include="TestRunner.Core\" />
<Folder Include="TestRunner.Core\" />
<Folder Include="TestRunner.xUnit\" />
<Folder Include="TestRunner.xUnit\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="templates\iOSApp\Entitlements.plist">
<Link>Entitlements.plist</Link>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="generated\MonoCSharpTests\RegisterType.cs">
<Link>RegisterType.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.NUnit\NUnitTestRunner.cs">
<Link>TestRunner.NUnit\NUnitTestRunner.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\Extensions.Bool.cs">
<Link>TestRunner.Core\Extensions.Bool.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\LogWriter.cs">
<Link>TestRunner.Core\LogWriter.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\MinimumLogLevel.cs">
<Link>TestRunner.Core\MinimumLogLevel.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\TcpTextWriter.cs">
<Link>TestRunner.Core\TcpTextWriter.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\TestAssemblyInfo.cs">
<Link>TestRunner.Core\TestAssemblyInfo.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\TestCompletionStatus.cs">
<Link>TestRunner.Core\TestCompletionStatus.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\TestExecutionState.cs">
<Link>TestRunner.Core\TestExecutionState.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\TestFailureInfo.cs">
<Link>TestRunner.Core\TestFailureInfo.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.Core\TestRunner.cs">
<Link>TestRunner.Core\TestRunner.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.xUnit\XUnitFilter.cs">
<Link>TestRunner.xUnit\XUnitFilter.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.xUnit\XUnitFilterType.cs">
<Link>TestRunner.xUnit\XUnitFilterType.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.xUnit\XUnitResultFileFormat.cs">
<Link>TestRunner.xUnit\XUnitResultFileFormat.cs</Link>
</Compile>
<Compile Include="templates\common\TestRunner.xUnit\XUnitTestRunner.cs">
<Link>TestRunner.xUnit\XUnitTestRunner.cs</Link>
</Compile>
<Compile Include="templates\common\ApplicationOptions.cs">
<Link>ApplicationOptions.cs</Link>
</Compile>
<Compile Include="templates\iOSApp\AppDelegate.cs">
<Link>AppDelegate.cs</Link>
</Compile>
<Compile Include="templates\iOSApp\Main.cs">
<Link>Main.cs</Link>
</Compile>
<Compile Include="templates\iOSApp\ViewController.cs">
<Link>ViewController.cs</Link>
</Compile>
<Compile Include="templates\iOSApp\ViewController.designer.cs">
<Link>ViewController.designer.cs</Link>
<DependentUpon>ViewController.cs</DependentUpon>
</Compile>
<Compile Include="templates\common\TestRunner.NUnit\TestMethodFilter.cs">
<Link>TestRunner.NUnit\TestMethodFilter.cs</Link>
</Compile>
<Compile Include="templates\common\IgnoreFileParser.cs">
<Link>IgnoreFileParser.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="templates\common\TestRunner.xUnit\NUnitXml.xslt">
<Link>TestRunner.xUnit\NUnitXml.xslt</Link>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
<Import Project="..\..\..\packages\xunit.core.2.4.0\build\xunit.core.targets" Condition="Exists('..\..\..\packages\xunit.core.2.4.0\build\xunit.core.targets')" />
</Project>