ResizableLib.vcxproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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>{C176053F-C799-4BF4-ABFA-125A4192CEB9}</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 Unicode|Win32'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <PlatformToolset>v140_xp</PlatformToolset>
  46. <UseOfMfc>Dynamic</UseOfMfc>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <PlatformToolset>v140_xp</PlatformToolset>
  52. <UseOfMfc>Dynamic</UseOfMfc>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <PlatformToolset>v140_xp</PlatformToolset>
  58. <UseOfMfc>Static</UseOfMfc>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
  62. <ConfigurationType>StaticLibrary</ConfigurationType>
  63. <PlatformToolset>v140_xp</PlatformToolset>
  64. <UseOfMfc>Static</UseOfMfc>
  65. <CharacterSet>MultiByte</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
  68. <ConfigurationType>StaticLibrary</ConfigurationType>
  69. <PlatformToolset>v140_xp</PlatformToolset>
  70. <UseOfMfc>Static</UseOfMfc>
  71. <CharacterSet>MultiByte</CharacterSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'" Label="Configuration">
  74. <ConfigurationType>StaticLibrary</ConfigurationType>
  75. <PlatformToolset>v140_xp</PlatformToolset>
  76. <UseOfMfc>Static</UseOfMfc>
  77. <CharacterSet>Unicode</CharacterSet>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration">
  80. <ConfigurationType>StaticLibrary</ConfigurationType>
  81. <PlatformToolset>v140_xp</PlatformToolset>
  82. <UseOfMfc>Dynamic</UseOfMfc>
  83. <CharacterSet>Unicode</CharacterSet>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <PlatformToolset>v140_xp</PlatformToolset>
  88. <UseOfMfc>Dynamic</UseOfMfc>
  89. <CharacterSet>MultiByte</CharacterSet>
  90. </PropertyGroup>
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  92. <ImportGroup Label="ExtensionSettings">
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|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|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 Static 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)'=='Debug Static|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)'=='Release 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 Static 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 Unicode|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|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|Win32'">
  131. <OutDir>.\Release\</OutDir>
  132. <IntDir>.\Release\</IntDir>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
  135. <OutDir>.\Release_Unicode\</OutDir>
  136. <IntDir>.\Release_Unicode\</IntDir>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">
  139. <OutDir>.\Release_Static_Unicode\</OutDir>
  140. <IntDir>.\Release_Static_Unicode\</IntDir>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  143. <OutDir>.\Release_Static\</OutDir>
  144. <IntDir>.\Release_Static\</IntDir>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  147. <OutDir>.\Debug_Static\</OutDir>
  148. <IntDir>.\Debug_Static\</IntDir>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">
  151. <OutDir>.\Debug_Static_Unicode\</OutDir>
  152. <IntDir>.\Debug_Static_Unicode\</IntDir>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <OutDir>.\Debug\</OutDir>
  156. <IntDir>.\Debug\</IntDir>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
  159. <OutDir>.\Debug_Unicode\</OutDir>
  160. <IntDir>.\Debug_Unicode\</IntDir>
  161. </PropertyGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  163. <ClCompile>
  164. <Optimization>MaxSpeed</Optimization>
  165. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  166. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <StringPooling>true</StringPooling>
  168. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  169. <FunctionLevelLinking>true</FunctionLevelLinking>
  170. <PrecompiledHeader>Use</PrecompiledHeader>
  171. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  172. <PrecompiledHeaderOutputFile>.\Release/ResizableLib.pch</PrecompiledHeaderOutputFile>
  173. <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
  174. <ObjectFileName>.\Release/</ObjectFileName>
  175. <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
  176. <WarningLevel>Level4</WarningLevel>
  177. <SuppressStartupBanner>true</SuppressStartupBanner>
  178. </ClCompile>
  179. <ResourceCompile>
  180. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. <Culture>0x0410</Culture>
  182. </ResourceCompile>
  183. <Lib>
  184. <OutputFile>.\Release\ResizableLib.lib</OutputFile>
  185. <SuppressStartupBanner>true</SuppressStartupBanner>
  186. </Lib>
  187. <Bscmake>
  188. <SuppressStartupBanner>true</SuppressStartupBanner>
  189. <OutputFile>.\Release/ResizableLib.bsc</OutputFile>
  190. </Bscmake>
  191. </ItemDefinitionGroup>
  192. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
  193. <ClCompile>
  194. <Optimization>MaxSpeed</Optimization>
  195. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  196. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <StringPooling>true</StringPooling>
  198. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  199. <FunctionLevelLinking>true</FunctionLevelLinking>
  200. <PrecompiledHeader>Use</PrecompiledHeader>
  201. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  202. <PrecompiledHeaderOutputFile>.\Release_Unicode/ResizableLib.pch</PrecompiledHeaderOutputFile>
  203. <AssemblerListingLocation>.\Release_Unicode/</AssemblerListingLocation>
  204. <ObjectFileName>.\Release_Unicode/</ObjectFileName>
  205. <ProgramDataBaseFileName>.\Release_Unicode/</ProgramDataBaseFileName>
  206. <WarningLevel>Level4</WarningLevel>
  207. <SuppressStartupBanner>true</SuppressStartupBanner>
  208. </ClCompile>
  209. <ResourceCompile>
  210. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <Culture>0x0410</Culture>
  212. </ResourceCompile>
  213. <Lib>
  214. <OutputFile>.\Release_Unicode\ResizableLib.lib</OutputFile>
  215. <SuppressStartupBanner>true</SuppressStartupBanner>
  216. </Lib>
  217. <Bscmake>
  218. <SuppressStartupBanner>true</SuppressStartupBanner>
  219. <OutputFile>.\Release_Unicode/ResizableLib.bsc</OutputFile>
  220. </Bscmake>
  221. </ItemDefinitionGroup>
  222. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">
  223. <ClCompile>
  224. <Optimization>MaxSpeed</Optimization>
  225. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  226. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <StringPooling>true</StringPooling>
  228. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  229. <FunctionLevelLinking>true</FunctionLevelLinking>
  230. <PrecompiledHeader>Use</PrecompiledHeader>
  231. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  232. <PrecompiledHeaderOutputFile>.\Release_Static_Unicode/ResizableLib.pch</PrecompiledHeaderOutputFile>
  233. <AssemblerListingLocation>.\Release_Static_Unicode/</AssemblerListingLocation>
  234. <ObjectFileName>.\Release_Static_Unicode/</ObjectFileName>
  235. <ProgramDataBaseFileName>.\Release_Static_Unicode/</ProgramDataBaseFileName>
  236. <WarningLevel>Level4</WarningLevel>
  237. <SuppressStartupBanner>true</SuppressStartupBanner>
  238. </ClCompile>
  239. <ResourceCompile>
  240. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  241. <Culture>0x0410</Culture>
  242. </ResourceCompile>
  243. <Lib>
  244. <OutputFile>.\Release_Static_Unicode\ResizableLib.lib</OutputFile>
  245. <SuppressStartupBanner>true</SuppressStartupBanner>
  246. </Lib>
  247. <Bscmake>
  248. <SuppressStartupBanner>true</SuppressStartupBanner>
  249. <OutputFile>.\Release_Static_Unicode/ResizableLib.bsc</OutputFile>
  250. </Bscmake>
  251. </ItemDefinitionGroup>
  252. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  253. <ClCompile>
  254. <Optimization>MaxSpeed</Optimization>
  255. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  256. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  257. <StringPooling>true</StringPooling>
  258. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  259. <FunctionLevelLinking>true</FunctionLevelLinking>
  260. <PrecompiledHeader>Use</PrecompiledHeader>
  261. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  262. <PrecompiledHeaderOutputFile>.\Release_Static/ResizableLib.pch</PrecompiledHeaderOutputFile>
  263. <AssemblerListingLocation>.\Release_Static/</AssemblerListingLocation>
  264. <ObjectFileName>.\Release_Static/</ObjectFileName>
  265. <ProgramDataBaseFileName>.\Release_Static/</ProgramDataBaseFileName>
  266. <WarningLevel>Level4</WarningLevel>
  267. <SuppressStartupBanner>true</SuppressStartupBanner>
  268. </ClCompile>
  269. <ResourceCompile>
  270. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  271. <Culture>0x0410</Culture>
  272. </ResourceCompile>
  273. <Lib>
  274. <OutputFile>.\Release_Static\ResizableLib.lib</OutputFile>
  275. <SuppressStartupBanner>true</SuppressStartupBanner>
  276. </Lib>
  277. <Bscmake>
  278. <SuppressStartupBanner>true</SuppressStartupBanner>
  279. <OutputFile>.\Release_Static/ResizableLib.bsc</OutputFile>
  280. </Bscmake>
  281. </ItemDefinitionGroup>
  282. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  283. <ClCompile>
  284. <Optimization>Disabled</Optimization>
  285. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  286. <MinimalRebuild>true</MinimalRebuild>
  287. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  288. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  289. <PrecompiledHeader>Use</PrecompiledHeader>
  290. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  291. <PrecompiledHeaderOutputFile>.\Debug_Static/ResizableLib.pch</PrecompiledHeaderOutputFile>
  292. <AssemblerListingLocation>.\Debug_Static/</AssemblerListingLocation>
  293. <ObjectFileName>.\Debug_Static/</ObjectFileName>
  294. <ProgramDataBaseFileName>.\Debug_Static/</ProgramDataBaseFileName>
  295. <WarningLevel>Level4</WarningLevel>
  296. <SuppressStartupBanner>true</SuppressStartupBanner>
  297. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  298. </ClCompile>
  299. <ResourceCompile>
  300. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  301. <Culture>0x0410</Culture>
  302. </ResourceCompile>
  303. <Lib>
  304. <OutputFile>.\Debug_Static\ResizableLib.lib</OutputFile>
  305. <SuppressStartupBanner>true</SuppressStartupBanner>
  306. </Lib>
  307. <Bscmake>
  308. <SuppressStartupBanner>true</SuppressStartupBanner>
  309. <OutputFile>.\Debug_Static/ResizableLib.bsc</OutputFile>
  310. </Bscmake>
  311. </ItemDefinitionGroup>
  312. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">
  313. <ClCompile>
  314. <Optimization>Disabled</Optimization>
  315. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  316. <MinimalRebuild>true</MinimalRebuild>
  317. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  318. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  319. <PrecompiledHeader>Use</PrecompiledHeader>
  320. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  321. <PrecompiledHeaderOutputFile>.\Debug_Static_Unicode/ResizableLib.pch</PrecompiledHeaderOutputFile>
  322. <AssemblerListingLocation>.\Debug_Static_Unicode/</AssemblerListingLocation>
  323. <ObjectFileName>.\Debug_Static_Unicode/</ObjectFileName>
  324. <ProgramDataBaseFileName>.\Debug_Static_Unicode/</ProgramDataBaseFileName>
  325. <WarningLevel>Level4</WarningLevel>
  326. <SuppressStartupBanner>true</SuppressStartupBanner>
  327. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  328. </ClCompile>
  329. <ResourceCompile>
  330. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  331. <Culture>0x0410</Culture>
  332. </ResourceCompile>
  333. <Lib>
  334. <OutputFile>.\Debug_Static_Unicode\ResizableLib.lib</OutputFile>
  335. <SuppressStartupBanner>true</SuppressStartupBanner>
  336. </Lib>
  337. <Bscmake>
  338. <SuppressStartupBanner>true</SuppressStartupBanner>
  339. <OutputFile>.\Debug_Static_Unicode/ResizableLib.bsc</OutputFile>
  340. </Bscmake>
  341. </ItemDefinitionGroup>
  342. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  343. <ClCompile>
  344. <Optimization>Disabled</Optimization>
  345. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  346. <MinimalRebuild>true</MinimalRebuild>
  347. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  348. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  349. <PrecompiledHeader>Use</PrecompiledHeader>
  350. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  351. <PrecompiledHeaderOutputFile>.\Debug/ResizableLib.pch</PrecompiledHeaderOutputFile>
  352. <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
  353. <ObjectFileName>.\Debug/</ObjectFileName>
  354. <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
  355. <WarningLevel>Level4</WarningLevel>
  356. <SuppressStartupBanner>true</SuppressStartupBanner>
  357. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  358. </ClCompile>
  359. <ResourceCompile>
  360. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  361. <Culture>0x0410</Culture>
  362. </ResourceCompile>
  363. <Lib>
  364. <OutputFile>.\Debug\ResizableLib.lib</OutputFile>
  365. <SuppressStartupBanner>true</SuppressStartupBanner>
  366. </Lib>
  367. <Bscmake>
  368. <SuppressStartupBanner>true</SuppressStartupBanner>
  369. <OutputFile>.\Debug/ResizableLib.bsc</OutputFile>
  370. </Bscmake>
  371. </ItemDefinitionGroup>
  372. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
  373. <ClCompile>
  374. <Optimization>Disabled</Optimization>
  375. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  376. <MinimalRebuild>true</MinimalRebuild>
  377. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  378. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  379. <PrecompiledHeader>Use</PrecompiledHeader>
  380. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  381. <PrecompiledHeaderOutputFile>.\Debug_Unicode/ResizableLib.pch</PrecompiledHeaderOutputFile>
  382. <AssemblerListingLocation>.\Debug_Unicode/</AssemblerListingLocation>
  383. <ObjectFileName>.\Debug_Unicode/</ObjectFileName>
  384. <ProgramDataBaseFileName>.\Debug_Unicode/</ProgramDataBaseFileName>
  385. <WarningLevel>Level4</WarningLevel>
  386. <SuppressStartupBanner>true</SuppressStartupBanner>
  387. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  388. </ClCompile>
  389. <ResourceCompile>
  390. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  391. <Culture>0x0410</Culture>
  392. </ResourceCompile>
  393. <Lib>
  394. <OutputFile>.\Debug_Unicode\ResizableLib.lib</OutputFile>
  395. <SuppressStartupBanner>true</SuppressStartupBanner>
  396. </Lib>
  397. <Bscmake>
  398. <SuppressStartupBanner>true</SuppressStartupBanner>
  399. <OutputFile>.\Debug_Unicode/ResizableLib.bsc</OutputFile>
  400. </Bscmake>
  401. </ItemDefinitionGroup>
  402. <ItemGroup>
  403. <ClCompile Include="ResizableComboBox.cpp">
  404. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">false</ExcludedFromBuild>
  405. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">false</ExcludedFromBuild>
  406. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">false</ExcludedFromBuild>
  407. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
  408. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">false</ExcludedFromBuild>
  409. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">false</ExcludedFromBuild>
  410. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</ExcludedFromBuild>
  411. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
  412. </ClCompile>
  413. <ClCompile Include="ResizableComboLBox.cpp">
  414. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">false</ExcludedFromBuild>
  415. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">false</ExcludedFromBuild>
  416. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">false</ExcludedFromBuild>
  417. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
  418. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">false</ExcludedFromBuild>
  419. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">false</ExcludedFromBuild>
  420. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</ExcludedFromBuild>
  421. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
  422. </ClCompile>
  423. <ClCompile Include="ResizableDialog.cpp" />
  424. <ClCompile Include="ResizableFormView.cpp" />
  425. <ClCompile Include="ResizableFrame.cpp" />
  426. <ClCompile Include="ResizableGrip.cpp" />
  427. <ClCompile Include="ResizableLayout.cpp" />
  428. <ClCompile Include="ResizableMDIChild.cpp" />
  429. <ClCompile Include="ResizableMDIFrame.cpp" />
  430. <ClCompile Include="ResizableMinMax.cpp" />
  431. <ClCompile Include="ResizableMsgSupport.cpp" />
  432. <ClCompile Include="ResizablePage.cpp" />
  433. <ClCompile Include="ResizablePageEx.cpp" />
  434. <ClCompile Include="ResizableSheet.cpp" />
  435. <ClCompile Include="ResizableSheetEx.cpp" />
  436. <ClCompile Include="ResizableSheetState.cpp" />
  437. <ClCompile Include="ResizableSplitterWnd.cpp" />
  438. <ClCompile Include="ResizableState.cpp" />
  439. <ClCompile Include="ResizableVersion.cpp" />
  440. <ClCompile Include="ResizableWndState.cpp" />
  441. <ClCompile Include="StdAfx.cpp">
  442. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">Create</PrecompiledHeader>
  443. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Create</PrecompiledHeader>
  444. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">Create</PrecompiledHeader>
  445. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  446. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">Create</PrecompiledHeader>
  447. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Create</PrecompiledHeader>
  448. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">Create</PrecompiledHeader>
  449. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  450. </ClCompile>
  451. </ItemGroup>
  452. <ItemGroup>
  453. <ClInclude Include="Docs\refman.h" />
  454. <CustomBuild Include="ResizableComboBox.h">
  455. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">true</ExcludedFromBuild>
  456. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">true</ExcludedFromBuild>
  457. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">true</ExcludedFromBuild>
  458. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  459. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">true</ExcludedFromBuild>
  460. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">true</ExcludedFromBuild>
  461. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">true</ExcludedFromBuild>
  462. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  463. </CustomBuild>
  464. <CustomBuild Include="ResizableComboLBox.h">
  465. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static Unicode|Win32'">true</ExcludedFromBuild>
  466. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">true</ExcludedFromBuild>
  467. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">true</ExcludedFromBuild>
  468. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  469. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static Unicode|Win32'">true</ExcludedFromBuild>
  470. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">true</ExcludedFromBuild>
  471. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">true</ExcludedFromBuild>
  472. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  473. </CustomBuild>
  474. <ClInclude Include="ResizableDialog.h" />
  475. <ClInclude Include="ResizableFormView.h" />
  476. <ClInclude Include="ResizableFrame.h" />
  477. <ClInclude Include="ResizableGrip.h" />
  478. <ClInclude Include="ResizableLayout.h" />
  479. <ClInclude Include="ResizableMDIChild.h" />
  480. <ClInclude Include="ResizableMDIFrame.h" />
  481. <ClInclude Include="ResizableMinMax.h" />
  482. <ClInclude Include="ResizableMsgSupport.h" />
  483. <ClInclude Include="ResizablePage.h" />
  484. <ClInclude Include="ResizablePageEx.h" />
  485. <ClInclude Include="ResizableSheet.h" />
  486. <ClInclude Include="ResizableSheetEx.h" />
  487. <ClInclude Include="ResizableSheetState.h" />
  488. <ClInclude Include="ResizableSplitterWnd.h" />
  489. <ClInclude Include="ResizableState.h" />
  490. <ClInclude Include="ResizableVersion.h" />
  491. <ClInclude Include="ResizableWndState.h" />
  492. <ClInclude Include="StdAfx.h" />
  493. </ItemGroup>
  494. <ItemGroup>
  495. <Text Include="Artistic-License.md" />
  496. <Text Include="Docs\class.txt" />
  497. <Text Include="Docs\default.txt" />
  498. <Text Include="Docs\function.txt" />
  499. <Text Include="Docs\struct.txt" />
  500. <Text Include="Docs\typedef.txt" />
  501. </ItemGroup>
  502. <ItemGroup>
  503. <None Include="Docs\Doxyfile-include" />
  504. <None Include="Docs\footer.html" />
  505. <None Include="Docs\header.html" />
  506. <None Include="Docs\stylesheet.css" />
  507. <None Include="Doxyfile" />
  508. </ItemGroup>
  509. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  510. <ImportGroup Label="ExtensionTargets">
  511. </ImportGroup>
  512. </Project>