mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
7 lines
249 B
C#
7 lines
249 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[assembly: AssemblyCopyright("© 2013 - Birunthan Mohanathas")]
|
|||
|
[assembly: AssemblyVersion("1.0.1.0")]
|
|||
|
[assembly: AssemblyProduct("Rainmeter")]
|