lib_key.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\..\key\HPAVKeyDAK.c" />
  23. <ClCompile Include="..\..\key\HPAVKeyNID.c" />
  24. <ClCompile Include="..\..\key\HPAVKeyNMK.c" />
  25. <ClCompile Include="..\..\key\HPAVKeyOut.c" />
  26. <ClCompile Include="..\..\key\HPAVKeySHA.c" />
  27. <ClCompile Include="..\..\key\HPAVKeySpec.c" />
  28. <ClCompile Include="..\..\key\keys.c" />
  29. <ClCompile Include="..\..\key\MACPasswords.c" />
  30. <ClCompile Include="..\..\key\putpwd.c" />
  31. <ClCompile Include="..\..\key\RNDPasswords.c" />
  32. <ClCompile Include="..\..\key\SHA256Block.c" />
  33. <ClCompile Include="..\..\key\SHA256Fetch.c" />
  34. <ClCompile Include="..\..\key\SHA256Ident.c" />
  35. <ClCompile Include="..\..\key\SHA256Match.c" />
  36. <ClCompile Include="..\..\key\SHA256Print.c" />
  37. <ClCompile Include="..\..\key\SHA256Reset.c" />
  38. <ClCompile Include="..\..\key\SHA256Write.c" />
  39. <ClCompile Include="..\..\key\strnpwd.c" />
  40. </ItemGroup>
  41. <PropertyGroup Label="Globals">
  42. <ProjectGuid>{F3647060-5A9F-4FE8-BC64-97519E1B8EAE}</ProjectGuid>
  43. <Keyword>Win32Proj</Keyword>
  44. <RootNamespace>lib_key</RootNamespace>
  45. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>true</UseDebugLibraries>
  51. <PlatformToolset>v140</PlatformToolset>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  55. <ConfigurationType>StaticLibrary</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <PlatformToolset>v140</PlatformToolset>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  62. <ConfigurationType>StaticLibrary</ConfigurationType>
  63. <UseDebugLibraries>true</UseDebugLibraries>
  64. <PlatformToolset>v140</PlatformToolset>
  65. <CharacterSet>Unicode</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  68. <ConfigurationType>StaticLibrary</ConfigurationType>
  69. <UseDebugLibraries>false</UseDebugLibraries>
  70. <PlatformToolset>v140</PlatformToolset>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <CharacterSet>Unicode</CharacterSet>
  73. </PropertyGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  75. <ImportGroup Label="ExtensionSettings">
  76. </ImportGroup>
  77. <ImportGroup Label="Shared">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <PropertyGroup Label="UserMacros" />
  92. <PropertyGroup />
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>
  96. </PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <ClCompile>
  107. <PrecompiledHeader>
  108. </PrecompiledHeader>
  109. <WarningLevel>Level3</WarningLevel>
  110. <Optimization>Disabled</Optimization>
  111. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <ClCompile>
  119. <WarningLevel>Level3</WarningLevel>
  120. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  121. <Optimization>MaxSpeed</Optimization>
  122. <FunctionLevelLinking>true</FunctionLevelLinking>
  123. <IntrinsicFunctions>true</IntrinsicFunctions>
  124. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  126. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  127. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  128. <CompileAs>CompileAsC</CompileAs>
  129. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  130. </ClCompile>
  131. <Link>
  132. <SubSystem>Windows</SubSystem>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <PrecompiledHeader>
  141. </PrecompiledHeader>
  142. <Optimization>MaxSpeed</Optimization>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  150. <OptimizeReferences>true</OptimizeReferences>
  151. </Link>
  152. </ItemDefinitionGroup>
  153. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  154. <ImportGroup Label="ExtensionTargets">
  155. </ImportGroup>
  156. </Project>