Server.ThirdParty.csproj 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  6. <DefineConstants>TRACE;FEAT_SAFE</DefineConstants>
  7. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  8. </PropertyGroup>
  9. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  10. <DefineConstants>TRACE;FEAT_SAFE</DefineConstants>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Compile Remove="MongoDBDriver\MongoDB.Driver.Core\obj\**" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <EmbeddedResource Remove="MongoDBDriver\MongoDB.Driver.Core\obj\**" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <None Remove="MongoDBDriver\MongoDB.Driver.Core\obj\**" />
  20. <None Remove="Google.Protobuf\CodedOutputStream.cs.meta" />
  21. <None Remove="Google.Protobuf\FieldCodec.cs.meta" />
  22. <None Remove="Google.Protobuf\CodedOutputStream.ComputeSize.cs.meta" />
  23. <None Remove="Google.Protobuf\CodedInputStream.cs.meta" />
  24. <None Remove="Google.Protobuf\ByteString.cs.meta" />
  25. <None Remove="Google.Protobuf\ByteArray.cs.meta" />
  26. <None Remove="Google.Protobuf\ICustomDiagnosticMessage.cs.meta" />
  27. <None Remove="Google.Protobuf\IMessage.cs.meta" />
  28. <None Remove="Google.Protobuf\InvalidProtocolBufferException.cs.meta" />
  29. <None Remove="Google.Protobuf\LimitedInputStream.cs.meta" />
  30. <None Remove="Google.Protobuf\MessageExtensions.cs.meta" />
  31. <None Remove="Google.Protobuf\MessageParser.cs.meta" />
  32. <None Remove="Google.Protobuf\PropertyInfoExtensions.cs.meta" />
  33. <None Remove="Google.Protobuf\ProtoPreconditions.cs.meta" />
  34. <None Remove="Google.Protobuf\RepeatedField.cs.meta" />
  35. <None Remove="Google.Protobuf\StreamExtensions.cs.meta" />
  36. <None Remove="Google.Protobuf\WireFormat.cs.meta" />
  37. <None Update="libkcp.dylib">
  38. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  39. </None>
  40. <None Update="libkcp.so">
  41. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  42. </None>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <PackageReference Include="DnsClient" Version="1.0.7" />
  46. </ItemGroup>
  47. </Project>