Files
2026-06-04 11:42:34 +02:00

18 lines
639 B
C#

using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyTitle("protobuf3")]
[assembly: AssemblyDescription("Protocol Buffers 3 implementation for C#")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Google")]
[assembly: AssemblyProduct("Google.Protobuf")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("9f9d77b8-fa5e-4f1a-b3e7-03442b8ea892")]
[assembly: AssemblyFileVersion("1.0.0.0")]