PDFReaderPro_Insrtaller.vcxproj.bak 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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>{600e9d31-79d2-4343-a853-77036957ef73}</ProjectGuid>
  25. <RootNamespace>PDFReaderProInsrtaller</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>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. <VCToolsVersion>14.31.31103</VCToolsVersion>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <WholeProgramOptimization>false</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>Application</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v143</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  50. <ConfigurationType>Application</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v143</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="Shared">
  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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  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)'=='Debug|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  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. <IncludePath>DuiLib;$(IncludePath)</IncludePath>
  77. <LibraryPath>Lib;$(LibraryPath)</LibraryPath>
  78. <OutDir>$(SolutionDir)bin\</OutDir>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. <OutDir>$(SolutionDir)bin\</OutDir>
  83. <IncludePath>$(SolutionDir)PDFReaderPro_Insrtaller\DuiLib;$(IncludePath)</IncludePath>
  84. <LibraryPath>$(SolutionDir)Lib;$(LibraryPath)</LibraryPath>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  87. <LinkIncremental>true</LinkIncremental>
  88. <IncludePath>C:\Users\kdan\source\repos\PDFReaderPro_Insrtaller\PDFReaderPro_Insrtaller\DuiLib;$(IncludePath)</IncludePath>
  89. <LibraryPath>C:\Users\kdan\source\repos\PDFReaderPro_Insrtaller\Lib;$(LibraryPath)</LibraryPath>
  90. <OutDir>$(SolutionDir)bin\</OutDir>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  93. <LinkIncremental>false</LinkIncremental>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <ClCompile>
  97. <WarningLevel>Level3</WarningLevel>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <ConformanceMode>true</ConformanceMode>
  101. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  102. <AdditionalIncludeDirectories>include;include\json;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  103. </ClCompile>
  104. <Link>
  105. <SubSystem>Windows</SubSystem>
  106. <GenerateDebugInformation>true</GenerateDebugInformation>
  107. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <ClCompile>
  112. <WarningLevel>Level3</WarningLevel>
  113. <FunctionLevelLinking>true</FunctionLevelLinking>
  114. <IntrinsicFunctions>true</IntrinsicFunctions>
  115. <SDLCheck>true</SDLCheck>
  116. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <ConformanceMode>true</ConformanceMode>
  118. <AdditionalIncludeDirectories>$(SolutionDir)PDFReaderPro_Insrtaller\include;$(SolutionDir)PDFReaderPro_Insrtaller\include\json;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  119. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  124. <OptimizeReferences>true</OptimizeReferences>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  127. </Link>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  130. <ClCompile>
  131. <WarningLevel>Level3</WarningLevel>
  132. <SDLCheck>true</SDLCheck>
  133. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <ConformanceMode>true</ConformanceMode>
  135. <AdditionalIncludeDirectories>C:\CompanyCode\windowsStudy\PDFReaderPro_Insrtaller\PDFReaderPro_Insrtaller\include\json;C:\CompanyCode\windowsStudy\PDFReaderPro_Insrtaller\PDFReaderPro_Insrtaller\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Windows</SubSystem>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  141. </Link>
  142. </ItemDefinitionGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  144. <ClCompile>
  145. <WarningLevel>Level3</WarningLevel>
  146. <FunctionLevelLinking>true</FunctionLevelLinking>
  147. <IntrinsicFunctions>true</IntrinsicFunctions>
  148. <SDLCheck>true</SDLCheck>
  149. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <ConformanceMode>true</ConformanceMode>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Console</SubSystem>
  154. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  155. <OptimizeReferences>true</OptimizeReferences>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemGroup>
  160. <ClInclude Include="CAccessRegedit.h" />
  161. <ClInclude Include="CClasses.h" />
  162. <ClInclude Include="CCmd.h" />
  163. <ClInclude Include="AppCore.h" />
  164. <ClInclude Include="CDownLoadFile.h" />
  165. <ClInclude Include="CFrameWnd.h" />
  166. <ClInclude Include="CharConvert.h" />
  167. <ClInclude Include="CLanguage.h" />
  168. <ClInclude Include="CMainPage.h" />
  169. <ClInclude Include="CMsgWnd.h" />
  170. <ClInclude Include="ComparVersion.h" />
  171. <ClInclude Include="CSystemInfo.h" />
  172. <ClInclude Include="CAdsBanner.h" />
  173. <ClInclude Include="DefineStr.h" />
  174. <ClInclude Include="DefineUI.h" />
  175. <ClInclude Include="DeviceProduct.h" />
  176. <ClInclude Include="duilib.h" />
  177. <ClInclude Include="FileCore.h" />
  178. <ClInclude Include="InstallPage.h" />
  179. <ClInclude Include="InstalledPage.h" />
  180. <ClInclude Include="InstallingPage.h" />
  181. <ClInclude Include="KeyVar.h" />
  182. <ClInclude Include="MessageBoxWnd.h" />
  183. <ClInclude Include="resource.h" />
  184. <ClInclude Include="stdafx.h" />
  185. <ClInclude Include="tinyxml\tinystr.h" />
  186. <ClInclude Include="tinyxml\tinyxml.h" />
  187. <ClInclude Include="Documentation.h" />
  188. <ClInclude Include="OnlineProduct.h" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ClCompile Include="CAccessRegedit.cpp" />
  192. <ClCompile Include="CClasses.cpp" />
  193. <ClCompile Include="CCmd.cpp" />
  194. <ClCompile Include="AppCore.cpp" />
  195. <ClCompile Include="CDownLoadFile.cpp" />
  196. <ClCompile Include="CFrameWnd.cpp" />
  197. <ClCompile Include="CFrameWndInit.cpp" />
  198. <ClCompile Include="CharConvert.cpp" />
  199. <ClCompile Include="CLanguage.cpp" />
  200. <ClCompile Include="CMainPage.cpp" />
  201. <ClCompile Include="CMsgWnd.cpp" />
  202. <ClCompile Include="ComparVersion.cpp" />
  203. <ClCompile Include="CSystemInfo.cpp" />
  204. <ClCompile Include="CAdsBanner.cpp" />
  205. <ClCompile Include="DeviceProduct.cpp" />
  206. <ClCompile Include="FileCore.cpp" />
  207. <ClCompile Include="InstallPage.cpp" />
  208. <ClCompile Include="KeyVar.cpp" />
  209. <ClCompile Include="MessageBoxWnd.cpp" />
  210. <ClCompile Include="tinyxml\tinystr.cpp" />
  211. <ClCompile Include="tinyxml\tinyxml.cpp" />
  212. <ClCompile Include="tinyxml\tinyxmlerror.cpp" />
  213. <ClCompile Include="tinyxml\tinyxmlparser.cpp" />
  214. <ClCompile Include="WndBanner.cpp" />
  215. <ClCompile Include="WndInstalled.cpp" />
  216. <ClCompile Include="InstalledPage.cpp" />
  217. <ClCompile Include="WndInstall.cpp" />
  218. <ClCompile Include="WndInstalling.cpp" />
  219. <ClCompile Include="InstallingPage.cpp" />
  220. <ClCompile Include="main.cpp">
  221. <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">/utf-8 %(AdditionalOptions)</AdditionalOptions>
  222. </ClCompile>
  223. <ClCompile Include="src\lib_json\json_reader.cpp" />
  224. <ClCompile Include="src\lib_json\json_value.cpp" />
  225. <ClCompile Include="src\lib_json\json_writer.cpp" />
  226. <ClCompile Include="stdafx.cpp" />
  227. <ClCompile Include="OnlineProduct.cpp" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <ResourceCompile Include="PDFReaderPro_Insrtaller.rc" />
  231. </ItemGroup>
  232. <ItemGroup>
  233. <Image Include="res\PDFReaderPro.ico" />
  234. </ItemGroup>
  235. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  236. <ImportGroup Label="ExtensionTargets">
  237. </ImportGroup>
  238. </Project>