Brian Silverman | 9c614bc | 2016-02-15 20:20:02 -0500 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package> |
| 3 | <metadata> |
| 4 | <id>Google.Protobuf</id> |
| 5 | <title>Google Protocol Buffers C#</title> |
| 6 | <summary>C# runtime library for Protocol Buffers - Google's data interchange format.</summary> |
| 7 | <description>See project site for more info.</description> |
| 8 | <version>3.0.0-beta2</version> |
| 9 | <authors>Google Inc.</authors> |
| 10 | <owners>protobuf-packages</owners> |
| 11 | <licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseUrl> |
| 12 | <projectUrl>https://github.com/google/protobuf</projectUrl> |
| 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 14 | <releaseNotes>C# proto3 support</releaseNotes> |
| 15 | <copyright>Copyright 2015, Google Inc.</copyright> |
| 16 | <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags> |
| 17 | <dependencies> |
| 18 | <!-- Dependencies for older, monolithic-assembly platforms --> |
| 19 | <group targetFramework="net45" /> |
| 20 | <group targetFramework="wp8" /> |
| 21 | <group targetFramework="win8" /> |
| 22 | <group targetFramework="wpa81" /> |
| 23 | <group targetFramework="xamarin.ios" /> |
| 24 | <group targetFramework="monotouch" /> |
| 25 | <group targetFramework="monoandroid" /> |
| 26 | |
| 27 | <!-- Dependencies for newer, more granular platforms (.NET Core etc) --> |
| 28 | <group targetFramework="dotnet"> |
| 29 | <dependency id="System.Collections" version="4.0.0" /> |
| 30 | <dependency id="System.Diagnostics.Debug" version="4.0.0" /> |
| 31 | <dependency id="System.Globalization" version="4.0.0" /> |
| 32 | <dependency id="System.IO" version="4.0.0" /> |
| 33 | <dependency id="System.Linq" version="4.0.0" /> |
| 34 | <dependency id="System.Linq.Expressions" version="4.0.0" /> |
| 35 | <dependency id="System.ObjectModel" version="4.0.0" /> |
| 36 | <dependency id="System.Reflection" version="4.0.0" /> |
| 37 | <dependency id="System.Runtime" version="4.0.0" /> |
| 38 | <dependency id="System.Runtime.Extensions" version="4.0.0" /> |
| 39 | <dependency id="System.Text.Encoding" version="4.0.0" /> |
| 40 | <dependency id="System.Text.RegularExpressions" version="4.0.0" /> |
| 41 | </group> |
| 42 | </dependencies> |
| 43 | </metadata> |
| 44 | <files> |
| 45 | <file src="bin/ReleaseSigned/Google.Protobuf.dll" target="lib/portable-net45+netcore45+wpa81+wp8" /> |
| 46 | <file src="bin/ReleaseSigned/Google.Protobuf.pdb" target="lib/portable-net45+netcore45+wpa81+wp8" /> |
| 47 | <file src="bin/ReleaseSigned/Google.Protobuf.xml" target="lib/portable-net45+netcore45+wpa81+wp8" /> |
| 48 | <file src="bin/ReleaseSigned/Google.Protobuf.dll" target="lib/dotnet" /> |
| 49 | <file src="bin/ReleaseSigned/Google.Protobuf.pdb" target="lib/dotnet" /> |
| 50 | <file src="bin/ReleaseSigned/Google.Protobuf.xml" target="lib/dotnet" /> |
| 51 | <file src="**\*.cs" target="src" /> |
| 52 | <file src="..\..\..\cmake\Release\protoc.exe" target="tools" /> |
| 53 | <file src="..\..\..\src\google\protobuf\any.proto" target="tools\google\protobuf" /> |
| 54 | <file src="..\..\..\src\google\protobuf\api.proto" target="tools\google\protobuf" /> |
| 55 | <file src="..\..\..\src\google\protobuf\descriptor.proto" target="tools\google\protobuf" /> |
| 56 | <file src="..\..\..\src\google\protobuf\duration.proto" target="tools\google\protobuf" /> |
| 57 | <file src="..\..\..\src\google\protobuf\empty.proto" target="tools\google\protobuf" /> |
| 58 | <file src="..\..\..\src\google\protobuf\field_mask.proto" target="tools\google\protobuf" /> |
| 59 | <file src="..\..\..\src\google\protobuf\source_context.proto" target="tools\google\protobuf" /> |
| 60 | <file src="..\..\..\src\google\protobuf\struct.proto" target="tools\google\protobuf" /> |
| 61 | <file src="..\..\..\src\google\protobuf\timestamp.proto" target="tools\google\protobuf" /> |
| 62 | <file src="..\..\..\src\google\protobuf\any.proto" target="tools\google\protobuf" /> |
| 63 | <file src="..\..\..\src\google\protobuf\type.proto" target="tools\google\protobuf" /> |
| 64 | <file src="..\..\..\src\google\protobuf\wrappers.proto" target="tools\google\protobuf" /> |
| 65 | </files> |
| 66 | </package> |