Grpc.IntegrationTesting.QpsWorker.csproj 659 B

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