AssemblyInfo.cs 617 B

1234567891011121314151617
  1. using System;
  2. using System.Diagnostics;
  3. using System.Reflection;
  4. using System.Runtime.CompilerServices;
  5. using System.Runtime.InteropServices;
  6. [assembly: AssemblyVersion("2.3.0.0")]
  7. [assembly: AssemblyTitle("COM3D2.PropMyItem.Plugin")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("")]
  11. [assembly: AssemblyProduct("COM3D2.PropMyItem.Plugin")]
  12. [assembly: AssemblyCopyright("Copyright © 2018")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: ComVisible(false)]
  15. [assembly: Guid("b7bb2f1c-a526-46ff-a6d6-06a1894e8316")]
  16. [assembly: AssemblyFileVersion("2.3.0.0")]