|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net6.0-maccatalyst</TargetFramework> |
| 5 | + <DefineConstants>NUNITLITE_NUGET</DefineConstants> |
| 6 | + <LangVersion>latest</LangVersion> |
| 7 | + <!-- Currently, NuGet is not able to restore existing Xamarin.iOS packages for a .NET 5 project, so use AssetTargetFallback to tell NuGet that the existing packages work --> |
| 8 | + <AssetTargetFallback>xamarinios10;$(AssetTargetFallback)</AssetTargetFallback> |
| 9 | + <AssemblyName>Touch.Client</AssemblyName> |
| 10 | + </PropertyGroup> |
| 11 | + <ItemGroup> |
| 12 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\ExcludedCategoryFilter.cs"> |
| 13 | + <Link>ExcludedCategoryFilter.cs</Link> |
| 14 | + </Compile> |
| 15 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\HttpTextWriter.cs"> |
| 16 | + <Link>HttpTextWriter.cs</Link> |
| 17 | + </Compile> |
| 18 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\NUnitOutputTextWriter.cs"> |
| 19 | + <Link>NUnitOutputTextWriter.cs</Link> |
| 20 | + </Compile> |
| 21 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\Options.cs"> |
| 22 | + <Link>Options.cs</Link> |
| 23 | + </Compile> |
| 24 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TcpTextWriter.cs"> |
| 25 | + <Link>TcpTextWriter.cs</Link> |
| 26 | + </Compile> |
| 27 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TestCaseElement.cs"> |
| 28 | + <Link>TestCaseElement.cs</Link> |
| 29 | + </Compile> |
| 30 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TestElement.cs"> |
| 31 | + <Link>TestElement.cs</Link> |
| 32 | + </Compile> |
| 33 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TestResultElement.cs"> |
| 34 | + <Link>TestResultElement.cs</Link> |
| 35 | + </Compile> |
| 36 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TestRocks.cs"> |
| 37 | + <Link>TestRocks.cs</Link> |
| 38 | + </Compile> |
| 39 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TestSuiteElement.cs"> |
| 40 | + <Link>TestSuiteElement.cs</Link> |
| 41 | + </Compile> |
| 42 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TouchOptions.cs"> |
| 43 | + <Link>TouchOptions.cs</Link> |
| 44 | + </Compile> |
| 45 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TouchRunner.cs"> |
| 46 | + <Link>TouchRunner.cs</Link> |
| 47 | + </Compile> |
| 48 | + <Compile Include="..\..\..\NUnitLite\TouchRunner\TouchViewController.cs"> |
| 49 | + <Link>TouchViewController.cs</Link> |
| 50 | + </Compile> |
| 51 | + </ItemGroup> |
| 52 | + <ItemGroup> |
| 53 | + <PackageReference Include="NUnitLite"> |
| 54 | + <Version>3.12.0</Version> |
| 55 | + </PackageReference> |
| 56 | + <PackageReference Include="MonoTouch.Dialog" CopyLocal="true" IncludeAssets="all"> |
| 57 | + <Version>2.0.0-pre1</Version> |
| 58 | + <IncludeAssets>all</IncludeAssets> |
| 59 | + <CopyLocal>true</CopyLocal> |
| 60 | + </PackageReference> |
| 61 | + <PackageReference Include="NUnit.Extension.NUnitV2ResultWriter"> |
| 62 | + <Version>3.6.0</Version> |
| 63 | + </PackageReference> |
| 64 | + </ItemGroup> |
| 65 | +</Project> |
0 commit comments