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.
|
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
-
- [assembly: AssemblyTitle("SIE.VSDK.Test")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("SIE.VSDK.Test")]
- [assembly: AssemblyCopyright("Copyright © 2022")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
-
- [assembly: ComVisible(false)]
-
- [assembly: Guid("67aba05d-465b-4f20-8112-a9d282541c80")]
-
- // [assembly: AssemblyVersion("1.0.*")]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
|