mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
20 lines
606 B
C#
20 lines
606 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("ZoneCodeGeneratorTests")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("ZoneCodeGeneratorTests")]
|
|
[assembly: AssemblyCopyright("Copyright © 2019")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("c29242db-84d0-4a37-ad3f-19b72b23c7e0")]
|
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|