Grpc.IntegrationTesting.XdsClient.csproj 599 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
  4. <OutputType>Exe</OutputType>
  5. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="../Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj" />
  9. </ItemGroup>
  10. <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
  11. <Reference Include="System" />
  12. <Reference Include="Microsoft.CSharp" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Compile Include="..\Grpc.Core.Api\Version.cs" />
  16. </ItemGroup>
  17. </Project>