Google.Protobuf.csproj 3.2 KB

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