license-generator/LicenseGenerator.sln
dtrentin 2ef68dd477 feat: initial LicenseGenerator -- keygen, fingerprint, sign commands
Standalone .NET 4.7.2 console tool for NcProgramManager offline licensing.
- keygen: RSA 2048-bit key pair generation
- fingerprint: WMI machine fingerprint (Windows only)
- sign: RSA-SHA256 sign fingerprint, write .lic file

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 23:33:30 +02:00

22 lines
983 B
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28701.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LicenseGenerator", "LicenseGenerator.csproj", "{A7B3C4D5-E6F7-4801-9ABC-DEF012345678}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7B3C4D5-E6F7-4801-9ABC-DEF012345678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7B3C4D5-E6F7-4801-9ABC-DEF012345678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7B3C4D5-E6F7-4801-9ABC-DEF012345678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7B3C4D5-E6F7-4801-9ABC-DEF012345678}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal