File: trustedroots.Tests.csproj
Web Access
Project: ..\..\..\test\trustedroots.Tests\trustedroots.Tests.csproj (trustedroots.Tests)
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
 
  <PropertyGroup>
    <TargetFramework>$(ToolsetTargetFramework)</TargetFramework>
    <OutputType>Exe</OutputType>
    <CanRunTestAsTool>false</CanRunTestAsTool>
    <OutputPath>$(TestHostFolder)</OutputPath>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Microsoft.NET.TestFramework\Microsoft.NET.TestFramework.csproj" />
  </ItemGroup>
 
  <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>