166 lines
8 KiB
XML
166 lines
8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|||
|
<ProjectGuid>{C6E4A1D7-ECBC-466E-9183-30727EF81533}</ProjectGuid>
|
|||
|
<Keyword>Win32Proj</Keyword>
|
|||
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="Shared">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SIGNPLUGIN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<EntryPointSymbol>
|
|||
|
</EntryPointSymbol>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SIGNPLUGIN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<ExceptionHandling>false</ExceptionHandling>
|
|||
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|||
|
<Optimization>MinSpace</Optimization>
|
|||
|
<OmitFramePointers>true</OmitFramePointers>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|||
|
<EntryPointSymbol>DllMain</EntryPointSymbol>
|
|||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|||
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="main.cpp" />
|
|||
|
<ClCompile Include="tiny\c25519.c" />
|
|||
|
<ClCompile Include="tiny\ed25519.c" />
|
|||
|
<ClCompile Include="tiny\edsign.c" />
|
|||
|
<ClCompile Include="tiny\f25519.c" />
|
|||
|
<ClCompile Include="tiny\fprime.c" />
|
|||
|
<ClCompile Include="tiny\morph25519.c" />
|
|||
|
<ClCompile Include="tiny\sha512.c" />
|
|||
|
<ClCompile Include="win32_crt_math.cpp" />
|
|||
|
<ClCompile Include="win32_crt_memory.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="curve25519-donna-32bit.h" />
|
|||
|
<ClInclude Include="curve25519-donna-64bit.h" />
|
|||
|
<ClInclude Include="curve25519-donna-helpers.h" />
|
|||
|
<ClInclude Include="curve25519-donna-sse2.h" />
|
|||
|
<ClInclude Include="ed25519-donna-32bit-tables.h" />
|
|||
|
<ClInclude Include="ed25519-donna-64bit-tables.h" />
|
|||
|
<ClInclude Include="ed25519-donna-batchverify.h" />
|
|||
|
<ClInclude Include="ed25519-donna-impl-base.h" />
|
|||
|
<ClInclude Include="ed25519-donna-impl-sse2.h" />
|
|||
|
<ClInclude Include="ed25519-donna-portable-identify.h" />
|
|||
|
<ClInclude Include="ed25519-donna-portable.h" />
|
|||
|
<ClInclude Include="ed25519-donna.h" />
|
|||
|
<ClInclude Include="ed25519-hash-custom.h" />
|
|||
|
<ClInclude Include="ed25519-hash.h" />
|
|||
|
<ClInclude Include="ed25519-randombytes.h" />
|
|||
|
<ClInclude Include="ed25519.h" />
|
|||
|
<ClInclude Include="modm-donna-32bit.h" />
|
|||
|
<ClInclude Include="modm-donna-64bit.h" />
|
|||
|
<ClInclude Include="tiny\c25519.h" />
|
|||
|
<ClInclude Include="tiny\ed25519.h" />
|
|||
|
<ClInclude Include="tiny\edsign.h" />
|
|||
|
<ClInclude Include="tiny\f25519.h" />
|
|||
|
<ClInclude Include="tiny\fprime.h" />
|
|||
|
<ClInclude Include="tiny\morph25519.h" />
|
|||
|
<ClInclude Include="tiny\sha512.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Object Include="chkstk.obj">
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|||
|
</Object>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Library Include="nsis\pluginapi-x86-unicode.lib" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|