DuiLib.vcxproj 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="DebugA|Win32">
  5. <Configuration>DebugA</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugA|x64">
  9. <Configuration>DebugA</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="ReleaseA|Win32">
  21. <Configuration>ReleaseA</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="ReleaseA|x64">
  25. <Configuration>ReleaseA</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release_Beta|Win32">
  29. <Configuration>Release_Beta</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release_Beta|x64">
  33. <Configuration>Release_Beta</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|Win32">
  37. <Configuration>Release</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|x64">
  41. <Configuration>Release</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="SDebugA|Win32">
  45. <Configuration>SDebugA</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="SDebugA|x64">
  49. <Configuration>SDebugA</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="SDebug|Win32">
  53. <Configuration>SDebug</Configuration>
  54. <Platform>Win32</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="SDebug|x64">
  57. <Configuration>SDebug</Configuration>
  58. <Platform>x64</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="SReleaseA|Win32">
  61. <Configuration>SReleaseA</Configuration>
  62. <Platform>Win32</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="SReleaseA|x64">
  65. <Configuration>SReleaseA</Configuration>
  66. <Platform>x64</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="SRelease|Win32">
  69. <Configuration>SRelease</Configuration>
  70. <Platform>Win32</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="SRelease|x64">
  73. <Configuration>SRelease</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. </ItemGroup>
  77. <PropertyGroup Label="Globals">
  78. <ProjectGuid>{E106ACD7-4E53-4AEE-942B-D0DD426DB34E}</ProjectGuid>
  79. <RootNamespace>DuiLib</RootNamespace>
  80. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  81. </PropertyGroup>
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  84. <ConfigurationType>DynamicLibrary</ConfigurationType>
  85. <CharacterSet>Unicode</CharacterSet>
  86. <PlatformToolset>v143</PlatformToolset>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'" Label="Configuration">
  89. <ConfigurationType>DynamicLibrary</ConfigurationType>
  90. <CharacterSet>Unicode</CharacterSet>
  91. <PlatformToolset>v143</PlatformToolset>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  94. <ConfigurationType>DynamicLibrary</ConfigurationType>
  95. <CharacterSet>Unicode</CharacterSet>
  96. <PlatformToolset>v143</PlatformToolset>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'" Label="Configuration">
  99. <ConfigurationType>DynamicLibrary</ConfigurationType>
  100. <CharacterSet>Unicode</CharacterSet>
  101. <PlatformToolset>v143</PlatformToolset>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'" Label="Configuration">
  104. <ConfigurationType>StaticLibrary</ConfigurationType>
  105. <CharacterSet>Unicode</CharacterSet>
  106. <PlatformToolset>v143</PlatformToolset>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'" Label="Configuration">
  109. <ConfigurationType>StaticLibrary</ConfigurationType>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <PlatformToolset>v143</PlatformToolset>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'" Label="Configuration">
  114. <ConfigurationType>StaticLibrary</ConfigurationType>
  115. <CharacterSet>MultiByte</CharacterSet>
  116. <PlatformToolset>v143</PlatformToolset>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'" Label="Configuration">
  119. <ConfigurationType>StaticLibrary</ConfigurationType>
  120. <CharacterSet>MultiByte</CharacterSet>
  121. <PlatformToolset>v143</PlatformToolset>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'" Label="Configuration">
  124. <ConfigurationType>DynamicLibrary</ConfigurationType>
  125. <CharacterSet>MultiByte</CharacterSet>
  126. <PlatformToolset>v143</PlatformToolset>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'" Label="Configuration">
  129. <ConfigurationType>DynamicLibrary</ConfigurationType>
  130. <CharacterSet>MultiByte</CharacterSet>
  131. <PlatformToolset>v143</PlatformToolset>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  134. <ConfigurationType>DynamicLibrary</ConfigurationType>
  135. <CharacterSet>Unicode</CharacterSet>
  136. <PlatformToolset>v143</PlatformToolset>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  139. <ConfigurationType>DynamicLibrary</ConfigurationType>
  140. <CharacterSet>Unicode</CharacterSet>
  141. <PlatformToolset>v143</PlatformToolset>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'" Label="Configuration">
  144. <ConfigurationType>StaticLibrary</ConfigurationType>
  145. <CharacterSet>Unicode</CharacterSet>
  146. <PlatformToolset>v143</PlatformToolset>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'" Label="Configuration">
  149. <ConfigurationType>StaticLibrary</ConfigurationType>
  150. <CharacterSet>Unicode</CharacterSet>
  151. <PlatformToolset>v143</PlatformToolset>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'" Label="Configuration">
  154. <ConfigurationType>StaticLibrary</ConfigurationType>
  155. <CharacterSet>MultiByte</CharacterSet>
  156. <PlatformToolset>v143</PlatformToolset>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'" Label="Configuration">
  159. <ConfigurationType>StaticLibrary</ConfigurationType>
  160. <CharacterSet>MultiByte</CharacterSet>
  161. <PlatformToolset>v143</PlatformToolset>
  162. </PropertyGroup>
  163. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'" Label="Configuration">
  164. <ConfigurationType>DynamicLibrary</ConfigurationType>
  165. <CharacterSet>MultiByte</CharacterSet>
  166. <PlatformToolset>v143</PlatformToolset>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'" Label="Configuration">
  169. <ConfigurationType>DynamicLibrary</ConfigurationType>
  170. <CharacterSet>MultiByte</CharacterSet>
  171. <PlatformToolset>v143</PlatformToolset>
  172. </PropertyGroup>
  173. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  174. <ImportGroup Label="ExtensionSettings">
  175. </ImportGroup>
  176. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  177. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  178. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  179. </ImportGroup>
  180. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'" Label="PropertySheets">
  181. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  182. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  183. </ImportGroup>
  184. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  185. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  186. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  187. </ImportGroup>
  188. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'" Label="PropertySheets">
  189. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  190. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  191. </ImportGroup>
  192. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'" Label="PropertySheets">
  193. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  194. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  195. </ImportGroup>
  196. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'" Label="PropertySheets">
  197. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  198. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  199. </ImportGroup>
  200. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'" Label="PropertySheets">
  201. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  202. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  203. </ImportGroup>
  204. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'" Label="PropertySheets">
  205. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  206. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  207. </ImportGroup>
  208. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'" Label="PropertySheets">
  209. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  210. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  211. </ImportGroup>
  212. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'" Label="PropertySheets">
  213. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  214. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  215. </ImportGroup>
  216. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  217. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  218. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  219. </ImportGroup>
  220. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  221. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  222. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  223. </ImportGroup>
  224. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'" Label="PropertySheets">
  225. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  226. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  227. </ImportGroup>
  228. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'" Label="PropertySheets">
  229. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  230. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  231. </ImportGroup>
  232. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'" Label="PropertySheets">
  233. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  234. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  235. </ImportGroup>
  236. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'" Label="PropertySheets">
  237. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  238. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  239. </ImportGroup>
  240. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'" Label="PropertySheets">
  241. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  242. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  243. </ImportGroup>
  244. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'" Label="PropertySheets">
  245. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  246. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  247. </ImportGroup>
  248. <PropertyGroup Label="UserMacros" />
  249. <PropertyGroup>
  250. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  251. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
  252. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
  253. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">false</LinkIncremental>
  254. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">false</LinkIncremental>
  255. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">false</LinkIncremental>
  256. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">false</LinkIncremental>
  257. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">false</LinkIncremental>
  258. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">false</LinkIncremental>
  259. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
  260. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
  261. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">false</GenerateManifest>
  262. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">false</GenerateManifest>
  263. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">false</GenerateManifest>
  264. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">false</GenerateManifest>
  265. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">false</GenerateManifest>
  266. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">false</GenerateManifest>
  267. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EmbedManifest>
  268. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</EmbedManifest>
  269. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">false</EmbedManifest>
  270. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">false</EmbedManifest>
  271. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">false</EmbedManifest>
  272. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">false</EmbedManifest>
  273. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">false</EmbedManifest>
  274. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">false</EmbedManifest>
  275. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  276. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">false</LinkIncremental>
  277. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  278. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">false</LinkIncremental>
  279. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">false</LinkIncremental>
  280. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">false</LinkIncremental>
  281. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">false</LinkIncremental>
  282. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">false</LinkIncremental>
  283. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">false</LinkIncremental>
  284. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">false</LinkIncremental>
  285. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
  286. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">false</GenerateManifest>
  287. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest>
  288. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">false</GenerateManifest>
  289. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">false</GenerateManifest>
  290. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">false</GenerateManifest>
  291. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">false</GenerateManifest>
  292. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">false</GenerateManifest>
  293. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">false</GenerateManifest>
  294. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">false</GenerateManifest>
  295. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
  296. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">false</EmbedManifest>
  297. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</EmbedManifest>
  298. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">false</EmbedManifest>
  299. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">false</EmbedManifest>
  300. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">false</EmbedManifest>
  301. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">false</EmbedManifest>
  302. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">false</EmbedManifest>
  303. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">false</EmbedManifest>
  304. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">false</EmbedManifest>
  305. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  306. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  307. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  308. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  309. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  310. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  311. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  312. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  313. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  314. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  315. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'" />
  316. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'" />
  317. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'" />
  318. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'" />
  319. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'" />
  320. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'" />
  321. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  322. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  323. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'" />
  324. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'" />
  325. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'" />
  326. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'" />
  327. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'" />
  328. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'" />
  329. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  330. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  331. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  332. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  333. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  334. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  335. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  336. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  337. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  338. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  339. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  340. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'" />
  341. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  342. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'" />
  343. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'" />
  344. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'" />
  345. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'" />
  346. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'" />
  347. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'" />
  348. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'" />
  349. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  350. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'" />
  351. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  352. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'" />
  353. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'" />
  354. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'" />
  355. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'" />
  356. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'" />
  357. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'" />
  358. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'" />
  359. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)_d</TargetName>
  360. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)_d</TargetName>
  361. <TargetName Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">$(ProjectName)_d</TargetName>
  362. <TargetName Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">$(ProjectName)_d</TargetName>
  363. <TargetName Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">$(ProjectName)A_d</TargetName>
  364. <TargetName Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">$(ProjectName)A_d</TargetName>
  365. <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">$(ProjectName)A_d</TargetName>
  366. <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">$(ProjectName)A_d</TargetName>
  367. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  368. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  369. <IntDir Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  370. <IntDir Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  371. <IntDir Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  372. <IntDir Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  373. <IntDir Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  374. <IntDir Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  375. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  376. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  377. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  378. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  379. <IntDir Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  380. <IntDir Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  381. <IntDir Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  382. <IntDir Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  383. <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  384. <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">$(SolutionDir)Temp\$(Configuration)\</IntDir>
  385. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)Bin\</OutDir>
  386. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">$(SolutionDir)Bin\</OutDir>
  387. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)Bin\</OutDir>
  388. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">$(SolutionDir)Bin\</OutDir>
  389. <OutDir Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">$(SolutionDir)Bin\</OutDir>
  390. <OutDir Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">$(SolutionDir)Lib\</OutDir>
  391. <OutDir Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">$(SolutionDir)Lib\</OutDir>
  392. <OutDir Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">$(SolutionDir)Lib\</OutDir>
  393. <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">$(SolutionDir)Bin\</OutDir>
  394. <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">$(SolutionDir)Bin\</OutDir>
  395. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)Bin\</OutDir>
  396. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)Bin\</OutDir>
  397. <OutDir Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">$(SolutionDir)Lib\</OutDir>
  398. <OutDir Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">$(SolutionDir)Lib\</OutDir>
  399. <OutDir Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">$(SolutionDir)Lib\</OutDir>
  400. <OutDir Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">$(SolutionDir)Lib\</OutDir>
  401. <OutDir Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">$(SolutionDir)Bin\</OutDir>
  402. <OutDir Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">$(SolutionDir)Bin\</OutDir>
  403. <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">$(ProjectName)A</TargetName>
  404. <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">$(ProjectName)A</TargetName>
  405. <TargetName Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">$(ProjectName)A</TargetName>
  406. <TargetName Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">$(ProjectName)A</TargetName>
  407. </PropertyGroup>
  408. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  409. <Midl>
  410. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  411. <MkTypLibCompatible>true</MkTypLibCompatible>
  412. <SuppressStartupBanner>true</SuppressStartupBanner>
  413. <TargetEnvironment>Win32</TargetEnvironment>
  414. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  415. <HeaderFileName>
  416. </HeaderFileName>
  417. </Midl>
  418. <ClCompile>
  419. <Optimization>Disabled</Optimization>
  420. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  421. <MinimalRebuild>true</MinimalRebuild>
  422. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  423. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  424. <PrecompiledHeader>Use</PrecompiledHeader>
  425. <WarningLevel>Level4</WarningLevel>
  426. <SuppressStartupBanner>true</SuppressStartupBanner>
  427. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  428. </ClCompile>
  429. <ResourceCompile>
  430. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  431. <Culture>0x0409</Culture>
  432. </ResourceCompile>
  433. <Link>
  434. <SuppressStartupBanner>true</SuppressStartupBanner>
  435. <GenerateDebugInformation>true</GenerateDebugInformation>
  436. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  437. <BaseAddress>0x11000000</BaseAddress>
  438. <TargetMachine>MachineX86</TargetMachine>
  439. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)_d.lib</ImportLibrary>
  440. </Link>
  441. <Bscmake>
  442. <SuppressStartupBanner>true</SuppressStartupBanner>
  443. </Bscmake>
  444. </ItemDefinitionGroup>
  445. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  446. <Midl>
  447. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  448. <MkTypLibCompatible>true</MkTypLibCompatible>
  449. <SuppressStartupBanner>true</SuppressStartupBanner>
  450. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  451. <HeaderFileName>
  452. </HeaderFileName>
  453. </Midl>
  454. <ClCompile>
  455. <Optimization>Disabled</Optimization>
  456. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  457. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  458. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  459. <PrecompiledHeader>Use</PrecompiledHeader>
  460. <WarningLevel>Level3</WarningLevel>
  461. <SuppressStartupBanner>true</SuppressStartupBanner>
  462. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  463. </ClCompile>
  464. <ResourceCompile>
  465. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  466. <Culture>0x0409</Culture>
  467. </ResourceCompile>
  468. <Link>
  469. <SuppressStartupBanner>true</SuppressStartupBanner>
  470. <GenerateDebugInformation>true</GenerateDebugInformation>
  471. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  472. <BaseAddress>0x11000000</BaseAddress>
  473. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)_d.lib</ImportLibrary>
  474. </Link>
  475. <Bscmake>
  476. <SuppressStartupBanner>true</SuppressStartupBanner>
  477. </Bscmake>
  478. </ItemDefinitionGroup>
  479. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">
  480. <Midl>
  481. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  482. <MkTypLibCompatible>true</MkTypLibCompatible>
  483. <SuppressStartupBanner>true</SuppressStartupBanner>
  484. <TargetEnvironment>Win32</TargetEnvironment>
  485. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  486. <HeaderFileName>
  487. </HeaderFileName>
  488. </Midl>
  489. <ClCompile>
  490. <Optimization>Disabled</Optimization>
  491. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  492. <MinimalRebuild>true</MinimalRebuild>
  493. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  494. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  495. <PrecompiledHeader>Use</PrecompiledHeader>
  496. <WarningLevel>Level3</WarningLevel>
  497. <SuppressStartupBanner>true</SuppressStartupBanner>
  498. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  499. </ClCompile>
  500. <ResourceCompile>
  501. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  502. <Culture>0x0409</Culture>
  503. </ResourceCompile>
  504. <Link>
  505. <SuppressStartupBanner>true</SuppressStartupBanner>
  506. <GenerateDebugInformation>true</GenerateDebugInformation>
  507. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  508. <BaseAddress>0x11000000</BaseAddress>
  509. <TargetMachine>MachineX86</TargetMachine>
  510. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)_d.lib</ImportLibrary>
  511. </Link>
  512. <Bscmake>
  513. <SuppressStartupBanner>true</SuppressStartupBanner>
  514. </Bscmake>
  515. </ItemDefinitionGroup>
  516. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">
  517. <Midl>
  518. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  519. <MkTypLibCompatible>true</MkTypLibCompatible>
  520. <SuppressStartupBanner>true</SuppressStartupBanner>
  521. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  522. <HeaderFileName>
  523. </HeaderFileName>
  524. </Midl>
  525. <ClCompile>
  526. <Optimization>Disabled</Optimization>
  527. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  528. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  529. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  530. <PrecompiledHeader>Use</PrecompiledHeader>
  531. <WarningLevel>Level3</WarningLevel>
  532. <SuppressStartupBanner>true</SuppressStartupBanner>
  533. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  534. </ClCompile>
  535. <ResourceCompile>
  536. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  537. <Culture>0x0409</Culture>
  538. </ResourceCompile>
  539. <Link>
  540. <SuppressStartupBanner>true</SuppressStartupBanner>
  541. <GenerateDebugInformation>true</GenerateDebugInformation>
  542. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  543. <BaseAddress>0x11000000</BaseAddress>
  544. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)_d.lib</ImportLibrary>
  545. </Link>
  546. <Bscmake>
  547. <SuppressStartupBanner>true</SuppressStartupBanner>
  548. </Bscmake>
  549. </ItemDefinitionGroup>
  550. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">
  551. <Midl>
  552. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  553. <MkTypLibCompatible>true</MkTypLibCompatible>
  554. <SuppressStartupBanner>true</SuppressStartupBanner>
  555. <TargetEnvironment>Win32</TargetEnvironment>
  556. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  557. <HeaderFileName>
  558. </HeaderFileName>
  559. </Midl>
  560. <ClCompile>
  561. <Optimization>Disabled</Optimization>
  562. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  563. <MinimalRebuild>true</MinimalRebuild>
  564. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  565. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  566. <PrecompiledHeader>Use</PrecompiledHeader>
  567. <WarningLevel>Level3</WarningLevel>
  568. <SuppressStartupBanner>true</SuppressStartupBanner>
  569. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  570. </ClCompile>
  571. <ResourceCompile>
  572. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  573. <Culture>0x0409</Culture>
  574. </ResourceCompile>
  575. <Link>
  576. <SuppressStartupBanner>true</SuppressStartupBanner>
  577. <GenerateDebugInformation>true</GenerateDebugInformation>
  578. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  579. <BaseAddress>0x11000000</BaseAddress>
  580. <TargetMachine>MachineX86</TargetMachine>
  581. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)_d.lib</ImportLibrary>
  582. </Link>
  583. <Bscmake>
  584. <SuppressStartupBanner>true</SuppressStartupBanner>
  585. </Bscmake>
  586. </ItemDefinitionGroup>
  587. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">
  588. <Midl>
  589. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  590. <MkTypLibCompatible>true</MkTypLibCompatible>
  591. <SuppressStartupBanner>true</SuppressStartupBanner>
  592. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  593. <HeaderFileName>
  594. </HeaderFileName>
  595. </Midl>
  596. <ClCompile>
  597. <Optimization>Disabled</Optimization>
  598. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  599. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  600. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  601. <PrecompiledHeader>Use</PrecompiledHeader>
  602. <WarningLevel>Level3</WarningLevel>
  603. <SuppressStartupBanner>true</SuppressStartupBanner>
  604. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  605. </ClCompile>
  606. <ResourceCompile>
  607. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  608. <Culture>0x0409</Culture>
  609. </ResourceCompile>
  610. <Link>
  611. <SuppressStartupBanner>true</SuppressStartupBanner>
  612. <GenerateDebugInformation>true</GenerateDebugInformation>
  613. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  614. <BaseAddress>0x11000000</BaseAddress>
  615. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)_d.lib</ImportLibrary>
  616. </Link>
  617. <Bscmake>
  618. <SuppressStartupBanner>true</SuppressStartupBanner>
  619. </Bscmake>
  620. </ItemDefinitionGroup>
  621. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">
  622. <Midl>
  623. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  624. <MkTypLibCompatible>true</MkTypLibCompatible>
  625. <SuppressStartupBanner>true</SuppressStartupBanner>
  626. <TargetEnvironment>Win32</TargetEnvironment>
  627. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  628. <HeaderFileName>
  629. </HeaderFileName>
  630. </Midl>
  631. <ClCompile>
  632. <Optimization>Disabled</Optimization>
  633. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  634. <MinimalRebuild>true</MinimalRebuild>
  635. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  636. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  637. <PrecompiledHeader>Use</PrecompiledHeader>
  638. <WarningLevel>Level3</WarningLevel>
  639. <SuppressStartupBanner>true</SuppressStartupBanner>
  640. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  641. </ClCompile>
  642. <ResourceCompile>
  643. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  644. <Culture>0x0409</Culture>
  645. </ResourceCompile>
  646. <Link>
  647. <SuppressStartupBanner>true</SuppressStartupBanner>
  648. <GenerateDebugInformation>true</GenerateDebugInformation>
  649. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  650. <BaseAddress>0x11000000</BaseAddress>
  651. <TargetMachine>MachineX86</TargetMachine>
  652. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)A_d.lib</ImportLibrary>
  653. </Link>
  654. <Bscmake>
  655. <SuppressStartupBanner>true</SuppressStartupBanner>
  656. </Bscmake>
  657. </ItemDefinitionGroup>
  658. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">
  659. <Midl>
  660. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  661. <MkTypLibCompatible>true</MkTypLibCompatible>
  662. <SuppressStartupBanner>true</SuppressStartupBanner>
  663. <TypeLibraryName>.\Debug/DuiLib.tlb</TypeLibraryName>
  664. <HeaderFileName>
  665. </HeaderFileName>
  666. </Midl>
  667. <ClCompile>
  668. <Optimization>Disabled</Optimization>
  669. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  670. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  671. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  672. <PrecompiledHeader>Use</PrecompiledHeader>
  673. <WarningLevel>Level3</WarningLevel>
  674. <SuppressStartupBanner>true</SuppressStartupBanner>
  675. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  676. </ClCompile>
  677. <ResourceCompile>
  678. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  679. <Culture>0x0409</Culture>
  680. </ResourceCompile>
  681. <Link>
  682. <SuppressStartupBanner>true</SuppressStartupBanner>
  683. <GenerateDebugInformation>true</GenerateDebugInformation>
  684. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  685. <BaseAddress>0x11000000</BaseAddress>
  686. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)A_d.lib</ImportLibrary>
  687. </Link>
  688. <Bscmake>
  689. <SuppressStartupBanner>true</SuppressStartupBanner>
  690. </Bscmake>
  691. </ItemDefinitionGroup>
  692. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  693. <Midl>
  694. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  695. <MkTypLibCompatible>true</MkTypLibCompatible>
  696. <SuppressStartupBanner>true</SuppressStartupBanner>
  697. <TargetEnvironment>Win32</TargetEnvironment>
  698. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  699. <HeaderFileName>
  700. </HeaderFileName>
  701. </Midl>
  702. <ClCompile>
  703. <Optimization>MinSpace</Optimization>
  704. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  705. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  706. <StringPooling>true</StringPooling>
  707. <FunctionLevelLinking>true</FunctionLevelLinking>
  708. <PrecompiledHeader>Use</PrecompiledHeader>
  709. <WarningLevel>Level3</WarningLevel>
  710. <SuppressStartupBanner>true</SuppressStartupBanner>
  711. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  712. </ClCompile>
  713. <ResourceCompile>
  714. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  715. <Culture>0x0406</Culture>
  716. </ResourceCompile>
  717. <Link>
  718. <SuppressStartupBanner>true</SuppressStartupBanner>
  719. <BaseAddress>0x11000000</BaseAddress>
  720. <TargetMachine>MachineX86</TargetMachine>
  721. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  722. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  723. </Link>
  724. <Bscmake>
  725. <SuppressStartupBanner>true</SuppressStartupBanner>
  726. </Bscmake>
  727. </ItemDefinitionGroup>
  728. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">
  729. <Midl>
  730. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  731. <MkTypLibCompatible>true</MkTypLibCompatible>
  732. <SuppressStartupBanner>true</SuppressStartupBanner>
  733. <TargetEnvironment>Win32</TargetEnvironment>
  734. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  735. <HeaderFileName>
  736. </HeaderFileName>
  737. </Midl>
  738. <ClCompile>
  739. <Optimization>MinSpace</Optimization>
  740. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  741. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  742. <StringPooling>true</StringPooling>
  743. <FunctionLevelLinking>true</FunctionLevelLinking>
  744. <PrecompiledHeader>Use</PrecompiledHeader>
  745. <WarningLevel>Level3</WarningLevel>
  746. <SuppressStartupBanner>true</SuppressStartupBanner>
  747. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  748. </ClCompile>
  749. <ResourceCompile>
  750. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  751. <Culture>0x0406</Culture>
  752. </ResourceCompile>
  753. <Link>
  754. <SuppressStartupBanner>true</SuppressStartupBanner>
  755. <BaseAddress>0x11000000</BaseAddress>
  756. <TargetMachine>MachineX86</TargetMachine>
  757. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  758. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  759. </Link>
  760. <Bscmake>
  761. <SuppressStartupBanner>true</SuppressStartupBanner>
  762. </Bscmake>
  763. </ItemDefinitionGroup>
  764. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  765. <Midl>
  766. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  767. <MkTypLibCompatible>true</MkTypLibCompatible>
  768. <SuppressStartupBanner>true</SuppressStartupBanner>
  769. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  770. <HeaderFileName>
  771. </HeaderFileName>
  772. </Midl>
  773. <ClCompile>
  774. <Optimization>MinSpace</Optimization>
  775. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  776. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  777. <StringPooling>true</StringPooling>
  778. <FunctionLevelLinking>true</FunctionLevelLinking>
  779. <PrecompiledHeader>Use</PrecompiledHeader>
  780. <WarningLevel>Level3</WarningLevel>
  781. <SuppressStartupBanner>true</SuppressStartupBanner>
  782. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  783. </ClCompile>
  784. <ResourceCompile>
  785. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  786. <Culture>0x0406</Culture>
  787. </ResourceCompile>
  788. <Link>
  789. <SuppressStartupBanner>true</SuppressStartupBanner>
  790. <BaseAddress>0x11000000</BaseAddress>
  791. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  792. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  793. <GenerateDebugInformation>true</GenerateDebugInformation>
  794. </Link>
  795. <Bscmake>
  796. <SuppressStartupBanner>true</SuppressStartupBanner>
  797. </Bscmake>
  798. </ItemDefinitionGroup>
  799. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">
  800. <Midl>
  801. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  802. <MkTypLibCompatible>true</MkTypLibCompatible>
  803. <SuppressStartupBanner>true</SuppressStartupBanner>
  804. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  805. <HeaderFileName>
  806. </HeaderFileName>
  807. </Midl>
  808. <ClCompile>
  809. <Optimization>MinSpace</Optimization>
  810. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  811. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  812. <StringPooling>true</StringPooling>
  813. <FunctionLevelLinking>true</FunctionLevelLinking>
  814. <PrecompiledHeader>Use</PrecompiledHeader>
  815. <WarningLevel>Level3</WarningLevel>
  816. <SuppressStartupBanner>true</SuppressStartupBanner>
  817. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  818. </ClCompile>
  819. <ResourceCompile>
  820. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  821. <Culture>0x0406</Culture>
  822. </ResourceCompile>
  823. <Link>
  824. <SuppressStartupBanner>true</SuppressStartupBanner>
  825. <BaseAddress>0x11000000</BaseAddress>
  826. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  827. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  828. <GenerateDebugInformation>true</GenerateDebugInformation>
  829. </Link>
  830. <Bscmake>
  831. <SuppressStartupBanner>true</SuppressStartupBanner>
  832. </Bscmake>
  833. </ItemDefinitionGroup>
  834. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">
  835. <Midl>
  836. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  837. <MkTypLibCompatible>true</MkTypLibCompatible>
  838. <SuppressStartupBanner>true</SuppressStartupBanner>
  839. <TargetEnvironment>Win32</TargetEnvironment>
  840. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  841. <HeaderFileName>
  842. </HeaderFileName>
  843. </Midl>
  844. <ClCompile>
  845. <Optimization>MinSpace</Optimization>
  846. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  847. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  848. <StringPooling>true</StringPooling>
  849. <FunctionLevelLinking>true</FunctionLevelLinking>
  850. <PrecompiledHeader>Use</PrecompiledHeader>
  851. <WarningLevel>Level3</WarningLevel>
  852. <SuppressStartupBanner>true</SuppressStartupBanner>
  853. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  854. </ClCompile>
  855. <ResourceCompile>
  856. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  857. <Culture>0x0406</Culture>
  858. </ResourceCompile>
  859. <Link>
  860. <SuppressStartupBanner>true</SuppressStartupBanner>
  861. <BaseAddress>0x11000000</BaseAddress>
  862. <TargetMachine>MachineX86</TargetMachine>
  863. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  864. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  865. <GenerateDebugInformation>true</GenerateDebugInformation>
  866. </Link>
  867. <Bscmake>
  868. <SuppressStartupBanner>true</SuppressStartupBanner>
  869. </Bscmake>
  870. </ItemDefinitionGroup>
  871. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">
  872. <Midl>
  873. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  874. <MkTypLibCompatible>true</MkTypLibCompatible>
  875. <SuppressStartupBanner>true</SuppressStartupBanner>
  876. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  877. <HeaderFileName>
  878. </HeaderFileName>
  879. </Midl>
  880. <ClCompile>
  881. <Optimization>MinSpace</Optimization>
  882. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  883. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  884. <StringPooling>true</StringPooling>
  885. <FunctionLevelLinking>true</FunctionLevelLinking>
  886. <PrecompiledHeader>Use</PrecompiledHeader>
  887. <WarningLevel>Level3</WarningLevel>
  888. <SuppressStartupBanner>true</SuppressStartupBanner>
  889. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  890. </ClCompile>
  891. <ResourceCompile>
  892. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  893. <Culture>0x0406</Culture>
  894. </ResourceCompile>
  895. <Link>
  896. <SuppressStartupBanner>true</SuppressStartupBanner>
  897. <BaseAddress>0x11000000</BaseAddress>
  898. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  899. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  900. <GenerateDebugInformation>true</GenerateDebugInformation>
  901. </Link>
  902. <Bscmake>
  903. <SuppressStartupBanner>true</SuppressStartupBanner>
  904. </Bscmake>
  905. </ItemDefinitionGroup>
  906. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">
  907. <Midl>
  908. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  909. <MkTypLibCompatible>true</MkTypLibCompatible>
  910. <SuppressStartupBanner>true</SuppressStartupBanner>
  911. <TargetEnvironment>Win32</TargetEnvironment>
  912. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  913. <HeaderFileName>
  914. </HeaderFileName>
  915. </Midl>
  916. <ClCompile>
  917. <Optimization>MinSpace</Optimization>
  918. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  919. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  920. <StringPooling>true</StringPooling>
  921. <FunctionLevelLinking>true</FunctionLevelLinking>
  922. <PrecompiledHeader>Use</PrecompiledHeader>
  923. <WarningLevel>Level3</WarningLevel>
  924. <SuppressStartupBanner>true</SuppressStartupBanner>
  925. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  926. </ClCompile>
  927. <ResourceCompile>
  928. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  929. <Culture>0x0406</Culture>
  930. </ResourceCompile>
  931. <Link>
  932. <SuppressStartupBanner>true</SuppressStartupBanner>
  933. <BaseAddress>0x11000000</BaseAddress>
  934. <TargetMachine>MachineX86</TargetMachine>
  935. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  936. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  937. <GenerateDebugInformation>true</GenerateDebugInformation>
  938. </Link>
  939. <Bscmake>
  940. <SuppressStartupBanner>true</SuppressStartupBanner>
  941. </Bscmake>
  942. </ItemDefinitionGroup>
  943. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">
  944. <Midl>
  945. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  946. <MkTypLibCompatible>true</MkTypLibCompatible>
  947. <SuppressStartupBanner>true</SuppressStartupBanner>
  948. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  949. <HeaderFileName>
  950. </HeaderFileName>
  951. </Midl>
  952. <ClCompile>
  953. <Optimization>MinSpace</Optimization>
  954. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  955. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  956. <StringPooling>true</StringPooling>
  957. <FunctionLevelLinking>true</FunctionLevelLinking>
  958. <PrecompiledHeader>Use</PrecompiledHeader>
  959. <WarningLevel>Level3</WarningLevel>
  960. <SuppressStartupBanner>true</SuppressStartupBanner>
  961. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  962. </ClCompile>
  963. <ResourceCompile>
  964. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  965. <Culture>0x0406</Culture>
  966. </ResourceCompile>
  967. <Link>
  968. <SuppressStartupBanner>true</SuppressStartupBanner>
  969. <BaseAddress>0x11000000</BaseAddress>
  970. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  971. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName).lib</ImportLibrary>
  972. <GenerateDebugInformation>true</GenerateDebugInformation>
  973. </Link>
  974. <Bscmake>
  975. <SuppressStartupBanner>true</SuppressStartupBanner>
  976. </Bscmake>
  977. </ItemDefinitionGroup>
  978. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">
  979. <Midl>
  980. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  981. <MkTypLibCompatible>true</MkTypLibCompatible>
  982. <SuppressStartupBanner>true</SuppressStartupBanner>
  983. <TargetEnvironment>Win32</TargetEnvironment>
  984. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  985. <HeaderFileName>
  986. </HeaderFileName>
  987. </Midl>
  988. <ClCompile>
  989. <Optimization>MinSpace</Optimization>
  990. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  991. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  992. <StringPooling>true</StringPooling>
  993. <FunctionLevelLinking>true</FunctionLevelLinking>
  994. <PrecompiledHeader>Use</PrecompiledHeader>
  995. <WarningLevel>Level3</WarningLevel>
  996. <SuppressStartupBanner>true</SuppressStartupBanner>
  997. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  998. </ClCompile>
  999. <ResourceCompile>
  1000. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1001. <Culture>0x0406</Culture>
  1002. </ResourceCompile>
  1003. <Link>
  1004. <SuppressStartupBanner>true</SuppressStartupBanner>
  1005. <BaseAddress>0x11000000</BaseAddress>
  1006. <TargetMachine>MachineX86</TargetMachine>
  1007. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  1008. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)A.lib</ImportLibrary>
  1009. </Link>
  1010. <Bscmake>
  1011. <SuppressStartupBanner>true</SuppressStartupBanner>
  1012. </Bscmake>
  1013. </ItemDefinitionGroup>
  1014. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">
  1015. <Midl>
  1016. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1017. <MkTypLibCompatible>true</MkTypLibCompatible>
  1018. <SuppressStartupBanner>true</SuppressStartupBanner>
  1019. <TypeLibraryName>.\Release/DuiLib.tlb</TypeLibraryName>
  1020. <HeaderFileName>
  1021. </HeaderFileName>
  1022. </Midl>
  1023. <ClCompile>
  1024. <Optimization>MinSpace</Optimization>
  1025. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  1026. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1027. <StringPooling>true</StringPooling>
  1028. <FunctionLevelLinking>true</FunctionLevelLinking>
  1029. <PrecompiledHeader>Use</PrecompiledHeader>
  1030. <WarningLevel>Level3</WarningLevel>
  1031. <SuppressStartupBanner>true</SuppressStartupBanner>
  1032. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1033. </ClCompile>
  1034. <ResourceCompile>
  1035. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1036. <Culture>0x0406</Culture>
  1037. </ResourceCompile>
  1038. <Link>
  1039. <SuppressStartupBanner>true</SuppressStartupBanner>
  1040. <BaseAddress>0x11000000</BaseAddress>
  1041. <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
  1042. <ImportLibrary>$(SolutionDir)Lib\$(ProjectName)A.lib</ImportLibrary>
  1043. </Link>
  1044. <Bscmake>
  1045. <SuppressStartupBanner>true</SuppressStartupBanner>
  1046. </Bscmake>
  1047. </ItemDefinitionGroup>
  1048. <ItemGroup>
  1049. <ClCompile Include="Control\UIIPAddressEx.cpp" />
  1050. <ClCompile Include="Control\UILoading.cpp" />
  1051. <ClCompile Include="Control\UIRollText.cpp" />
  1052. <ClCompile Include="Control\UIAnimation.cpp" />
  1053. <ClCompile Include="Control\UIColorPalette.cpp" />
  1054. <ClCompile Include="Control\UIFadeButton.cpp" />
  1055. <ClCompile Include="Control\UIGifAnim.cpp" />
  1056. <ClCompile Include="Control\UIGifAnimEx.cpp" />
  1057. <ClCompile Include="Control\UIGroupBox.cpp" />
  1058. <ClCompile Include="Control\UIHotKey.cpp" />
  1059. <ClCompile Include="Control\UIIPAddress.cpp" />
  1060. <ClCompile Include="Control\UIListEx.cpp" />
  1061. <ClCompile Include="Control\UIMenu.cpp" />
  1062. <ClCompile Include="Control\UIRing.cpp" />
  1063. <ClCompile Include="Core\ControlFactory.cpp" />
  1064. <ClCompile Include="Core\UIResourceManager.cpp" />
  1065. <ClCompile Include="Layout\UIAnimationTabLayout.cpp" />
  1066. <ClCompile Include="StdAfx.cpp">
  1067. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  1068. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  1069. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">Create</PrecompiledHeader>
  1070. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">Create</PrecompiledHeader>
  1071. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">Create</PrecompiledHeader>
  1072. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">Create</PrecompiledHeader>
  1073. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">Create</PrecompiledHeader>
  1074. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">Create</PrecompiledHeader>
  1075. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  1076. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">Create</PrecompiledHeader>
  1077. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  1078. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">Create</PrecompiledHeader>
  1079. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">Create</PrecompiledHeader>
  1080. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">Create</PrecompiledHeader>
  1081. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">Create</PrecompiledHeader>
  1082. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">Create</PrecompiledHeader>
  1083. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">Create</PrecompiledHeader>
  1084. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">Create</PrecompiledHeader>
  1085. </ClCompile>
  1086. <ClCompile Include="UIlib.cpp" />
  1087. <ClCompile Include="Utils\DPI.cpp" />
  1088. <ClCompile Include="Utils\DragDropImpl.cpp" />
  1089. <ClCompile Include="Utils\TrayIcon.cpp" />
  1090. <ClCompile Include="Utils\UIShadow.cpp" />
  1091. <ClCompile Include="Utils\unzip.cpp">
  1092. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  1093. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugA|Win32'">NotUsing</PrecompiledHeader>
  1094. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseA|Win32'">NotUsing</PrecompiledHeader>
  1095. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  1096. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Beta|Win32'">NotUsing</PrecompiledHeader>
  1097. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebugA|Win32'">NotUsing</PrecompiledHeader>
  1098. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebug|Win32'">NotUsing</PrecompiledHeader>
  1099. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SReleaseA|Win32'">NotUsing</PrecompiledHeader>
  1100. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SRelease|Win32'">NotUsing</PrecompiledHeader>
  1101. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
  1102. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  1103. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Beta|x64'">NotUsing</PrecompiledHeader>
  1104. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebug|x64'">NotUsing</PrecompiledHeader>
  1105. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SReleaseA|x64'">NotUsing</PrecompiledHeader>
  1106. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SDebugA|x64'">NotUsing</PrecompiledHeader>
  1107. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SRelease|x64'">NotUsing</PrecompiledHeader>
  1108. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugA|x64'">NotUsing</PrecompiledHeader>
  1109. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseA|x64'">NotUsing</PrecompiledHeader>
  1110. </ClCompile>
  1111. <ClCompile Include="Utils\WinImplBase.cpp" />
  1112. <ClCompile Include="Utils\UIDelegate.cpp" />
  1113. <ClCompile Include="Utils\Utils.cpp" />
  1114. <ClCompile Include="Core\UIBase.cpp" />
  1115. <ClCompile Include="Core\UIContainer.cpp" />
  1116. <ClCompile Include="Core\UIControl.cpp" />
  1117. <ClCompile Include="Core\UIDlgBuilder.cpp" />
  1118. <ClCompile Include="Core\UIManager.cpp" />
  1119. <ClCompile Include="Core\UIMarkup.cpp" />
  1120. <ClCompile Include="Core\UIRender.cpp" />
  1121. <ClCompile Include="Layout\UIChildLayout.cpp" />
  1122. <ClCompile Include="Layout\UIHorizontalLayout.cpp" />
  1123. <ClCompile Include="Layout\UITabLayout.cpp" />
  1124. <ClCompile Include="Layout\UITileLayout.cpp" />
  1125. <ClCompile Include="Layout\UIVerticalLayout.cpp" />
  1126. <ClCompile Include="Control\UIActiveX.cpp" />
  1127. <ClCompile Include="Control\UIButton.cpp" />
  1128. <ClCompile Include="Control\UICombo.cpp" />
  1129. <ClCompile Include="Control\UIComboBox.cpp" />
  1130. <ClCompile Include="Control\UIDateTime.cpp" />
  1131. <ClCompile Include="Control\UIEdit.cpp" />
  1132. <ClCompile Include="Control\UIFlash.cpp" />
  1133. <ClCompile Include="Control\UILabel.cpp" />
  1134. <ClCompile Include="Control\UIList.cpp" />
  1135. <ClCompile Include="Control\UIOption.cpp" />
  1136. <ClCompile Include="Control\UIProgress.cpp" />
  1137. <ClCompile Include="Control\UIRichEdit.cpp" />
  1138. <ClCompile Include="Control\UIScrollBar.cpp" />
  1139. <ClCompile Include="Control\UISlider.cpp" />
  1140. <ClCompile Include="Control\UIText.cpp" />
  1141. <ClCompile Include="Control\UITreeView.cpp" />
  1142. <ClCompile Include="Control\UIWebBrowser.cpp" />
  1143. </ItemGroup>
  1144. <ItemGroup>
  1145. <ClInclude Include="Control\UIIPAddressEx.h" />
  1146. <ClInclude Include="Control\UILoading.h" />
  1147. <ClInclude Include="Control\UIRollText.h" />
  1148. <ClInclude Include="Control\UIAnimation.h" />
  1149. <ClInclude Include="Control\UIColorPalette.h" />
  1150. <ClInclude Include="Control\UIFadeButton.h" />
  1151. <ClInclude Include="Control\UIGifAnim.h" />
  1152. <ClInclude Include="Control\UIGifAnimEx.h" />
  1153. <ClInclude Include="Control\UIGroupBox.h" />
  1154. <ClInclude Include="Control\UIHotKey.h" />
  1155. <ClInclude Include="Control\UIIPAddress.h" />
  1156. <ClInclude Include="Control\UIListEx.h" />
  1157. <ClInclude Include="Control\UIMenu.h" />
  1158. <ClInclude Include="Control\UIRing.h" />
  1159. <ClInclude Include="Core\ControlFactory.h" />
  1160. <ClInclude Include="Core\UIResourceManager.h" />
  1161. <ClInclude Include="Layout\UIAnimationTabLayout.h" />
  1162. <ClInclude Include="StdAfx.h" />
  1163. <ClInclude Include="UIlib.h" />
  1164. <ClInclude Include="Utils\downloadmgr.h" />
  1165. <ClInclude Include="Utils\DPI.h" />
  1166. <ClInclude Include="Utils\DragDropImpl.h" />
  1167. <ClInclude Include="Utils\FlashEventHandler.h" />
  1168. <ClInclude Include="Utils\observer_impl_base.h" />
  1169. <ClInclude Include="Utils\stb_image.h" />
  1170. <ClInclude Include="Utils\TrayIcon.h" />
  1171. <ClInclude Include="Utils\UIDelegate.h" />
  1172. <ClInclude Include="Utils\UIShadow.h" />
  1173. <ClInclude Include="Utils\unzip.h" />
  1174. <ClInclude Include="Utils\Utils.h" />
  1175. <ClInclude Include="Utils\VersionHelpers.h" />
  1176. <ClInclude Include="Utils\WebBrowserEventHandler.h" />
  1177. <ClInclude Include="Utils\WinImplBase.h" />
  1178. <ClInclude Include="Core\UIBase.h" />
  1179. <ClInclude Include="Core\UIContainer.h" />
  1180. <ClInclude Include="Core\UIControl.h" />
  1181. <ClInclude Include="Core\UIDefine.h" />
  1182. <ClInclude Include="Core\UIDlgBuilder.h" />
  1183. <ClInclude Include="Core\UIManager.h" />
  1184. <ClInclude Include="Core\UIMarkup.h" />
  1185. <ClInclude Include="Core\UIRender.h" />
  1186. <ClInclude Include="Layout\UIChildLayout.h" />
  1187. <ClInclude Include="Layout\UIHorizontalLayout.h" />
  1188. <ClInclude Include="Layout\UITabLayout.h" />
  1189. <ClInclude Include="Layout\UITileLayout.h" />
  1190. <ClInclude Include="Layout\UIVerticalLayout.h" />
  1191. <ClInclude Include="Control\UIActiveX.h" />
  1192. <ClInclude Include="Control\UIButton.h" />
  1193. <ClInclude Include="Control\UICombo.h" />
  1194. <ClInclude Include="Control\UIComboBox.h" />
  1195. <ClInclude Include="Control\UIDateTime.h" />
  1196. <ClInclude Include="Control\UIEdit.h" />
  1197. <ClInclude Include="Control\UIFlash.h" />
  1198. <ClInclude Include="Control\UILabel.h" />
  1199. <ClInclude Include="Control\UIList.h" />
  1200. <ClInclude Include="Control\UIOption.h" />
  1201. <ClInclude Include="Control\UIProgress.h" />
  1202. <ClInclude Include="Control\UIRichEdit.h" />
  1203. <ClInclude Include="Control\UIScrollBar.h" />
  1204. <ClInclude Include="Control\UISlider.h" />
  1205. <ClInclude Include="Control\UIText.h" />
  1206. <ClInclude Include="Control\UITreeView.h" />
  1207. <ClInclude Include="Control\UIWebBrowser.h" />
  1208. </ItemGroup>
  1209. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1210. <ImportGroup Label="ExtensionTargets">
  1211. </ImportGroup>
  1212. </Project>