xref: /aosp_15_r20/external/protobuf/csharp/Google.Protobuf.Tools.nuspec (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*1b3f573fSAndroid Build Coastguard Worker<package>
3*1b3f573fSAndroid Build Coastguard Worker  <metadata>
4*1b3f573fSAndroid Build Coastguard Worker    <id>Google.Protobuf.Tools</id>
5*1b3f573fSAndroid Build Coastguard Worker    <title>Google Protocol Buffers tools</title>
6*1b3f573fSAndroid Build Coastguard Worker    <summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
7*1b3f573fSAndroid Build Coastguard Worker    <description>See project site for more info.</description>
8*1b3f573fSAndroid Build Coastguard Worker    <version>3.21.12</version>
9*1b3f573fSAndroid Build Coastguard Worker    <authors>Google Inc.</authors>
10*1b3f573fSAndroid Build Coastguard Worker    <owners>protobuf-packages</owners>
11*1b3f573fSAndroid Build Coastguard Worker    <licenseUrl>https://github.com/protocolbuffers/protobuf/blob/main/LICENSE</licenseUrl>
12*1b3f573fSAndroid Build Coastguard Worker    <projectUrl>https://github.com/protocolbuffers/protobuf</projectUrl>
13*1b3f573fSAndroid Build Coastguard Worker    <requireLicenseAcceptance>false</requireLicenseAcceptance>
14*1b3f573fSAndroid Build Coastguard Worker    <releaseNotes>Tools for Protocol Buffers</releaseNotes>
15*1b3f573fSAndroid Build Coastguard Worker    <copyright>Copyright 2015, Google Inc.</copyright>
16*1b3f573fSAndroid Build Coastguard Worker    <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
17*1b3f573fSAndroid Build Coastguard Worker  </metadata>
18*1b3f573fSAndroid Build Coastguard Worker  <files>
19*1b3f573fSAndroid Build Coastguard Worker    <file src="protoc\windows_x86\protoc.exe" target="tools\windows_x86\protoc.exe"/>
20*1b3f573fSAndroid Build Coastguard Worker    <file src="protoc\windows_x64\protoc.exe" target="tools\windows_x64\protoc.exe"/>
21*1b3f573fSAndroid Build Coastguard Worker    <file src="protoc\linux_x86\protoc" target="tools\linux_x86\protoc"/>
22*1b3f573fSAndroid Build Coastguard Worker    <file src="protoc\linux_x64\protoc" target="tools\linux_x64\protoc"/>
23*1b3f573fSAndroid Build Coastguard Worker    <file src="protoc\macosx_x64\protoc" target="tools\macosx_x64\protoc"/>
24*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\any.proto" target="tools\google\protobuf"/>
25*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\api.proto" target="tools\google\protobuf"/>
26*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\descriptor.proto" target="tools\google\protobuf"/>
27*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\duration.proto" target="tools\google\protobuf"/>
28*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\empty.proto" target="tools\google\protobuf"/>
29*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\field_mask.proto" target="tools\google\protobuf"/>
30*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\source_context.proto" target="tools\google\protobuf"/>
31*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\struct.proto" target="tools\google\protobuf"/>
32*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\timestamp.proto" target="tools\google\protobuf"/>
33*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\type.proto" target="tools\google\protobuf"/>
34*1b3f573fSAndroid Build Coastguard Worker    <file src="..\src\google\protobuf\wrappers.proto" target="tools\google\protobuf"/>
35*1b3f573fSAndroid Build Coastguard Worker    <file src="Google.Protobuf.Tools.targets" target="buildCrossTargeting"/>
36*1b3f573fSAndroid Build Coastguard Worker    <file src="Google.Protobuf.Tools.targets" target="build"/>
37*1b3f573fSAndroid Build Coastguard Worker  </files>
38*1b3f573fSAndroid Build Coastguard Worker</package>
39