File: Microsoft.Win32.Msi.Manual.Tests.csproj
Web Access
Project: ..\..\..\test\Microsoft.Win32.Msi.Manual.Tests\Microsoft.Win32.Msi.Manual.Tests.csproj (Microsoft.Win32.Msi.Manual.Tests)
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <TargetFrameworks>$(ToolsetTargetFramework)</TargetFrameworks>
    <TargetFrameworks Condition=" '$([MSBuild]::IsOSPlatform(`Windows`))' == 'false' ">$(ToolsetTargetFramework)</TargetFrameworks>
    <OutputType>Exe</OutputType>
    <StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
    <CanRunTestAsTool>false</CanRunTestAsTool>
    <IsTestProject>false</IsTestProject>
    <IsUnitTestProject>false</IsUnitTestProject>
    <AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\src\Microsoft.Win32.Msi\Microsoft.Win32.Msi.csproj" />
  </ItemGroup>
 
  <!-- Global usings removal -->
  <!-- See: https://learn.microsoft.com/dotnet/core/project-sdk/msbuild-props#using -->
  <ItemGroup>
    <Using Remove="Microsoft.NET.TestFramework" />
    <Using Remove="Microsoft.NET.TestFramework.Assertions" />
    <Using Remove="Microsoft.NET.TestFramework.Commands" />
    <Using Remove="Microsoft.NET.TestFramework.ProjectConstruction" />
    <Using Remove="Microsoft.NET.TestFramework.Utilities" />
    <Using Remove="Xunit" />
    <Using Remove="Xunit.Abstractions" />
  </ItemGroup>
</Project>