| 123456789101112131415161718192021 |
- using System.Reflection;
- using System.Runtime.InteropServices;
- using Microsoft.Extensions.Configuration.UserSecrets;
- // General Information about an assembly is controlled through the following
- // set of attributes. Change these attribute values to modify the information
- // associated with an assembly.
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("VberYue.Zero")]
- [assembly: AssemblyTrademark("")]
- // Setting ComVisible to false makes the types in this assembly not visible
- // to COM components. If you need to access a type in this assembly from
- // COM, set the ComVisible attribute to true on that type.
- [assembly: ComVisible(false)]
- // The following GUID is for the ID of the typelib if this project is exposed to COM
- [assembly: Guid("480D94A1-21E7-4681-8514-56362DE2BA5C")]
- [assembly: UserSecretsId("648290B7-8750-4776-98DF-7152089E9358")]
|