Demo.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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|Win32">
  5. <Configuration>Debug Static</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release Static|Win32">
  13. <Configuration>Release Static</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <SccProjectName />
  23. <SccLocalPath />
  24. <Keyword>MFCProj</Keyword>
  25. <ProjectGuid>{E90C0521-E036-49C5-BC3E-F27276C73726}</ProjectGuid>
  26. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <PlatformToolset>v140_xp</PlatformToolset>
  32. <UseOfMfc>Dynamic</UseOfMfc>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <PlatformToolset>v140_xp</PlatformToolset>
  38. <UseOfMfc>Static</UseOfMfc>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <PlatformToolset>v140_xp</PlatformToolset>
  44. <UseOfMfc>Dynamic</UseOfMfc>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <PlatformToolset>v140_xp</PlatformToolset>
  50. <UseOfMfc>Static</UseOfMfc>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  74. <OutDir>.\Debug_Static\</OutDir>
  75. <IntDir>.\Debug_Static\</IntDir>
  76. <LinkIncremental>true</LinkIncremental>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <OutDir>.\Release\</OutDir>
  80. <IntDir>.\Release\</IntDir>
  81. <LinkIncremental>false</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  84. <OutDir>.\Release_Static\</OutDir>
  85. <IntDir>.\Release_Static\</IntDir>
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <OutDir>.\Debug\</OutDir>
  90. <IntDir>.\Debug\</IntDir>
  91. <LinkIncremental>true</LinkIncremental>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">
  94. <ClCompile>
  95. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  96. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  97. <FunctionLevelLinking>false</FunctionLevelLinking>
  98. <Optimization>Disabled</Optimization>
  99. <SuppressStartupBanner>true</SuppressStartupBanner>
  100. <WarningLevel>Level4</WarningLevel>
  101. <MinimalRebuild>true</MinimalRebuild>
  102. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  103. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  104. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <AssemblerListingLocation>.\Debug_Static\</AssemblerListingLocation>
  106. <PrecompiledHeaderOutputFile>.\Debug_Static\Demo.pch</PrecompiledHeaderOutputFile>
  107. <PrecompiledHeader>Use</PrecompiledHeader>
  108. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  109. <ObjectFileName>.\Debug_Static\</ObjectFileName>
  110. <ProgramDataBaseFileName>.\Debug_Static\</ProgramDataBaseFileName>
  111. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  112. </ClCompile>
  113. <Midl>
  114. <SuppressStartupBanner>true</SuppressStartupBanner>
  115. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <TypeLibraryName>.\Debug_Static\Demo.tlb</TypeLibraryName>
  117. <MkTypLibCompatible>true</MkTypLibCompatible>
  118. <TargetEnvironment>Win32</TargetEnvironment>
  119. </Midl>
  120. <ResourceCompile>
  121. <Culture>0x0410</Culture>
  122. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. </ResourceCompile>
  124. <Bscmake>
  125. <SuppressStartupBanner>true</SuppressStartupBanner>
  126. <OutputFile>.\Debug_Static\Demo.bsc</OutputFile>
  127. </Bscmake>
  128. <Link>
  129. <SuppressStartupBanner>true</SuppressStartupBanner>
  130. <GenerateDebugInformation>true</GenerateDebugInformation>
  131. <SubSystem>Windows</SubSystem>
  132. <OutputFile>.\Debug_Static\Demo.exe</OutputFile>
  133. </Link>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  136. <ClCompile>
  137. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  138. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  139. <StringPooling>true</StringPooling>
  140. <FunctionLevelLinking>true</FunctionLevelLinking>
  141. <Optimization>MaxSpeed</Optimization>
  142. <SuppressStartupBanner>true</SuppressStartupBanner>
  143. <WarningLevel>Level4</WarningLevel>
  144. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  145. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  147. <PrecompiledHeaderOutputFile>.\Release\Demo.pch</PrecompiledHeaderOutputFile>
  148. <PrecompiledHeader>Use</PrecompiledHeader>
  149. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  150. <ObjectFileName>.\Release\</ObjectFileName>
  151. <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
  152. </ClCompile>
  153. <Midl>
  154. <SuppressStartupBanner>true</SuppressStartupBanner>
  155. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <TypeLibraryName>.\Release\Demo.tlb</TypeLibraryName>
  157. <MkTypLibCompatible>true</MkTypLibCompatible>
  158. <TargetEnvironment>Win32</TargetEnvironment>
  159. </Midl>
  160. <ResourceCompile>
  161. <Culture>0x0410</Culture>
  162. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. </ResourceCompile>
  164. <Bscmake>
  165. <SuppressStartupBanner>true</SuppressStartupBanner>
  166. <OutputFile>.\Release\Demo.bsc</OutputFile>
  167. </Bscmake>
  168. <Link>
  169. <SuppressStartupBanner>true</SuppressStartupBanner>
  170. <SubSystem>Windows</SubSystem>
  171. <OutputFile>.\Release\Demo.exe</OutputFile>
  172. </Link>
  173. </ItemDefinitionGroup>
  174. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
  175. <ClCompile>
  176. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  177. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  178. <StringPooling>true</StringPooling>
  179. <FunctionLevelLinking>true</FunctionLevelLinking>
  180. <Optimization>MaxSpeed</Optimization>
  181. <SuppressStartupBanner>true</SuppressStartupBanner>
  182. <WarningLevel>Level4</WarningLevel>
  183. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  184. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  185. <AssemblerListingLocation>.\Release_Static\</AssemblerListingLocation>
  186. <PrecompiledHeaderOutputFile>.\Release_Static\Demo.pch</PrecompiledHeaderOutputFile>
  187. <PrecompiledHeader>Use</PrecompiledHeader>
  188. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  189. <ObjectFileName>.\Release_Static\</ObjectFileName>
  190. <ProgramDataBaseFileName>.\Release_Static\</ProgramDataBaseFileName>
  191. </ClCompile>
  192. <Midl>
  193. <SuppressStartupBanner>true</SuppressStartupBanner>
  194. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. <TypeLibraryName>.\Release_Static\Demo.tlb</TypeLibraryName>
  196. <MkTypLibCompatible>true</MkTypLibCompatible>
  197. <TargetEnvironment>Win32</TargetEnvironment>
  198. </Midl>
  199. <ResourceCompile>
  200. <Culture>0x0410</Culture>
  201. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  202. </ResourceCompile>
  203. <Bscmake>
  204. <SuppressStartupBanner>true</SuppressStartupBanner>
  205. <OutputFile>.\Release_Static\Demo.bsc</OutputFile>
  206. </Bscmake>
  207. <Link>
  208. <SuppressStartupBanner>true</SuppressStartupBanner>
  209. <SubSystem>Windows</SubSystem>
  210. <OutputFile>.\Release_Static\Demo.exe</OutputFile>
  211. </Link>
  212. </ItemDefinitionGroup>
  213. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  214. <ClCompile>
  215. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  216. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  217. <FunctionLevelLinking>false</FunctionLevelLinking>
  218. <Optimization>Disabled</Optimization>
  219. <SuppressStartupBanner>true</SuppressStartupBanner>
  220. <WarningLevel>Level4</WarningLevel>
  221. <MinimalRebuild>true</MinimalRebuild>
  222. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  223. <AdditionalIncludeDirectories>..\ResizableLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  224. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  225. <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
  226. <PrecompiledHeaderOutputFile>.\Debug\Demo.pch</PrecompiledHeaderOutputFile>
  227. <PrecompiledHeader>Use</PrecompiledHeader>
  228. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  229. <ObjectFileName>.\Debug\</ObjectFileName>
  230. <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
  231. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  232. </ClCompile>
  233. <Midl>
  234. <SuppressStartupBanner>true</SuppressStartupBanner>
  235. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  236. <TypeLibraryName>.\Debug\Demo.tlb</TypeLibraryName>
  237. <MkTypLibCompatible>true</MkTypLibCompatible>
  238. <TargetEnvironment>Win32</TargetEnvironment>
  239. </Midl>
  240. <ResourceCompile>
  241. <Culture>0x0410</Culture>
  242. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. </ResourceCompile>
  244. <Bscmake>
  245. <SuppressStartupBanner>true</SuppressStartupBanner>
  246. <OutputFile>.\Debug\Demo.bsc</OutputFile>
  247. </Bscmake>
  248. <Link>
  249. <SuppressStartupBanner>true</SuppressStartupBanner>
  250. <GenerateDebugInformation>true</GenerateDebugInformation>
  251. <SubSystem>Windows</SubSystem>
  252. <OutputFile>.\Debug\Demo.exe</OutputFile>
  253. </Link>
  254. </ItemDefinitionGroup>
  255. <ItemGroup>
  256. <ClCompile Include="Demo.cpp" />
  257. <ClCompile Include="DemoDlg.cpp" />
  258. <ClCompile Include="StdAfx.cpp">
  259. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">Create</PrecompiledHeader>
  260. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'">stdafx.h</PrecompiledHeaderFile>
  261. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  262. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
  263. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">Create</PrecompiledHeader>
  264. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">stdafx.h</PrecompiledHeaderFile>
  265. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  266. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
  267. </ClCompile>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <ResourceCompile Include="Demo.rc" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <ClInclude Include="Demo.h" />
  274. <ClInclude Include="DemoDlg.h" />
  275. <ClInclude Include="Resource.h" />
  276. <ClInclude Include="StdAfx.h" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <Image Include="res\Demo.ico" />
  280. </ItemGroup>
  281. <ItemGroup>
  282. <CustomBuild Include="res\Demo.rc2" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <ProjectReference Include="..\ResizableLib\ResizableLib.vcxproj">
  286. <Project>{c176053f-c799-4bf4-abfa-125a4192ceb9}</Project>
  287. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  288. </ProjectReference>
  289. </ItemGroup>
  290. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  291. <ImportGroup Label="ExtensionTargets">
  292. </ImportGroup>
  293. </Project>