default_hook.vcproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="default_hook"
  6. ProjectGUID="{761A79B4-9968-CB81-F02B-2A4497345475}"
  7. RootNamespace="default_hook"
  8. Keyword="Win32Proj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="Debug"
  17. IntermediateDirectory="Debug"
  18. ConfigurationType="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="../../../../../"
  24. PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB"
  25. GeneratePreprocessedFile="0"
  26. KeepComments="FALSE"
  27. MinimalRebuild="TRUE"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="1"
  30. DisableLanguageExtensions="FALSE"
  31. TreatWChar_tAsBuiltInType="TRUE"
  32. ForceConformanceInForLoopScope="TRUE"
  33. UsePrecompiledHeader="0"
  34. WarningLevel="4"
  35. Detect64BitPortabilityProblems="TRUE"
  36. DebugInformationFormat="4"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile="$(OutDir)/default_hook.exe"
  42. LinkIncremental="2"
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile="$(OutDir)/default_hook.pdb"
  45. GenerateMapFile="TRUE"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"/>
  50. <Tool
  51. Name="VCPostBuildEventTool"/>
  52. <Tool
  53. Name="VCPreBuildEventTool"/>
  54. <Tool
  55. Name="VCPreLinkEventTool"/>
  56. <Tool
  57. Name="VCResourceCompilerTool"/>
  58. <Tool
  59. Name="VCWebServiceProxyGeneratorTool"/>
  60. <Tool
  61. Name="VCXMLDataGeneratorTool"/>
  62. <Tool
  63. Name="VCWebDeploymentTool"/>
  64. <Tool
  65. Name="VCManagedWrapperGeneratorTool"/>
  66. <Tool
  67. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Release|Win32"
  71. OutputDirectory="Release"
  72. IntermediateDirectory="Release"
  73. ConfigurationType="1"
  74. CharacterSet="2">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. AdditionalIncludeDirectories="../../../../../"
  78. PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB"
  79. RuntimeLibrary="0"
  80. DisableLanguageExtensions="FALSE"
  81. ForceConformanceInForLoopScope="TRUE"
  82. UsePrecompiledHeader="0"
  83. WarningLevel="3"
  84. Detect64BitPortabilityProblems="TRUE"
  85. DebugInformationFormat="3"/>
  86. <Tool
  87. Name="VCCustomBuildTool"/>
  88. <Tool
  89. Name="VCLinkerTool"
  90. OutputFile="$(OutDir)/default_hook.exe"
  91. LinkIncremental="1"
  92. GenerateDebugInformation="TRUE"
  93. SubSystem="1"
  94. OptimizeReferences="2"
  95. EnableCOMDATFolding="2"
  96. TargetMachine="1"/>
  97. <Tool
  98. Name="VCMIDLTool"/>
  99. <Tool
  100. Name="VCPostBuildEventTool"/>
  101. <Tool
  102. Name="VCPreBuildEventTool"/>
  103. <Tool
  104. Name="VCPreLinkEventTool"/>
  105. <Tool
  106. Name="VCResourceCompilerTool"/>
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"/>
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"/>
  111. <Tool
  112. Name="VCWebDeploymentTool"/>
  113. <Tool
  114. Name="VCManagedWrapperGeneratorTool"/>
  115. <Tool
  116. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  117. </Configuration>
  118. </Configurations>
  119. <References>
  120. </References>
  121. <Files>
  122. <Filter
  123. Name="Source Files"
  124. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  125. UniqueIdentifier="{4C737FF1-7AB5-3764-A066-252B75A372FF}">
  126. <File
  127. RelativePath="..\..\..\test\default_hook_test.cpp">
  128. </File>
  129. </Filter>
  130. </Files>
  131. <Globals>
  132. </Globals>
  133. </VisualStudioProject>