mirror of
https://github.com/naehrwert/scetool.git
synced 2025-05-02 09:27:46 +00:00

- Added ECDSA Signature parsing and validation. - Added klicensee parsing for raw mode. - Fixed metadata info IV parsing. - Fixed Makefile. - Enabled Individuals seed functions for <public build> configuration.
8 lines
No EOL
368 B
XML
8 lines
No EOL
368 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerCommandArguments>
|
|
</LocalDebuggerCommandArguments>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
</Project> |