aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-14 19:50:52 -0500
committerrogerk <devnull@localhost>2012-10-14 19:50:52 -0500
commitefc90f40009924c2e2863cfadbf4f937dd045e9d (patch)
treefdb8f68d9b7532241a6ebfad940e6ab3ee784d3e /src/ProtocolBuffers.Test
parent6716432ca60b1ad53b20165d9bc29f853fcf1deb (diff)
downloadprotobuf-efc90f40009924c2e2863cfadbf4f937dd045e9d.tar.gz
protobuf-efc90f40009924c2e2863cfadbf4f937dd045e9d.tar.bz2
protobuf-efc90f40009924c2e2863cfadbf4f937dd045e9d.zip
Changes to support the Portable Library profile
Diffstat (limited to 'src/ProtocolBuffers.Test')
-rw-r--r--src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
index f636f542..d24bb521 100644
--- a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
+++ b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
@@ -16,16 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// 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.
-
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-
-[assembly: Guid("54e627c3-daaa-4850-82cf-f25b7f097e78")]
-
// Version information for an assembly consists of the following four values:
//
// Major Version
@@ -39,10 +29,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("2.4.1.473")]
-#if !NOFILEVERSION
-[assembly: AssemblyFileVersion("2.4.1.473")]
-#endif
-
// We don't really need CLSCompliance, but if the assembly builds with no warnings,
// that means the generator is okay.