hook.vcxproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{4E160416-52D6-454E-943D-4DD7E1150D25}</ProjectGuid>
  15. <RootNamespace>hook</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <PlatformToolset>v141</PlatformToolset>
  22. <CharacterSet>Unicode</CharacterSet>
  23. <WholeProgramOptimization>true</WholeProgramOptimization>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <PlatformToolset>v141</PlatformToolset>
  28. <CharacterSet>MultiByte</CharacterSet>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <ImportGroup Label="ExtensionSettings">
  32. </ImportGroup>
  33. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  34. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  35. </ImportGroup>
  36. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>15.0.28127.55</_ProjectFileVersion>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  45. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  46. <LinkIncremental>true</LinkIncremental>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  50. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  51. <LinkIncremental>false</LinkIncremental>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <ClCompile>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <MinimalRebuild>true</MinimalRebuild>
  58. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  59. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  60. <PrecompiledHeader>Use</PrecompiledHeader>
  61. <WarningLevel>Level3</WarningLevel>
  62. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  63. </ClCompile>
  64. <Link>
  65. <GenerateDebugInformation>true</GenerateDebugInformation>
  66. <SubSystem>Windows</SubSystem>
  67. <TargetMachine>MachineX86</TargetMachine>
  68. </Link>
  69. </ItemDefinitionGroup>
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  71. <ClCompile>
  72. <Optimization>MaxSpeed</Optimization>
  73. <IntrinsicFunctions>true</IntrinsicFunctions>
  74. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  76. <FunctionLevelLinking>true</FunctionLevelLinking>
  77. <PrecompiledHeader>Use</PrecompiledHeader>
  78. <WarningLevel>Level3</WarningLevel>
  79. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  80. </ClCompile>
  81. <Link>
  82. <GenerateDebugInformation>true</GenerateDebugInformation>
  83. <SubSystem>Windows</SubSystem>
  84. <OptimizeReferences>true</OptimizeReferences>
  85. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  86. <TargetMachine>MachineX86</TargetMachine>
  87. </Link>
  88. </ItemDefinitionGroup>
  89. <ItemGroup>
  90. <ClCompile Include="dllmain.cpp">
  91. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. </PrecompiledHeader>
  93. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  94. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  95. </PrecompiledHeader>
  96. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  97. </ClCompile>
  98. <ClCompile Include="EncodingConversion.cpp" />
  99. <ClCompile Include="hook.cpp" />
  100. <ClCompile Include="stdafx.cpp">
  101. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  102. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  103. </ClCompile>
  104. <ClCompile Include="WxGlobal.cpp" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ClInclude Include="EncodingConversion.h" />
  108. <ClInclude Include="stdafx.h" />
  109. <ClInclude Include="targetver.h" />
  110. <ClInclude Include="WxGlobal.h" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Text Include="ReadMe.txt" />
  114. </ItemGroup>
  115. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  116. <ImportGroup Label="ExtensionTargets">
  117. </ImportGroup>
  118. </Project>