123456789101112131415161718192021222324252627282930313233343536 |
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- [assembly: AssemblyTitle("WindowsFormsApplication1")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Microsoft")]
- [assembly: AssemblyProduct("WindowsFormsApplication1")]
- [assembly: AssemblyCopyright("Copyright © Microsoft 2014")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("f234e1e0-6507-4768-9c2d-ab573844d03f")]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
|