File: Microsoft.DotNet.ApiDiff.csproj
Web Access
Project: ..\..\..\src\Compatibility\ApiDiff\Microsoft.DotNet.ApiDiff\Microsoft.DotNet.ApiDiff.csproj (Microsoft.DotNet.ApiDiff)
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>$(NetToolMinimum)</TargetFramework>
    <DotNetBuildSourceOnly>false</DotNetBuildSourceOnly>
    <ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Verify.DiffPlex" />
    <ProjectReference Include="..\..\GenAPI\Microsoft.DotNet.GenAPI\Microsoft.DotNet.GenAPI.csproj" />
    <ProjectReference Include="..\..\Microsoft.DotNet.ApiSymbolExtensions\Microsoft.DotNet.ApiSymbolExtensions.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Update="Resources.resx" GenerateSource="True" />
  </ItemGroup>
 
</Project>