dialog.vcxproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <SccProjectName />
  15. <SccLocalPath />
  16. <Keyword>MFCProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <UseOfMfc>Dynamic</UseOfMfc>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <UseOfMfc>Dynamic</UseOfMfc>
  27. <CharacterSet>MultiByte</CharacterSet>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings">
  31. </ImportGroup>
  32. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  33. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  34. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  35. </ImportGroup>
  36. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <OutDir>.\Release\</OutDir>
  43. <IntDir>.\Release\</IntDir>
  44. <LinkIncremental>false</LinkIncremental>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  47. <OutDir>.\Debug\</OutDir>
  48. <IntDir>.\Debug\</IntDir>
  49. <LinkIncremental>true</LinkIncremental>
  50. </PropertyGroup>
  51. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  52. <ClCompile>
  53. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  54. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  55. <StringPooling>true</StringPooling>
  56. <FunctionLevelLinking>true</FunctionLevelLinking>
  57. <Optimization>MaxSpeed</Optimization>
  58. <SuppressStartupBanner>true</SuppressStartupBanner>
  59. <WarningLevel>Level3</WarningLevel>
  60. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  61. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  62. <PrecompiledHeaderOutputFile>.\Release\dialog.pch</PrecompiledHeaderOutputFile>
  63. <PrecompiledHeader>Use</PrecompiledHeader>
  64. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  65. <ObjectFileName>.\Release\</ObjectFileName>
  66. <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
  67. </ClCompile>
  68. <Midl>
  69. <SuppressStartupBanner>true</SuppressStartupBanner>
  70. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. <TypeLibraryName>.\Release\dialog.tlb</TypeLibraryName>
  72. <MkTypLibCompatible>true</MkTypLibCompatible>
  73. <TargetEnvironment>Win32</TargetEnvironment>
  74. </Midl>
  75. <ResourceCompile>
  76. <Culture>0x0804</Culture>
  77. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. </ResourceCompile>
  79. <Bscmake>
  80. <SuppressStartupBanner>true</SuppressStartupBanner>
  81. <OutputFile>.\Release\dialog.bsc</OutputFile>
  82. </Bscmake>
  83. <Link>
  84. <SuppressStartupBanner>true</SuppressStartupBanner>
  85. <SubSystem>Windows</SubSystem>
  86. <OutputFile>.\Release\dialog.exe</OutputFile>
  87. <AdditionalDependencies>msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  93. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  94. <FunctionLevelLinking>false</FunctionLevelLinking>
  95. <Optimization>Disabled</Optimization>
  96. <SuppressStartupBanner>true</SuppressStartupBanner>
  97. <WarningLevel>Level3</WarningLevel>
  98. <MinimalRebuild>true</MinimalRebuild>
  99. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
  102. <PrecompiledHeaderOutputFile>.\Debug\dialog.pch</PrecompiledHeaderOutputFile>
  103. <PrecompiledHeader>Use</PrecompiledHeader>
  104. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  105. <ObjectFileName>.\Debug\</ObjectFileName>
  106. <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
  107. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  108. </ClCompile>
  109. <Midl>
  110. <SuppressStartupBanner>true</SuppressStartupBanner>
  111. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <TypeLibraryName>.\Debug\dialog.tlb</TypeLibraryName>
  113. <MkTypLibCompatible>true</MkTypLibCompatible>
  114. <TargetEnvironment>Win32</TargetEnvironment>
  115. </Midl>
  116. <ResourceCompile>
  117. <Culture>0x0804</Culture>
  118. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. </ResourceCompile>
  120. <Bscmake>
  121. <SuppressStartupBanner>true</SuppressStartupBanner>
  122. <OutputFile>.\Debug\dialog.bsc</OutputFile>
  123. </Bscmake>
  124. <Link>
  125. <SuppressStartupBanner>true</SuppressStartupBanner>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. <SubSystem>Windows</SubSystem>
  128. <OutputFile>.\Debug\dialog.exe</OutputFile>
  129. <AdditionalDependencies>msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemGroup>
  133. <ClCompile Include="dialog.cpp" />
  134. <ClCompile Include="dialogDlg.cpp" />
  135. <ClCompile Include="EnBitmap.cpp" />
  136. <ClCompile Include="SkinButton.cpp" />
  137. <ClCompile Include="SkinMenu.cpp" />
  138. <ClCompile Include="SkinStatic.cpp" />
  139. <ClCompile Include="SkinStatusBar.cpp" />
  140. <ClCompile Include="SkinTabCtrl.cpp" />
  141. <ClCompile Include="SkinToolBar.cpp" />
  142. <ClCompile Include="SkinView.cpp" />
  143. <ClCompile Include="StdAfx.cpp">
  144. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  145. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
  146. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  147. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
  148. </ClCompile>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ClInclude Include="dialog.h" />
  152. <ClInclude Include="dialogDlg.h" />
  153. <ClInclude Include="EnBitmap.h" />
  154. <ClInclude Include="Resource.h" />
  155. <ClInclude Include="SkinButton.h" />
  156. <ClInclude Include="SkinStatic.h" />
  157. <ClInclude Include="SkinTabCtrl.h" />
  158. <ClInclude Include="SkinView.h" />
  159. <ClInclude Include="StdAfx.h" />
  160. <ClInclude Include="SkinMenu.h" />
  161. <ClInclude Include="SkinStatusBar.h" />
  162. <ClInclude Include="SkinToolBar.h" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ResourceCompile Include="dialog.rc" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <CustomBuild Include="144.cur" />
  169. <CustomBuild Include="res\144.cur" />
  170. <CustomBuild Include="172.bmp" />
  171. <CustomBuild Include="res\dialog.ico" />
  172. <CustomBuild Include="res\dialog.rc2">
  173. <FileType>RC</FileType>
  174. </CustomBuild>
  175. <CustomBuild Include="LeftTitleBar.bmp" />
  176. <CustomBuild Include="ReadMe.txt" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <None Include="res\172.bmp" />
  180. </ItemGroup>
  181. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  182. <ImportGroup Label="ExtensionTargets">
  183. </ImportGroup>
  184. </Project>