aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-14 18:10:11 -0500
committerrogerk <devnull@localhost>2012-10-14 18:10:11 -0500
commit0f56b842987dce4699be8a4e9e3cb353497a305a (patch)
treeb9bcc65760930917467faf8bd962c910c20d76d4 /src/ProtocolBuffers/Properties/AssemblyInfo.cs
parent945bd1d516d94389a1f3d4b29e754fcd345ce955 (diff)
downloadprotobuf-0f56b842987dce4699be8a4e9e3cb353497a305a.tar.gz
protobuf-0f56b842987dce4699be8a4e9e3cb353497a305a.tar.bz2
protobuf-0f56b842987dce4699be8a4e9e3cb353497a305a.zip
Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test dependencies
Diffstat (limited to 'src/ProtocolBuffers/Properties/AssemblyInfo.cs')
-rw-r--r--src/ProtocolBuffers/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/Properties/AssemblyInfo.cs b/src/ProtocolBuffers/Properties/AssemblyInfo.cs
index 95bc4a61..fec3b29e 100644
--- a/src/ProtocolBuffers/Properties/AssemblyInfo.cs
+++ b/src/ProtocolBuffers/Properties/AssemblyInfo.cs
@@ -68,8 +68,8 @@ using System.Runtime.CompilerServices;
// [assembly: AssemblyVersion("2.4.1.473")]
[assembly: AssemblyVersion("2.4.1.473")]
-#if !COMPACT_FRAMEWORK
+#if !NOFILEVERSION
[assembly: AssemblyFileVersion("2.4.1.473")]
#endif