Google.Protobuf.csproj 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <ApplicationIcon />
  6. <StartupObject />
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  12. <OutputPath>..\..\..\Bin\</OutputPath>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  15. <OutputPath>..\..\..\Bin\</OutputPath>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ByteArray.cs">
  19. <Link>ByteArray.cs</Link>
  20. </Compile>
  21. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ByteString.cs">
  22. <Link>ByteString.cs</Link>
  23. </Compile>
  24. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\CodedInputStream.cs">
  25. <Link>CodedInputStream.cs</Link>
  26. </Compile>
  27. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\CodedOutputStream.ComputeSize.cs">
  28. <Link>CodedOutputStream.ComputeSize.cs</Link>
  29. </Compile>
  30. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\CodedOutputStream.cs">
  31. <Link>CodedOutputStream.cs</Link>
  32. </Compile>
  33. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\FieldCodec.cs">
  34. <Link>FieldCodec.cs</Link>
  35. </Compile>
  36. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ICustomDiagnosticMessage.cs">
  37. <Link>ICustomDiagnosticMessage.cs</Link>
  38. </Compile>
  39. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\IMessage.cs">
  40. <Link>IMessage.cs</Link>
  41. </Compile>
  42. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\InvalidProtocolBufferException.cs">
  43. <Link>InvalidProtocolBufferException.cs</Link>
  44. </Compile>
  45. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\LimitedInputStream.cs">
  46. <Link>LimitedInputStream.cs</Link>
  47. </Compile>
  48. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\MessageExtensions.cs">
  49. <Link>MessageExtensions.cs</Link>
  50. </Compile>
  51. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\MessageParser.cs">
  52. <Link>MessageParser.cs</Link>
  53. </Compile>
  54. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\PropertyInfoExtensions.cs">
  55. <Link>PropertyInfoExtensions.cs</Link>
  56. </Compile>
  57. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\ProtoPreconditions.cs">
  58. <Link>ProtoPreconditions.cs</Link>
  59. </Compile>
  60. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\RepeatedField.cs">
  61. <Link>RepeatedField.cs</Link>
  62. </Compile>
  63. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\StreamExtensions.cs">
  64. <Link>StreamExtensions.cs</Link>
  65. </Compile>
  66. <Compile Include="..\..\..\Unity\Assets\ThirdParty\Google.Protobuf\WireFormat.cs">
  67. <Link>WireFormat.cs</Link>
  68. </Compile>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\MongodbDriver\DotNetCoreDriver\MongoDB.Bson\MongoDB.Bson.csproj" />
  72. </ItemGroup>
  73. </Project>