This repository has been archived on 2026-05-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ShutdownTimer/ShutdownTimer/Properties/AssemblyInfo.cs
2022-12-06 12:38:25 -03:00

18 lines
628 B
C#

using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyTitle("ShutdownTimer")]
[assembly: AssemblyProduct("ShutdownTimer")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: ComVisible(false)]
[assembly: Guid("e7ffafc8-d82a-40bf-b7a1-d1c4d6897d7f")]
[assembly: AssemblyFileVersion("1.0.0.0")]