mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
61 lines
3.8 KiB
XML
61 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package>
|
|
<metadata>
|
|
<id>Google.Protobuf.Tools</id>
|
|
<title>Google Protocol Buffers tools</title>
|
|
<summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
|
|
<description>See project site for more info.</description>
|
|
<version>3.36.1</version>
|
|
<authors>Google Inc.</authors>
|
|
<owners>protobuf-packages</owners>
|
|
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/main/LICENSE</licenseUrl>
|
|
<projectUrl>https://github.com/protocolbuffers/protobuf</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<releaseNotes>Tools for Protocol Buffers</releaseNotes>
|
|
<copyright>Copyright 2015, Google Inc.</copyright>
|
|
<tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="protoc/windows_x86/protoc.exe" target="tools/windows_x86/protoc.exe"/>
|
|
<file src="protoc/windows_x64/protoc.exe" target="tools/windows_x64/protoc.exe"/>
|
|
<file src="protoc/linux_x86/protoc" target="tools/linux_x86/protoc"/>
|
|
<file src="protoc/linux_x64/protoc" target="tools/linux_x64/protoc"/>
|
|
<file src="protoc/linux_aarch64/protoc" target="tools/linux_aarch64/protoc"/>
|
|
<file src="protoc/macosx_x64/protoc" target="tools/macosx_x64/protoc"/>
|
|
<!--
|
|
- Include the protos for the well-known types and language-specific editions features in a
|
|
- directory where protoc will find them by default.
|
|
-->
|
|
<file src="src/google/protobuf/any.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/api.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/descriptor.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/duration.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/empty.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/field_mask.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/source_context.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/struct.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/timestamp.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/type.proto" target="tools/include/google/protobuf"/>
|
|
<file src="src/google/protobuf/wrappers.proto" target="tools/include/google/protobuf"/>
|
|
<file src="csharp/google/protobuf/c_sharp_features.proto" target="tools/include/google/protobuf"/>
|
|
<!--
|
|
- Include the protos for the well-known types again in their old location,
|
|
- for backward compatibility. This does not include features files, as those have never been
|
|
- in tools/google/protobuf directory.
|
|
-->
|
|
<file src="src/google/protobuf/any.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/api.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/descriptor.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/duration.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/empty.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/field_mask.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/source_context.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/struct.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/timestamp.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/type.proto" target="tools/google/protobuf"/>
|
|
<file src="src/google/protobuf/wrappers.proto" target="tools/google/protobuf"/>
|
|
|
|
<file src="Google.Protobuf.Tools.targets" target="buildCrossTargeting"/>
|
|
<file src="Google.Protobuf.Tools.targets" target="build"/>
|
|
</files>
|
|
</package>
|