FocusHighlight.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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|ARM64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|ARM64">
  13. <Configuration>Release</Configuration>
  14. <Platform>ARM64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{385F3F81-896E-41EF-AE32-98D8A026588F}</ProjectGuid>
  23. <RootNamespace>FocusHighlight</RootNamespace>
  24. <Keyword>MFCProj</Keyword>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. <PlatformToolset>v143</PlatformToolset>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <CharacterSet>Unicode</CharacterSet>
  39. <UseOfMfc>Static</UseOfMfc>
  40. <PlatformToolset>v143</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <UseOfMfc>Static</UseOfMfc>
  48. <PlatformToolset>v143</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. <UseOfMfc>Static</UseOfMfc>
  56. <PlatformToolset>v143</PlatformToolset>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  80. <IntDir>$(Platform)\$(Configuration)\Tmp\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <PrecompiledHeader>Use</PrecompiledHeader>
  91. <WarningLevel>Level3</WarningLevel>
  92. <Optimization>Disabled</Optimization>
  93. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  95. <LanguageStandard>stdcpp17</LanguageStandard>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. <Midl>
  102. <MkTypLibCompatible>false</MkTypLibCompatible>
  103. <ValidateAllParameters>true</ValidateAllParameters>
  104. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. </Midl>
  106. <ResourceCompile>
  107. <Culture>0x0409</Culture>
  108. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  110. </ResourceCompile>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  113. <ClCompile>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <WarningLevel>Level3</WarningLevel>
  116. <Optimization>Disabled</Optimization>
  117. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  119. <LanguageStandard>stdcpp17</LanguageStandard>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. </Link>
  125. <Midl>
  126. <MkTypLibCompatible>false</MkTypLibCompatible>
  127. <ValidateAllParameters>true</ValidateAllParameters>
  128. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  129. </Midl>
  130. <ResourceCompile>
  131. <Culture>0x0409</Culture>
  132. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  134. </ResourceCompile>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  137. <ClCompile>
  138. <WarningLevel>Level3</WarningLevel>
  139. <PrecompiledHeader>Use</PrecompiledHeader>
  140. <Optimization>MaxSpeed</Optimization>
  141. <FunctionLevelLinking>true</FunctionLevelLinking>
  142. <IntrinsicFunctions>true</IntrinsicFunctions>
  143. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  145. <LanguageStandard>stdcpp17</LanguageStandard>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. </Link>
  153. <Midl>
  154. <MkTypLibCompatible>false</MkTypLibCompatible>
  155. <ValidateAllParameters>true</ValidateAllParameters>
  156. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. </Midl>
  158. <ResourceCompile>
  159. <Culture>0x0409</Culture>
  160. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  162. </ResourceCompile>
  163. </ItemDefinitionGroup>
  164. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  165. <ClCompile>
  166. <WarningLevel>Level3</WarningLevel>
  167. <PrecompiledHeader>Use</PrecompiledHeader>
  168. <Optimization>MaxSpeed</Optimization>
  169. <FunctionLevelLinking>true</FunctionLevelLinking>
  170. <IntrinsicFunctions>true</IntrinsicFunctions>
  171. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  172. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  173. <LanguageStandard>stdcpp17</LanguageStandard>
  174. </ClCompile>
  175. <Link>
  176. <SubSystem>Windows</SubSystem>
  177. <GenerateDebugInformation>true</GenerateDebugInformation>
  178. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  179. <OptimizeReferences>true</OptimizeReferences>
  180. </Link>
  181. <Midl>
  182. <MkTypLibCompatible>false</MkTypLibCompatible>
  183. <ValidateAllParameters>true</ValidateAllParameters>
  184. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  185. </Midl>
  186. <ResourceCompile>
  187. <Culture>0x0409</Culture>
  188. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  190. </ResourceCompile>
  191. </ItemDefinitionGroup>
  192. <ItemGroup>
  193. <None Include="ReadMe.txt" />
  194. <None Include="res\FocusHighlight.ico" />
  195. <None Include="res\FocusHighlight.rc2" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <ClInclude Include="ExternalWindowTracker.h" />
  199. <ClInclude Include="FocusHighlight.h" />
  200. <ClInclude Include="FocusHighlightDlg.h" />
  201. <ClInclude Include="Resource.h" />
  202. <ClInclude Include="stdafx.h" />
  203. <ClInclude Include="targetver.h" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <ClCompile Include="ExternalWindowTracker.cpp" />
  207. <ClCompile Include="FocusHighlight.cpp" />
  208. <ClCompile Include="FocusHighlightDlg.cpp" />
  209. <ClCompile Include="stdafx.cpp">
  210. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  211. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
  212. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  213. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
  214. </ClCompile>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <ResourceCompile Include="FocusHighlight.rc" />
  218. </ItemGroup>
  219. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  220. <ImportGroup Label="ExtensionTargets">
  221. </ImportGroup>
  222. <ProjectExtensions>
  223. <VisualStudio>
  224. <UserProperties RESOURCE_FILE="FocusHighlight.rc" />
  225. </VisualStudio>
  226. </ProjectExtensions>
  227. </Project>