19 lines
849 B
C#
19 lines
849 B
C#
using System.Reflection;
|
|||
|
|
using System.Runtime.InteropServices;
|
||
|
|
using System.Security;
|
||
|
|
using System.Security.Permissions;
|
||
|
|
using System.Windows;
|
||
|
|
|
||
|
|
[assembly: AssemblyTitle("Raton")]
|
||
|
|
[assembly: AssemblyDescription("A fast, customizable remote access tool with advanced client management and stealth features.")]
|
||
|
|
[assembly: AssemblyConfiguration("")]
|
||
|
|
[assembly: AssemblyCompany("S-illy")]
|
||
|
|
[assembly: AssemblyProduct("Raton Access Tool")]
|
||
|
|
[assembly: AssemblyCopyright("Copyright © S-illy 2026")]
|
||
|
|
[assembly: AssemblyTrademark("S-illy")]
|
||
|
|
[assembly: ComVisible(false)]
|
||
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
||
|
|
[assembly: AssemblyFileVersion("0.4.0.0")]
|
||
|
|
[assembly: AssemblyVersion("0.4.0.0")]
|
||
|
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
|