EnglishRes.vcxproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{6db010ce-cf14-4383-8de1-b681f3a26676}</ProjectGuid>
  25. <RootNamespace>EnglishRes</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
  76. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
  81. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <LinkIncremental>true</LinkIncremental>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <LinkIncremental>false</LinkIncremental>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <WarningLevel>Level3</WarningLevel>
  92. <SDLCheck>true</SDLCheck>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;ENGLISHRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ConformanceMode>true</ConformanceMode>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. <EnableUAC>false</EnableUAC>
  102. <NoEntryPoint>true</NoEntryPoint>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  106. <ClCompile>
  107. <WarningLevel>Level3</WarningLevel>
  108. <FunctionLevelLinking>true</FunctionLevelLinking>
  109. <IntrinsicFunctions>true</IntrinsicFunctions>
  110. <SDLCheck>true</SDLCheck>
  111. <PreprocessorDefinitions>WIN32;NDEBUG;ENGLISHRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <ConformanceMode>true</ConformanceMode>
  113. <PrecompiledHeader>Use</PrecompiledHeader>
  114. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  119. <OptimizeReferences>true</OptimizeReferences>
  120. <GenerateDebugInformation>true</GenerateDebugInformation>
  121. <EnableUAC>false</EnableUAC>
  122. <NoEntryPoint>true</NoEntryPoint>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <SDLCheck>true</SDLCheck>
  129. <PreprocessorDefinitions>_DEBUG;ENGLISHRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <ConformanceMode>true</ConformanceMode>
  131. <PrecompiledHeader>Use</PrecompiledHeader>
  132. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <EnableUAC>false</EnableUAC>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  141. <ClCompile>
  142. <WarningLevel>Level3</WarningLevel>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <SDLCheck>true</SDLCheck>
  146. <PreprocessorDefinitions>NDEBUG;ENGLISHRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <ConformanceMode>true</ConformanceMode>
  148. <PrecompiledHeader>Use</PrecompiledHeader>
  149. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  150. </ClCompile>
  151. <Link>
  152. <SubSystem>Windows</SubSystem>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. <GenerateDebugInformation>true</GenerateDebugInformation>
  156. <EnableUAC>false</EnableUAC>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemGroup>
  160. <ClInclude Include="resource.h" />
  161. <ClInclude Include="targetver.h" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ResourceCompile Include="SATHelper.rc" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Image Include="res\buttons.bmp" />
  168. <Image Include="res\checked.bmp" />
  169. <Image Include="res\classview.bmp" />
  170. <Image Include="res\classview_hc.bmp" />
  171. <Image Include="res\class_view.ico" />
  172. <Image Include="res\class_view_hc.ico" />
  173. <Image Include="res\explorer.bmp" />
  174. <Image Include="res\explorer_hc.bmp" />
  175. <Image Include="res\filelarge.bmp" />
  176. <Image Include="res\filesmall.bmp" />
  177. <Image Include="res\fileview.bmp" />
  178. <Image Include="res\fileview_hc.bmp" />
  179. <Image Include="res\file_view.ico" />
  180. <Image Include="res\file_view_hc.ico" />
  181. <Image Include="res\info.bmp" />
  182. <Image Include="res\main.bmp" />
  183. <Image Include="res\menuimages.bmp" />
  184. <Image Include="res\menuimages_hc.bmp" />
  185. <Image Include="res\nav_large.bmp" />
  186. <Image Include="res\nav_large_hc.bmp" />
  187. <Image Include="res\output_wnd.ico" />
  188. <Image Include="res\output_wnd_hc.ico" />
  189. <Image Include="res\pages.bmp" />
  190. <Image Include="res\pages_hc.bmp" />
  191. <Image Include="res\pages_small.bmp" />
  192. <Image Include="res\pages_small_hc.bmp" />
  193. <Image Include="res\probar.gif" />
  194. <Image Include="res\properties.bmp" />
  195. <Image Include="res\properties_hc.bmp" />
  196. <Image Include="res\properties_wnd.ico" />
  197. <Image Include="res\properties_wnd_hc.ico" />
  198. <Image Include="res\SATHelper.ico" />
  199. <Image Include="res\SATHelperDoc.ico" />
  200. <Image Include="res\sort.bmp" />
  201. <Image Include="res\sort_hc.bmp" />
  202. <Image Include="res\Toolbar.bmp" />
  203. <Image Include="res\Toolbar256.bmp" />
  204. <Image Include="res\unchecked.bmp" />
  205. <Image Include="res\writelarge.bmp" />
  206. <Image Include="res\writesmall.bmp" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <None Include="res\ribbon.mfcribbon-ms" />
  210. </ItemGroup>
  211. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  212. <ImportGroup Label="ExtensionTargets">
  213. </ImportGroup>
  214. </Project>