/
githubmirror
/
nettle
Обзор
Документация
Войти
/
githubmirror
/
nettle
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SMP/eccdata.vcxproj
324 строки
13 KB
Matt Oliver
project: Add missing VS2022 support.
25 ноя 2021, 14:04
25 ноя 2021, 14:04
6077506
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <ClCompile Include="..\eccdata.c" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D8F82459-02FA-4495-A511-BE04A1D07D1A}</ProjectGuid> <RootNamespace>eccdata</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset> <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <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'"> <OutDir>$(ProjectDir)</OutDir> <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> <OutDir>$(ProjectDir)</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <OutDir>$(ProjectDir)</OutDir> <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <IntDir>$(SolutionDir)obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> <OutDir>$(ProjectDir)</OutDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PreBuildEvent> <Command>if exist ..\config.h ( del ..\config.h ) if exist ..\ecc-192.h ( del ..\ecc-192.h ) if exist ..\ecc-224.h ( del ..\ecc-224.h ) if exist ..\ecc-256.h ( del ..\ecc-256.h ) if exist ..\ecc-384.h ( del ..\ecc-384.h ) if exist ..\ecc-521.h ( del ..\ecc-521.h )</Command> </PreBuildEvent> <ClCompile> <AdditionalIncludeDirectories>.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <PrecompiledHeader /> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DisableSpecificWarnings>4244;4819;4146;4018;%(DisableSpecificWarnings)</DisableSpecificWarnings> <Optimization>Disabled</Optimization> </ClCompile> <Link> <OutputFile>.\eccdata.exe</OutputFile> <ProgramDatabaseFile>$(OutDir)eccdata.pdb</ProgramDatabaseFile> <SubSystem>Console</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention /> <TargetMachine>MachineX86</TargetMachine> </Link> <PostBuildEvent> <Command>mkdir x86 eccdata.exe 192 7 6 32 > x86\ecc-192.h eccdata.exe 224 12 6 32 > x86\ecc-224.h eccdata.exe 256 14 6 32 > x86\ecc-256.h eccdata.exe 384 41 6 32 > x86\ecc-384.h eccdata.exe 521 56 6 32 > x86\ecc-521.h eccdata.exe 255 14 6 32 > x86\ecc-25519.h mkdir x86_64 eccdata.exe 192 7 6 64 > x86_64\ecc-192.h eccdata.exe 224 12 6 64 > x86_64\ecc-224.h eccdata.exe 256 14 6 64 > x86_64\ecc-256.h eccdata.exe 384 41 6 64 > x86_64\ecc-384.h eccdata.exe 521 56 6 64 > x86_64\ecc-521.h eccdata.exe 255 14 6 64 > x86_64\ecc-25519.h</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PreBuildEvent> <Command>if exist ..\config.h ( del ..\config.h ) if exist ..\ecc-192.h ( del ..\ecc-192.h ) if exist ..\ecc-224.h ( del ..\ecc-224.h ) if exist ..\ecc-256.h ( del ..\ecc-256.h ) if exist ..\ecc-384.h ( del ..\ecc-384.h ) if exist ..\ecc-521.h ( del ..\ecc-521.h )</Command> </PreBuildEvent> <ClCompile> <AdditionalIncludeDirectories>.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4244;4819;4146;4018;%(DisableSpecificWarnings)</DisableSpecificWarnings> <Optimization>Disabled</Optimization> </ClCompile> <Link> <OutputFile>.\eccdata.exe</OutputFile> <ProgramDatabaseFile>$(OutDir)eccdata.pdb</ProgramDatabaseFile> <SubSystem>Console</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> </Link> <PostBuildEvent> <Command>mkdir x86 eccdata.exe 192 7 6 32 > x86\ecc-192.h eccdata.exe 224 12 6 32 > x86\ecc-224.h eccdata.exe 256 14 6 32 > x86\ecc-256.h eccdata.exe 384 41 6 32 > x86\ecc-384.h eccdata.exe 521 56 6 32 > x86\ecc-521.h eccdata.exe 255 14 6 32 > x86\ecc-25519.h mkdir x86_64 eccdata.exe 192 7 6 64 > x86_64\ecc-192.h eccdata.exe 224 12 6 64 > x86_64\ecc-224.h eccdata.exe 256 14 6 64 > x86_64\ecc-256.h eccdata.exe 384 41 6 64 > x86_64\ecc-384.h eccdata.exe 521 56 6 64 > x86_64\ecc-521.h eccdata.exe 255 14 6 64 > x86_64\ecc-25519.h</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PreBuildEvent> <Command>if exist ..\config.h ( del ..\config.h ) if exist ..\ecc-192.h ( del ..\ecc-192.h ) if exist ..\ecc-224.h ( del ..\ecc-224.h ) if exist ..\ecc-256.h ( del ..\ecc-256.h ) if exist ..\ecc-384.h ( del ..\ecc-384.h ) if exist ..\ecc-521.h ( del ..\ecc-521.h )</Command> </PreBuildEvent> <ClCompile> <AdditionalIncludeDirectories>.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader /> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4244;4819;4146;4018;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> <Link> <OutputFile>.\eccdata.exe</OutputFile> <SubSystem>Console</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention /> <TargetMachine>MachineX86</TargetMachine> </Link> <PostBuildEvent> <Command>mkdir x86 eccdata.exe 192 7 6 32 > x86\ecc-192.h eccdata.exe 224 12 6 32 > x86\ecc-224.h eccdata.exe 256 14 6 32 > x86\ecc-256.h eccdata.exe 384 41 6 32 > x86\ecc-384.h eccdata.exe 521 56 6 32 > x86\ecc-521.h eccdata.exe 255 14 6 32 > x86\ecc-25519.h mkdir x86_64 eccdata.exe 192 7 6 64 > x86_64\ecc-192.h eccdata.exe 224 12 6 64 > x86_64\ecc-224.h eccdata.exe 256 14 6 64 > x86_64\ecc-256.h eccdata.exe 384 41 6 64 > x86_64\ecc-384.h eccdata.exe 521 56 6 64 > x86_64\ecc-521.h eccdata.exe 255 14 6 64 > x86_64\ecc-25519.h</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PreBuildEvent> <Command>if exist ..\config.h ( del ..\config.h ) if exist ..\ecc-192.h ( del ..\ecc-192.h ) if exist ..\ecc-224.h ( del ..\ecc-224.h ) if exist ..\ecc-256.h ( del ..\ecc-256.h ) if exist ..\ecc-384.h ( del ..\ecc-384.h ) if exist ..\ecc-521.h ( del ..\ecc-521.h )</Command> </PreBuildEvent> <ClCompile> <AdditionalIncludeDirectories>.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4244;4819;4146;4018;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> <Link> <OutputFile>.\eccdata.exe</OutputFile> <SubSystem>Console</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> </Link> <PostBuildEvent> <Command>mkdir x86 eccdata.exe 192 7 6 32 > x86\ecc-192.h eccdata.exe 224 12 6 32 > x86\ecc-224.h eccdata.exe 256 14 6 32 > x86\ecc-256.h eccdata.exe 384 41 6 32 > x86\ecc-384.h eccdata.exe 521 56 6 32 > x86\ecc-521.h eccdata.exe 255 14 6 32 > x86\ecc-25519.h mkdir x86_64 eccdata.exe 192 7 6 64 > x86_64\ecc-192.h eccdata.exe 224 12 6 64 > x86_64\ecc-224.h eccdata.exe 256 14 6 64 > x86_64\ecc-256.h eccdata.exe 384 41 6 64 > x86_64\ecc-384.h eccdata.exe 521 56 6 64 > x86_64\ecc-521.h eccdata.exe 255 14 6 64 > x86_64\ecc-25519.h</Command> </PostBuildEvent> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>