mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
25 lines
845 B
C#
25 lines
845 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Security.Permissions;
|
|
using System.Resources;
|
|
|
|
[assembly: AssemblyTitle("Microsoft.VisualStudio.Project")]
|
|
[assembly: AssemblyDescription("MPF Implementation of VS Projects")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("Microsoft")]
|
|
[assembly: AssemblyProduct("Microsoft.VisualStudio.Project")]
|
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: CLSCompliant(false)]
|
|
|
|
[assembly: Guid("084954ec-af04-4ea3-b166-b1fced604dc8")]
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
|
|
[assembly: NeutralResourcesLanguageAttribute("en")]
|