aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtoBench/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-06-28 21:53:16 +0100
committerJon Skeet <skeet@pobox.com>2015-06-28 21:53:16 +0100
commitb08b6bf62e5f0398609cc95a34699df500ea110c (patch)
tree430514e0a7f98dd195d720e2a90a9f3183808fb7 /csharp/src/ProtoBench/Properties/AssemblyInfo.cs
parent6b01539dfc1b4d4cefadc4cfdc79ff17293b84be (diff)
parentfb77cc9d9f066a8ce4f12e8d5f76188d48101444 (diff)
downloadprotobuf-b08b6bf62e5f0398609cc95a34699df500ea110c.tar.gz
protobuf-b08b6bf62e5f0398609cc95a34699df500ea110c.tar.bz2
protobuf-b08b6bf62e5f0398609cc95a34699df500ea110c.zip
Merge pull request #544 from jskeet/csharp-cleanup
Clean up C# code
Diffstat (limited to 'csharp/src/ProtoBench/Properties/AssemblyInfo.cs')
-rw-r--r--csharp/src/ProtoBench/Properties/AssemblyInfo.cs31
1 files changed, 0 insertions, 31 deletions
diff --git a/csharp/src/ProtoBench/Properties/AssemblyInfo.cs b/csharp/src/ProtoBench/Properties/AssemblyInfo.cs
deleted file mode 100644
index cdffc5e7..00000000
--- a/csharp/src/ProtoBench/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-using System;
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-
-[assembly: AssemblyTitle("ProtoBench")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ProtoBench")]
-[assembly: AssemblyCopyright("Copyright © 2009")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("2.4.1.555")]
-
-[assembly: AssemblyVersion("2.4.1.555")]
-[assembly: AssemblyFileVersion("2.4.1.555")] \ No newline at end of file