A stealth-based 2D platformer where you don't have to kill anyone unless you want to. https://www.semicolin.games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
623 B

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. [assembly: AssemblyTitle("SharedTests")]
  5. [assembly: AssemblyDescription("")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyProduct("SharedTests")]
  9. [assembly: AssemblyCopyright("Copyright © 2020")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: AssemblyCulture("")]
  12. [assembly: ComVisible(false)]
  13. [assembly: Guid("c86694a5-dd99-4421-aa2c-1230f11c10f8")]
  14. // [assembly: AssemblyVersion("1.0.*")]
  15. [assembly: AssemblyVersion("1.0.0.0")]
  16. [assembly: AssemblyFileVersion("1.0.0.0")]