Wizard97.vcxproj 29 KB

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