Demo.vcxproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  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="Debug Static Unicode|Win32">
  5. <Configuration>Debug Static Unicode</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug Static|Win32">
  9. <Configuration>Debug Static</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug Unicode|Win32">
  13. <Configuration>Debug Unicode</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Win32">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release Static Unicode|Win32">
  21. <Configuration>Release Static Unicode</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release Static|Win32">
  25. <Configuration>Release Static</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release Unicode|Win32">
  29. <Configuration>Release Unicode</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{622104F2-DD3E-4562-B278-262CE7C2B867}</ProjectGuid>
  39. <Keyword>MFCProj</Keyword>
  40. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  44. <ConfigurationType>Application</ConfigurationType>
  45. <PlatformToolset>v140_xp</PlatformToolset>
  46. <UseOfMfc>Dynamic</UseOfMfc>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'" Label="Configuration">
  50. <ConfigurationType>Application</ConfigurationType>
  51. <PlatformToolset>v140_xp</PlatformToolset>
  52. <UseOfMfc>Static</UseOfMfc>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <PlatformToolset>v140_xp</PlatformToolset>
  58. <UseOfMfc>Dynamic</UseOfMfc>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  62. <ConfigurationType>Application</ConfigurationType>
  63. <PlatformToolset>v140_xp</PlatformToolset>
  64. <UseOfMfc>Dynamic</UseOfMfc>
  65. <CharacterSet>MultiByte</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
  68. <ConfigurationType>Application</ConfigurationType>
  69. <PlatformToolset>v140_xp</PlatformToolset>
  70. <UseOfMfc>Static</UseOfMfc>
  71. <CharacterSet>MultiByte</CharacterSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration">
  74. <ConfigurationType>Application</ConfigurationType>
  75. <PlatformToolset>v140_xp</PlatformToolset>
  76. <UseOfMfc>Dynamic</UseOfMfc>
  77. <CharacterSet>Unicode</CharacterSet>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
  80. <ConfigurationType>Application</ConfigurationType>
  81. <PlatformToolset>v140_xp</PlatformToolset>
  82. <UseOfMfc>Static</UseOfMfc>
  83. <CharacterSet>MultiByte</CharacterSet>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'" Label="Configuration">
  86. <ConfigurationType>Application</ConfigurationType>
  87. <PlatformToolset>v140_xp</PlatformToolset>
  88. <UseOfMfc>Static</UseOfMfc>
  89. <CharacterSet>Unicode</CharacterSet>
  90. </PropertyGroup>
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  92. <ImportGroup Label="ExtensionSettings">
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  97. </ImportGroup>
  98. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'" Label="PropertySheets">
  99. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  100. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  101. </ImportGroup>
  102. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="PropertySheets">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  113. </ImportGroup>
  114. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="PropertySheets">
  115. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  116. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  117. </ImportGroup>
  118. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="PropertySheets">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  125. </ImportGroup>
  126. <PropertyGroup Label="UserMacros" />
  127. <PropertyGroup>
  128. <_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">
  131. <OutDir>.\Release_Static_Unicode\</OutDir>
  132. <IntDir>.\Release_Static_Unicode\</IntDir>
  133. <LinkIncremental>false</LinkIncremental>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  136. <OutDir>.\Release_Static\</OutDir>
  137. <IntDir>.\Release_Static\</IntDir>
  138. <LinkIncremental>false</LinkIncremental>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
  141. <OutDir>.\Release_Unicode\</OutDir>
  142. <IntDir>.\Release_Unicode\</IntDir>
  143. <LinkIncremental>false</LinkIncremental>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  146. <OutDir>.\Debug_Static\</OutDir>
  147. <IntDir>.\Debug_Static\</IntDir>
  148. <LinkIncremental>true</LinkIncremental>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  151. <OutDir>.\Release\</OutDir>
  152. <IntDir>.\Release\</IntDir>
  153. <LinkIncremental>false</LinkIncremental>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
  156. <OutDir>.\Debug_Unicode\</OutDir>
  157. <IntDir>.\Debug_Unicode\</IntDir>
  158. <LinkIncremental>true</LinkIncremental>
  159. </PropertyGroup>
  160. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">
  161. <OutDir>.\Debug_Static_Unicode\</OutDir>
  162. <IntDir>.\Debug_Static_Unicode\</IntDir>
  163. <LinkIncremental>true</LinkIncremental>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  166. <OutDir>.\Debug\</OutDir>
  167. <IntDir>.\Debug\</IntDir>
  168. <LinkIncremental>true</LinkIncremental>
  169. </PropertyGroup>
  170. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">
  171. <Midl>
  172. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <MkTypLibCompatible>true</MkTypLibCompatible>
  174. <SuppressStartupBanner>true</SuppressStartupBanner>
  175. <TargetEnvironment>Win32</TargetEnvironment>
  176. <TypeLibraryName>.\Release_Static_Unicode/Demo.tlb</TypeLibraryName>
  177. <HeaderFileName />
  178. </Midl>
  179. <ClCompile>
  180. <Optimization>MaxSpeed</Optimization>
  181. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  182. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  183. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <StringPooling>true</StringPooling>
  185. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  186. <FunctionLevelLinking>true</FunctionLevelLinking>
  187. <PrecompiledHeader>Use</PrecompiledHeader>
  188. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  189. <PrecompiledHeaderOutputFile>.\Release_Static_Unicode/Demo.pch</PrecompiledHeaderOutputFile>
  190. <AssemblerListingLocation>.\Release_Static_Unicode/</AssemblerListingLocation>
  191. <ObjectFileName>.\Release_Static_Unicode/</ObjectFileName>
  192. <ProgramDataBaseFileName>.\Release_Static_Unicode/</ProgramDataBaseFileName>
  193. <WarningLevel>Level4</WarningLevel>
  194. <SuppressStartupBanner>true</SuppressStartupBanner>
  195. </ClCompile>
  196. <ResourceCompile>
  197. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  198. <Culture>0x0410</Culture>
  199. </ResourceCompile>
  200. <Link>
  201. <OutputFile>.\Release_Static_Unicode/Demo.exe</OutputFile>
  202. <SuppressStartupBanner>true</SuppressStartupBanner>
  203. <ProgramDatabaseFile>.\Release_Static_Unicode/Demo.pdb</ProgramDatabaseFile>
  204. <SubSystem>Windows</SubSystem>
  205. <OptimizeReferences>true</OptimizeReferences>
  206. <EntryPointSymbol>wWinMainCRTStartup</EntryPointSymbol>
  207. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  208. <DataExecutionPrevention />
  209. <TargetMachine>MachineX86</TargetMachine>
  210. </Link>
  211. <Bscmake>
  212. <SuppressStartupBanner>true</SuppressStartupBanner>
  213. <OutputFile>.\Release_Static_Unicode/Demo.bsc</OutputFile>
  214. </Bscmake>
  215. </ItemDefinitionGroup>
  216. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  217. <Midl>
  218. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  219. <MkTypLibCompatible>true</MkTypLibCompatible>
  220. <SuppressStartupBanner>true</SuppressStartupBanner>
  221. <TargetEnvironment>Win32</TargetEnvironment>
  222. <TypeLibraryName>.\Release_Static/Demo.tlb</TypeLibraryName>
  223. <HeaderFileName />
  224. </Midl>
  225. <ClCompile>
  226. <Optimization>MaxSpeed</Optimization>
  227. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  228. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  229. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  230. <StringPooling>true</StringPooling>
  231. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  232. <FunctionLevelLinking>true</FunctionLevelLinking>
  233. <PrecompiledHeader>Use</PrecompiledHeader>
  234. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  235. <PrecompiledHeaderOutputFile>.\Release_Static/Demo.pch</PrecompiledHeaderOutputFile>
  236. <AssemblerListingLocation>.\Release_Static/</AssemblerListingLocation>
  237. <ObjectFileName>.\Release_Static/</ObjectFileName>
  238. <ProgramDataBaseFileName>.\Release_Static/</ProgramDataBaseFileName>
  239. <WarningLevel>Level4</WarningLevel>
  240. <SuppressStartupBanner>true</SuppressStartupBanner>
  241. </ClCompile>
  242. <ResourceCompile>
  243. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  244. <Culture>0x0410</Culture>
  245. </ResourceCompile>
  246. <Link>
  247. <OutputFile>.\Release_Static/Demo.exe</OutputFile>
  248. <SuppressStartupBanner>true</SuppressStartupBanner>
  249. <ProgramDatabaseFile>.\Release_Static/Demo.pdb</ProgramDatabaseFile>
  250. <SubSystem>Windows</SubSystem>
  251. <OptimizeReferences>true</OptimizeReferences>
  252. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  253. <DataExecutionPrevention />
  254. <TargetMachine>MachineX86</TargetMachine>
  255. </Link>
  256. <Bscmake>
  257. <SuppressStartupBanner>true</SuppressStartupBanner>
  258. <OutputFile>.\Release_Static/Demo.bsc</OutputFile>
  259. </Bscmake>
  260. </ItemDefinitionGroup>
  261. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
  262. <Midl>
  263. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  264. <MkTypLibCompatible>true</MkTypLibCompatible>
  265. <SuppressStartupBanner>true</SuppressStartupBanner>
  266. <TargetEnvironment>Win32</TargetEnvironment>
  267. <TypeLibraryName>.\Release_Unicode/Demo.tlb</TypeLibraryName>
  268. <HeaderFileName />
  269. </Midl>
  270. <ClCompile>
  271. <Optimization>MaxSpeed</Optimization>
  272. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  273. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  274. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  275. <StringPooling>true</StringPooling>
  276. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  277. <FunctionLevelLinking>true</FunctionLevelLinking>
  278. <PrecompiledHeader>Use</PrecompiledHeader>
  279. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  280. <PrecompiledHeaderOutputFile>.\Release_Unicode/Demo.pch</PrecompiledHeaderOutputFile>
  281. <AssemblerListingLocation>.\Release_Unicode/</AssemblerListingLocation>
  282. <ObjectFileName>.\Release_Unicode/</ObjectFileName>
  283. <ProgramDataBaseFileName>.\Release_Unicode/</ProgramDataBaseFileName>
  284. <WarningLevel>Level4</WarningLevel>
  285. <SuppressStartupBanner>true</SuppressStartupBanner>
  286. </ClCompile>
  287. <ResourceCompile>
  288. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  289. <Culture>0x0410</Culture>
  290. </ResourceCompile>
  291. <Link>
  292. <OutputFile>.\Release_Unicode/Demo.exe</OutputFile>
  293. <SuppressStartupBanner>true</SuppressStartupBanner>
  294. <ProgramDatabaseFile>.\Release_Unicode/Demo.pdb</ProgramDatabaseFile>
  295. <SubSystem>Windows</SubSystem>
  296. <OptimizeReferences>true</OptimizeReferences>
  297. <EntryPointSymbol>wWinMainCRTStartup</EntryPointSymbol>
  298. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  299. <DataExecutionPrevention />
  300. <TargetMachine>MachineX86</TargetMachine>
  301. </Link>
  302. <Bscmake>
  303. <SuppressStartupBanner>true</SuppressStartupBanner>
  304. <OutputFile>.\Release_Unicode/Demo.bsc</OutputFile>
  305. </Bscmake>
  306. </ItemDefinitionGroup>
  307. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  308. <Midl>
  309. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  310. <MkTypLibCompatible>true</MkTypLibCompatible>
  311. <SuppressStartupBanner>true</SuppressStartupBanner>
  312. <TargetEnvironment>Win32</TargetEnvironment>
  313. <TypeLibraryName>.\Debug_Static/Demo.tlb</TypeLibraryName>
  314. <HeaderFileName />
  315. </Midl>
  316. <ClCompile>
  317. <Optimization>Disabled</Optimization>
  318. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  319. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  320. <MinimalRebuild>true</MinimalRebuild>
  321. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  322. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  323. <PrecompiledHeader>Use</PrecompiledHeader>
  324. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  325. <PrecompiledHeaderOutputFile>.\Debug_Static/Demo.pch</PrecompiledHeaderOutputFile>
  326. <AssemblerListingLocation>.\Debug_Static/</AssemblerListingLocation>
  327. <ObjectFileName>.\Debug_Static/</ObjectFileName>
  328. <ProgramDataBaseFileName>.\Debug_Static/</ProgramDataBaseFileName>
  329. <WarningLevel>Level4</WarningLevel>
  330. <SuppressStartupBanner>true</SuppressStartupBanner>
  331. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  332. </ClCompile>
  333. <ResourceCompile>
  334. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  335. <Culture>0x0410</Culture>
  336. </ResourceCompile>
  337. <Link>
  338. <OutputFile>.\Debug_Static/Demo.exe</OutputFile>
  339. <SuppressStartupBanner>true</SuppressStartupBanner>
  340. <GenerateDebugInformation>true</GenerateDebugInformation>
  341. <ProgramDatabaseFile>.\Debug_Static/Demo.pdb</ProgramDatabaseFile>
  342. <SubSystem>Windows</SubSystem>
  343. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  344. <DataExecutionPrevention />
  345. <TargetMachine>MachineX86</TargetMachine>
  346. </Link>
  347. <Bscmake>
  348. <SuppressStartupBanner>true</SuppressStartupBanner>
  349. <OutputFile>.\Debug_Static/Demo.bsc</OutputFile>
  350. </Bscmake>
  351. </ItemDefinitionGroup>
  352. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  353. <Midl>
  354. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  355. <MkTypLibCompatible>true</MkTypLibCompatible>
  356. <SuppressStartupBanner>true</SuppressStartupBanner>
  357. <TargetEnvironment>Win32</TargetEnvironment>
  358. <TypeLibraryName>.\Release/Demo.tlb</TypeLibraryName>
  359. <HeaderFileName />
  360. </Midl>
  361. <ClCompile>
  362. <Optimization>MaxSpeed</Optimization>
  363. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  364. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  365. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  366. <StringPooling>true</StringPooling>
  367. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  368. <FunctionLevelLinking>true</FunctionLevelLinking>
  369. <PrecompiledHeader>Use</PrecompiledHeader>
  370. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  371. <PrecompiledHeaderOutputFile>.\Release/Demo.pch</PrecompiledHeaderOutputFile>
  372. <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
  373. <ObjectFileName>.\Release/</ObjectFileName>
  374. <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
  375. <WarningLevel>Level4</WarningLevel>
  376. <SuppressStartupBanner>true</SuppressStartupBanner>
  377. </ClCompile>
  378. <ResourceCompile>
  379. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  380. <Culture>0x0410</Culture>
  381. </ResourceCompile>
  382. <Link>
  383. <OutputFile>.\Release/Demo.exe</OutputFile>
  384. <SuppressStartupBanner>true</SuppressStartupBanner>
  385. <ProgramDatabaseFile>.\Release/Demo.pdb</ProgramDatabaseFile>
  386. <SubSystem>Windows</SubSystem>
  387. <OptimizeReferences>true</OptimizeReferences>
  388. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  389. <DataExecutionPrevention />
  390. <TargetMachine>MachineX86</TargetMachine>
  391. </Link>
  392. <Bscmake>
  393. <SuppressStartupBanner>true</SuppressStartupBanner>
  394. <OutputFile>.\Release/Demo.bsc</OutputFile>
  395. </Bscmake>
  396. </ItemDefinitionGroup>
  397. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
  398. <Midl>
  399. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  400. <MkTypLibCompatible>true</MkTypLibCompatible>
  401. <SuppressStartupBanner>true</SuppressStartupBanner>
  402. <TargetEnvironment>Win32</TargetEnvironment>
  403. <TypeLibraryName>.\Debug_Unicode/Demo.tlb</TypeLibraryName>
  404. <HeaderFileName />
  405. </Midl>
  406. <ClCompile>
  407. <Optimization>Disabled</Optimization>
  408. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  409. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  410. <MinimalRebuild>true</MinimalRebuild>
  411. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  412. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  413. <PrecompiledHeader>Use</PrecompiledHeader>
  414. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  415. <PrecompiledHeaderOutputFile>.\Debug_Unicode/Demo.pch</PrecompiledHeaderOutputFile>
  416. <AssemblerListingLocation>.\Debug_Unicode/</AssemblerListingLocation>
  417. <ObjectFileName>.\Debug_Unicode/</ObjectFileName>
  418. <ProgramDataBaseFileName>.\Debug_Unicode/</ProgramDataBaseFileName>
  419. <WarningLevel>Level4</WarningLevel>
  420. <SuppressStartupBanner>true</SuppressStartupBanner>
  421. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  422. </ClCompile>
  423. <ResourceCompile>
  424. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  425. <Culture>0x0410</Culture>
  426. </ResourceCompile>
  427. <Link>
  428. <OutputFile>.\Debug_Unicode/Demo.exe</OutputFile>
  429. <SuppressStartupBanner>true</SuppressStartupBanner>
  430. <GenerateDebugInformation>true</GenerateDebugInformation>
  431. <ProgramDatabaseFile>.\Debug_Unicode/Demo.pdb</ProgramDatabaseFile>
  432. <SubSystem>Windows</SubSystem>
  433. <EntryPointSymbol>wWinMainCRTStartup</EntryPointSymbol>
  434. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  435. <DataExecutionPrevention />
  436. <TargetMachine>MachineX86</TargetMachine>
  437. </Link>
  438. <Bscmake>
  439. <SuppressStartupBanner>true</SuppressStartupBanner>
  440. <OutputFile>.\Debug_Unicode/Demo.bsc</OutputFile>
  441. </Bscmake>
  442. </ItemDefinitionGroup>
  443. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">
  444. <Midl>
  445. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  446. <MkTypLibCompatible>true</MkTypLibCompatible>
  447. <SuppressStartupBanner>true</SuppressStartupBanner>
  448. <TargetEnvironment>Win32</TargetEnvironment>
  449. <TypeLibraryName>.\Debug_Static_Unicode/Demo.tlb</TypeLibraryName>
  450. <HeaderFileName />
  451. </Midl>
  452. <ClCompile>
  453. <Optimization>Disabled</Optimization>
  454. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  455. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  456. <MinimalRebuild>true</MinimalRebuild>
  457. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  458. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  459. <PrecompiledHeader>Use</PrecompiledHeader>
  460. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  461. <PrecompiledHeaderOutputFile>.\Debug_Static_Unicode/Demo.pch</PrecompiledHeaderOutputFile>
  462. <AssemblerListingLocation>.\Debug_Static_Unicode/</AssemblerListingLocation>
  463. <ObjectFileName>.\Debug_Static_Unicode/</ObjectFileName>
  464. <ProgramDataBaseFileName>.\Debug_Static_Unicode/</ProgramDataBaseFileName>
  465. <WarningLevel>Level4</WarningLevel>
  466. <SuppressStartupBanner>true</SuppressStartupBanner>
  467. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  468. </ClCompile>
  469. <ResourceCompile>
  470. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  471. <Culture>0x0410</Culture>
  472. </ResourceCompile>
  473. <Link>
  474. <OutputFile>.\Debug_Static_Unicode/Demo.exe</OutputFile>
  475. <SuppressStartupBanner>true</SuppressStartupBanner>
  476. <GenerateDebugInformation>true</GenerateDebugInformation>
  477. <ProgramDatabaseFile>.\Debug_Static_Unicode/Demo.pdb</ProgramDatabaseFile>
  478. <SubSystem>Windows</SubSystem>
  479. <EntryPointSymbol>wWinMainCRTStartup</EntryPointSymbol>
  480. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  481. <DataExecutionPrevention />
  482. <TargetMachine>MachineX86</TargetMachine>
  483. </Link>
  484. <Bscmake>
  485. <SuppressStartupBanner>true</SuppressStartupBanner>
  486. <OutputFile>.\Debug_Static_Unicode/Demo.bsc</OutputFile>
  487. </Bscmake>
  488. </ItemDefinitionGroup>
  489. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  490. <Midl>
  491. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  492. <MkTypLibCompatible>true</MkTypLibCompatible>
  493. <SuppressStartupBanner>true</SuppressStartupBanner>
  494. <TargetEnvironment>Win32</TargetEnvironment>
  495. <TypeLibraryName>.\Debug/Demo.tlb</TypeLibraryName>
  496. <HeaderFileName />
  497. </Midl>
  498. <ClCompile>
  499. <Optimization>Disabled</Optimization>
  500. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  501. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  502. <MinimalRebuild>true</MinimalRebuild>
  503. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  504. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  505. <PrecompiledHeader>Use</PrecompiledHeader>
  506. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  507. <PrecompiledHeaderOutputFile>.\Debug/Demo.pch</PrecompiledHeaderOutputFile>
  508. <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
  509. <ObjectFileName>.\Debug/</ObjectFileName>
  510. <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
  511. <WarningLevel>Level4</WarningLevel>
  512. <SuppressStartupBanner>true</SuppressStartupBanner>
  513. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  514. </ClCompile>
  515. <ResourceCompile>
  516. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  517. <Culture>0x0410</Culture>
  518. </ResourceCompile>
  519. <Link>
  520. <OutputFile>.\Debug/Demo.exe</OutputFile>
  521. <SuppressStartupBanner>true</SuppressStartupBanner>
  522. <GenerateDebugInformation>true</GenerateDebugInformation>
  523. <ProgramDatabaseFile>.\Debug/Demo.pdb</ProgramDatabaseFile>
  524. <SubSystem>Windows</SubSystem>
  525. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  526. <DataExecutionPrevention />
  527. <TargetMachine>MachineX86</TargetMachine>
  528. </Link>
  529. <Bscmake>
  530. <SuppressStartupBanner>true</SuppressStartupBanner>
  531. <OutputFile>.\Debug/Demo.bsc</OutputFile>
  532. </Bscmake>
  533. </ItemDefinitionGroup>
  534. <ItemGroup>
  535. <ClCompile Include="ChildFrm.cpp" />
  536. <ClCompile Include="ChildMixedFrame.cpp" />
  537. <ClCompile Include="ChildSplitFrame.cpp" />
  538. <ClCompile Include="Demo.cpp" />
  539. <ClCompile Include="DemoDoc.cpp" />
  540. <ClCompile Include="DemoView.cpp" />
  541. <ClCompile Include="MainFrm.cpp" />
  542. <ClCompile Include="MyPropertyPages.cpp" />
  543. <ClCompile Include="MyPropertySheet.cpp" />
  544. <ClCompile Include="PropertyFormView.cpp" />
  545. <ClCompile Include="StdAfx.cpp">
  546. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">Create</PrecompiledHeader>
  547. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Create</PrecompiledHeader>
  548. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">Create</PrecompiledHeader>
  549. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  550. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">Create</PrecompiledHeader>
  551. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Create</PrecompiledHeader>
  552. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">Create</PrecompiledHeader>
  553. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  554. </ClCompile>
  555. </ItemGroup>
  556. <ItemGroup>
  557. <ResourceCompile Include="Demo.rc" />
  558. </ItemGroup>
  559. <ItemGroup>
  560. <ClInclude Include="ChildFrm.h" />
  561. <ClInclude Include="ChildMixedFrame.h" />
  562. <ClInclude Include="ChildSplitFrame.h" />
  563. <ClInclude Include="Demo.h" />
  564. <ClInclude Include="DemoDoc.h" />
  565. <ClInclude Include="DemoView.h" />
  566. <ClInclude Include="MainFrm.h" />
  567. <ClInclude Include="MyPropertyPages.h" />
  568. <ClInclude Include="MyPropertySheet.h" />
  569. <ClInclude Include="PropertyFormView.h" />
  570. <ClInclude Include="Resource.h" />
  571. <ClInclude Include="StdAfx.h" />
  572. </ItemGroup>
  573. <ItemGroup>
  574. <Image Include="res\Demo.ico" />
  575. <Image Include="res\DemoDoc.ico" />
  576. <Image Include="res\DemoDoc0.ico" />
  577. <Image Include="res\DemoDoc1.ico" />
  578. <Image Include="res\DemoDoc2.ico" />
  579. <Image Include="res\ico00001.ico" />
  580. <Image Include="res\idr_demo.ico" />
  581. </ItemGroup>
  582. <ItemGroup>
  583. <None Include="res\Demo.rc2" />
  584. </ItemGroup>
  585. <ItemGroup>
  586. <ProjectReference Include="..\ResizableLib\ResizableLib.vcxproj">
  587. <Project>{c176053f-c799-4bf4-abfa-125a4192ceb9}</Project>
  588. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  589. </ProjectReference>
  590. </ItemGroup>
  591. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  592. <ImportGroup Label="ExtensionTargets">
  593. </ImportGroup>
  594. </Project>