| <?xml version="1.0" encoding="utf-8"?>
|
| <Project DefaultTargets="Build" 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>16.0</VCProjectVersion>
|
| <Keyword>Win32Proj</Keyword>
|
| <ProjectGuid>{D6FB88D9-0088-4805-BE51-17C480843B68}</ProjectGuid>
|
| <RootNamespace>VASA</RootNamespace>
|
| <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
| <ProjectName>d</ProjectName>
|
| </PropertyGroup>
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| <ConfigurationType>Application</ConfigurationType>
|
| <UseDebugLibraries>true</UseDebugLibraries>
|
| <PlatformToolset>v142</PlatformToolset>
|
| <CharacterSet>Unicode</CharacterSet>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| <ConfigurationType>Application</ConfigurationType>
|
| <UseDebugLibraries>false</UseDebugLibraries>
|
| <PlatformToolset>v142</PlatformToolset>
|
| <WholeProgramOptimization>true</WholeProgramOptimization>
|
| <CharacterSet>Unicode</CharacterSet>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| <ConfigurationType>Application</ConfigurationType>
|
| <UseDebugLibraries>true</UseDebugLibraries>
|
| <PlatformToolset>v142</PlatformToolset>
|
| <CharacterSet>Unicode</CharacterSet>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| <ConfigurationType>Application</ConfigurationType>
|
| <UseDebugLibraries>false</UseDebugLibraries>
|
| <PlatformToolset>v142</PlatformToolset>
|
| <WholeProgramOptimization>true</WholeProgramOptimization>
|
| <CharacterSet>Unicode</CharacterSet>
|
| </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>false</LinkIncremental>
|
| <GenerateManifest>false</GenerateManifest>
|
| <TargetExt>_win.bin</TargetExt>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| <LinkIncremental>true</LinkIncremental>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| <LinkIncremental>false</LinkIncremental>
|
| </PropertyGroup>
|
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| <ClCompile>
|
| <WarningLevel>Level3</WarningLevel>
|
| <SDLCheck>true</SDLCheck>
|
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| <ConformanceMode>true</ConformanceMode>
|
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| <BufferSecurityCheck>false</BufferSecurityCheck>
|
| </ClCompile>
|
| <Link>
|
| <SubSystem>Windows</SubSystem>
|
| <GenerateDebugInformation>true</GenerateDebugInformation>
|
| </Link>
|
| </ItemDefinitionGroup>
|
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| <ClCompile>
|
| <WarningLevel>Level3</WarningLevel>
|
| <SDLCheck>true</SDLCheck>
|
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| <ConformanceMode>true</ConformanceMode>
|
| <WholeProgramOptimization>false</WholeProgramOptimization>
|
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| <Optimization>Disabled</Optimization>
|
| <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
| </ClCompile>
|
| <Link>
|
| <SubSystem>Windows</SubSystem>
|
| <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| <OptimizeReferences>true</OptimizeReferences>
|
| <GenerateDebugInformation>false</GenerateDebugInformation>
|
| <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
| <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
| <ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers>
|
| <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| <OutputFile>$(OutDir)d$(TargetExt)</OutputFile>
|
| </Link>
|
| </ItemDefinitionGroup>
|
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| <ClCompile>
|
| <WarningLevel>Level3</WarningLevel>
|
| <SDLCheck>true</SDLCheck>
|
| <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| <ConformanceMode>true</ConformanceMode>
|
| </ClCompile>
|
| <Link>
|
| <SubSystem>Console</SubSystem>
|
| <GenerateDebugInformation>true</GenerateDebugInformation>
|
| </Link>
|
| </ItemDefinitionGroup>
|
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| <ClCompile>
|
| <WarningLevel>Level3</WarningLevel>
|
| <FunctionLevelLinking>true</FunctionLevelLinking>
|
| <IntrinsicFunctions>true</IntrinsicFunctions>
|
| <SDLCheck>true</SDLCheck>
|
| <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| <ConformanceMode>true</ConformanceMode>
|
| </ClCompile>
|
| <Link>
|
| <SubSystem>Console</SubSystem>
|
| <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| <OptimizeReferences>true</OptimizeReferences>
|
| <GenerateDebugInformation>true</GenerateDebugInformation>
|
| </Link>
|
| </ItemDefinitionGroup>
|
| <ItemGroup>
|
| <ClCompile Include="args.cpp" />
|
| <ClCompile Include="ecc\curve25519-donna.cpp" />
|
| <ClCompile Include="entry.cpp" />
|
| <ClCompile Include="eSTREAM\hc-128.cpp" />
|
| <ClCompile Include="hash\crc32.cpp" />
|
| <ClCompile Include="hash\sha512.cpp" />
|
| <ClCompile Include="memory.cpp" />
|
| <ClCompile Include="queue.cpp" />
|
| </ItemGroup>
|
| <ItemGroup>
|
| <ClInclude Include="args.h" />
|
| <ClInclude Include="ecc\curve25519-donna.h" />
|
| <ClInclude Include="eSTREAM\ecrypt-config.h" />
|
| <ClInclude Include="eSTREAM\ecrypt-machine.h" />
|
| <ClInclude Include="eSTREAM\ecrypt-portable.h" />
|
| <ClInclude Include="eSTREAM\ecrypt-sync.h" />
|
| <ClInclude Include="hash\crc32.h" />
|
| <ClInclude Include="hash\sha512.h" />
|
| <ClInclude Include="memory.h" />
|
| <ClInclude Include="queue.h" />
|
| </ItemGroup>
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| <ImportGroup Label="ExtensionTargets">
|
| </ImportGroup>
|
| </Project> |