aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:33:37 +0100
committerJon Skeet <skeet@pobox.com>2008-08-14 20:33:37 +0100
commitde21d2c92c15387d64f16d4b20defb010caac299 (patch)
treed507b8f08a61d1da2e41017c79c0999ed8678def /csharp/ProtocolBuffers
parent9f4f0a56b1a87af398d0fd9e9bff87e62609b0f7 (diff)
downloadprotobuf-de21d2c92c15387d64f16d4b20defb010caac299.tar.gz
protobuf-de21d2c92c15387d64f16d4b20defb010caac299.tar.bz2
protobuf-de21d2c92c15387d64f16d4b20defb010caac299.zip
Patch from Miguel de Icaza: This introduces auto-detection of Mono to configure, and if found, builds and installs the runtime library, and provides a pkg-config file so developers can easily use it on Unix.
Diffstat (limited to 'csharp/ProtocolBuffers')
-rw-r--r--csharp/ProtocolBuffers/Properties/AssemblyInfo.cs2
-rw-r--r--csharp/ProtocolBuffers/Properties/Google.ProtocolBuffers.snkbin0 -> 596 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/csharp/ProtocolBuffers/Properties/AssemblyInfo.cs b/csharp/ProtocolBuffers/Properties/AssemblyInfo.cs
index 4653dbe3..5ed598fe 100644
--- a/csharp/ProtocolBuffers/Properties/AssemblyInfo.cs
+++ b/csharp/ProtocolBuffers/Properties/AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCopyright("Copyright © 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-
+[assembly: AssemblyKeyFile ("Google.ProtocolBuffers.snk")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
diff --git a/csharp/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk b/csharp/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk
new file mode 100644
index 00000000..6bbfc90f
--- /dev/null
+++ b/csharp/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk
Binary files differ