diff --git a/DrfxFontFixer/DrfxFontFixer.csproj b/DrfxFontFixer/DrfxFontFixer.csproj deleted file mode 100644 index ab1a647..0000000 --- a/DrfxFontFixer/DrfxFontFixer.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - net8.0-windows - WinExe - 13.0 - true - true - AnyCPU;x64 - - - - - - - - \ No newline at end of file diff --git a/KeyGen/App.xaml b/KeyGen/App.xaml new file mode 100644 index 0000000..fef1807 --- /dev/null +++ b/KeyGen/App.xaml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + diff --git a/KeyGen/App.xaml.cs b/KeyGen/App.xaml.cs new file mode 100644 index 0000000..b6bedf6 --- /dev/null +++ b/KeyGen/App.xaml.cs @@ -0,0 +1,12 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace KeyGen; + +/// +/// Interaction logic for App.xaml +/// +public partial class App : Application +{ +} \ No newline at end of file diff --git a/KeyGen/AssemblyInfo.cs b/KeyGen/AssemblyInfo.cs new file mode 100644 index 0000000..4a05c7d --- /dev/null +++ b/KeyGen/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] \ No newline at end of file diff --git a/KeyGen/KeyGen.csproj b/KeyGen/KeyGen.csproj new file mode 100644 index 0000000..5f665df --- /dev/null +++ b/KeyGen/KeyGen.csproj @@ -0,0 +1,20 @@ + + + + WinExe + net48 + preview + enable + enable + true + + + + + + + + + + + diff --git a/KeyGen/LicenseManager.cs b/KeyGen/LicenseManager.cs index d2f46ec..6605cf4 100644 --- a/KeyGen/LicenseManager.cs +++ b/KeyGen/LicenseManager.cs @@ -1,4 +1,7 @@ -using System.Text; +using System.Reflection; +using System.Security.Cryptography; +using System.Text; +using Microsoft.Win32; namespace KeyGen { diff --git a/KeyGen/MainWindow.xaml b/KeyGen/MainWindow.xaml new file mode 100644 index 0000000..c5dc035 --- /dev/null +++ b/KeyGen/MainWindow.xaml @@ -0,0 +1,42 @@ + + + + + + +