Moved from modified DLL to License Generator implementation

Replaced the previous licensing mechanism (based on a modified DLL) with a full-featured License Generator that includes:
- Hardware ID detection
- File and registry-based license storage

The new Generator supports:
- Multiple product types (only UIWinForms Tested)
This commit is contained in:
YurZoRE
2025-06-06 03:44:34 +03:00
committed by GitHub
parent 98ee54d179
commit f9a9595e6f
12 changed files with 1204 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BunifuLicenseGenerator", "BunifuLicenseGenerator.csproj", "{C0DAB379-0917-4DA0-B01E-6445F17F1B4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0DAB379-0917-4DA0-B01E-6445F17F1B4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0DAB379-0917-4DA0-B01E-6445F17F1B4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0DAB379-0917-4DA0-B01E-6445F17F1B4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0DAB379-0917-4DA0-B01E-6445F17F1B4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B23ECA74-A840-4B6E-8B86-59752BE03AD1}
EndGlobalSection
EndGlobal