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

GlobalAssemblyInfo.cs « System.Web.Mvc3 « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 322630dafc5701075612a8906f9af4c7c69f74bd (plain)
1
2
3
4
5
6
7
8
9
10
11
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")]