Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2012-03-29 21:30:48 +0400
committerMarek Habersack <grendel@twistedcode.net>2012-03-29 21:31:04 +0400
commita037b4f8fc61657e6dd48d98f06e6bf1e7aeff3b (patch)
tree7ccfae12761ba6f87ba65d1d6ffdcaba9000934a /mcs/class/System.Web.Mvc3
parentf53d2e7aa0d66008fb4d29353b71119768405ff4 (diff)
Version mvc3 properly
Diffstat (limited to 'mcs/class/System.Web.Mvc3')
-rw-r--r--mcs/class/System.Web.Mvc3/GlobalAssemblyInfo.cs12
-rw-r--r--mcs/class/System.Web.Mvc3/System.Web.Mvc3.dll.sources1
2 files changed, 13 insertions, 0 deletions
diff --git a/mcs/class/System.Web.Mvc3/GlobalAssemblyInfo.cs b/mcs/class/System.Web.Mvc3/GlobalAssemblyInfo.cs
new file mode 100644
index 00000000000..322630dafc5
--- /dev/null
+++ b/mcs/class/System.Web.Mvc3/GlobalAssemblyInfo.cs
@@ -0,0 +1,12 @@
+using System.Reflection;
+using System.Resources;
+
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Microsoft Corporation")]
+[assembly: AssemblyProduct("Microsoft® .NET Framework")]
+[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: AssemblyVersion("3.0.0.0")]
+[assembly: AssemblyFileVersion("3.0.20107.0")]
+[assembly: NeutralResourcesLanguage("en-US")]
diff --git a/mcs/class/System.Web.Mvc3/System.Web.Mvc3.dll.sources b/mcs/class/System.Web.Mvc3/System.Web.Mvc3.dll.sources
index 837c3cb699b..d65c2ff8989 100644
--- a/mcs/class/System.Web.Mvc3/System.Web.Mvc3.dll.sources
+++ b/mcs/class/System.Web.Mvc3/System.Web.Mvc3.dll.sources
@@ -1,4 +1,5 @@
./GlobalSuppressions.cs
+./GlobalAssemblyInfo.cs
./Mvc/AcceptVerbsAttribute.cs
./Mvc/ActionDescriptor.cs
./Mvc/ActionExecutedContext.cs