mirror of
https://github.com/uberhalit/SekiroFpsUnlockAndMore.git
synced 2026-06-13 01:47:54 +00:00
22 lines
No EOL
659 B
C#
22 lines
No EOL
659 B
C#
using System.Windows;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("SekiroFpsUnlockAndMore")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("uberhalit")]
|
|
[assembly: AssemblyProduct("SekiroFpsUnlockAndMore")]
|
|
[assembly: AssemblyCopyright("Copyright © uberhalit 2020")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None,
|
|
ResourceDictionaryLocation.SourceAssembly
|
|
)]
|
|
|
|
[assembly: AssemblyVersion("1.2.5.2")]
|
|
[assembly: AssemblyFileVersion("1.2.5.2")] |