hpavkeys.vcproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="hpavkeys"
  6. ProjectGUID="{3C421038-EEEE-457D-B868-D04381BCF151}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory="$(SolutionDir)\Programs\2003"
  16. IntermediateDirectory="$(SolutionDir)\Objects\2003"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. AdditionalIncludeDirectories="..\include"
  22. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;MAKEFILE"
  23. RuntimeLibrary="4"
  24. UsePrecompiledHeader="0"
  25. WarningLevel="3"
  26. Detect64BitPortabilityProblems="TRUE"
  27. DebugInformationFormat="3"
  28. CompileAs="1"
  29. DisableSpecificWarnings="4996"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/hpavkeys.exe"
  35. LinkIncremental="1"
  36. GenerateDebugInformation="FALSE"
  37. SubSystem="1"
  38. OptimizeReferences="2"
  39. EnableCOMDATFolding="2"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. </Configurations>
  63. <References>
  64. </References>
  65. <Files>
  66. <Filter
  67. Name="Source Files"
  68. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  69. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  70. <File
  71. RelativePath="..\..\tools\error.c">
  72. </File>
  73. <File
  74. RelativePath="..\..\tools\getoptv.c">
  75. </File>
  76. <File
  77. RelativePath="..\..\tools\hexout.c">
  78. </File>
  79. <File
  80. RelativePath="..\..\key\HPAVKeyDAK.c">
  81. </File>
  82. <File
  83. RelativePath="..\..\key\HPAVKeyNID.c">
  84. </File>
  85. <File
  86. RelativePath="..\..\key\HPAVKeyNMK.c">
  87. </File>
  88. <File
  89. RelativePath="..\..\key\HPAVKeyOut.c">
  90. </File>
  91. <File
  92. RelativePath="..\..\key\hpavkeys.c">
  93. </File>
  94. <File
  95. RelativePath="..\..\key\HPAVKeySHA.c">
  96. </File>
  97. <File
  98. RelativePath="..\..\tools\putoptv.c">
  99. </File>
  100. <File
  101. RelativePath="..\..\key\SHA256Block.c">
  102. </File>
  103. <File
  104. RelativePath="..\..\key\SHA256Fetch.c">
  105. </File>
  106. <File
  107. RelativePath="..\..\key\SHA256Reset.c">
  108. </File>
  109. <File
  110. RelativePath="..\..\key\SHA256Write.c">
  111. </File>
  112. <File
  113. RelativePath="..\..\tools\todigit.c">
  114. </File>
  115. <File
  116. RelativePath="..\..\tools\uintspec.c">
  117. </File>
  118. <File
  119. RelativePath="..\..\tools\version.c">
  120. </File>
  121. </Filter>
  122. <Filter
  123. Name="Header Files"
  124. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  125. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  126. <File
  127. RelativePath="..\..\tools\error.h">
  128. </File>
  129. <File
  130. RelativePath="..\..\tools\getoptv.h">
  131. </File>
  132. <File
  133. RelativePath="..\..\keys\HPAVKey.h">
  134. </File>
  135. <File
  136. RelativePath="..\..\tools\putoptv.h">
  137. </File>
  138. <File
  139. RelativePath="..\..\keys\SHA256.h">
  140. </File>
  141. <File
  142. RelativePath="..\..\key\SHA256.h">
  143. </File>
  144. <File
  145. RelativePath="..\..\tools\version.h">
  146. </File>
  147. </Filter>
  148. <Filter
  149. Name="Resource Files"
  150. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  151. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  152. </Filter>
  153. </Files>
  154. <Globals>
  155. </Globals>
  156. </VisualStudioProject>