1 #region Copyright notice and license 2 // Protocol Buffers - Google's data interchange format 3 // Copyright 2008 Google Inc. All rights reserved. 4 // 5 // Use of this source code is governed by a BSD-style 6 // license that can be found in the LICENSE file or at 7 // https://developers.google.com/open-source/licenses/bsd 8 #endregion 9 10 using System.Runtime.CompilerServices; 11 using System.Security; 12 13 // General Information about an assembly is controlled through the following 14 // set of attributes. Change these attribute values to modify the information 15 // associated with an assembly. 16 17 #if !NCRUNCH 18 [assembly: AllowPartiallyTrustedCallers] 19 #endif 20 21 #if SIGNING_DISABLED 22 [assembly: InternalsVisibleTo("Google.Protobuf.Test")] 23 #else 24 [assembly: InternalsVisibleTo("Google.Protobuf.Test, PublicKey=" + 25 "002400000480000094000000060200000024000052534131000400000100010025800fbcfc63a1" + 26 "7c66b303aae80b03a6beaa176bb6bef883be436f2a1579edd80ce23edf151a1f4ced97af83abcd" + 27 "981207041fd5b2da3b498346fcfcd94910d52f25537c4a43ce3fbe17dc7d43e6cbdb4d8f1242dc" + 28 "b6bd9b5906be74da8daa7d7280f97130f318a16c07baf118839b156299a48522f9fae2371c9665" + 29 "c5ae9cb6")] 30 #endif