123456789101112131415161718192021222324252627282930313233343536 |
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- [assembly: AssemblyTitle("CommonTickBattle")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Microsoft")]
- [assembly: AssemblyProduct("CommonTickBattle")]
- [assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("32b611ad-3bc1-4438-9921-82e92c6fd991")]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
|