зеркало из https://github.com/DeGsoft/maui-linux.git
34 строки
1.2 KiB
XML
34 строки
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net47</TargetFramework>
|
|
<RootNamespace>Xamarin.Forms.Xaml.UnitTests</RootNamespace>
|
|
<AssemblyName>Xamarin.Forms.Xaml.UnitTests</AssemblyName>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn>0672;0219;0414</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<DebugType>full</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Controls\Xamarin.Forms.Controls.csproj" />
|
|
<ProjectReference Include="..\Xamarin.Forms.Build.Tasks\Xamarin.Forms.Build.Tasks.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="NUnit" Version="2.6.4" />
|
|
<PackageReference Include="Microsoft.Build.Locator" Version="1.0.31" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Xamarin.Forms.Core.UnitTests\MockPlatformServices.cs">
|
|
<Link>MockPlatformServices.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Xamarin.Forms.Core.UnitTests\BaseTestFixture.cs">
|
|
<Link>BaseTestFixture.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project>
|