MDI.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. <ProjectGuid>{38F084F1-C841-4EA1-A257-A3D9DEB2DFAF}</ProjectGuid>
  15. <Keyword>MFCProj</Keyword>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <PlatformToolset>v120</PlatformToolset>
  21. <UseOfMfc>Dynamic</UseOfMfc>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <PlatformToolset>v120</PlatformToolset>
  27. <UseOfMfc>Dynamic</UseOfMfc>
  28. <CharacterSet>MultiByte</CharacterSet>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <ImportGroup Label="ExtensionSettings">
  32. </ImportGroup>
  33. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  34. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  35. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  36. </ImportGroup>
  37. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <PropertyGroup>
  43. <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <OutDir>.\../../Result/Object/Release_MDI\</OutDir>
  47. <IntDir>.\../../Result/Object/Release_MDI\</IntDir>
  48. <LinkIncremental>false</LinkIncremental>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <OutDir>.\../../Result/Object/Debug_MDI\</OutDir>
  52. <IntDir>.\../../Result/Object/Debug_MDI\</IntDir>
  53. <LinkIncremental>false</LinkIncremental>
  54. </PropertyGroup>
  55. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  56. <Midl>
  57. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58. <SuppressStartupBanner>true</SuppressStartupBanner>
  59. <TargetEnvironment>Win32</TargetEnvironment>
  60. <TypeLibraryName>.\../../Result/Object/Release_MDI/MDI.tlb</TypeLibraryName>
  61. <HeaderFileName />
  62. </Midl>
  63. <ClCompile>
  64. <Optimization>Disabled</Optimization>
  65. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  67. <PrecompiledHeader>Use</PrecompiledHeader>
  68. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  69. <PrecompiledHeaderOutputFile>.\../../Result/Object/Release_MDI/MDI.pch</PrecompiledHeaderOutputFile>
  70. <AssemblerListingLocation>.\../../Result/Object/Release_MDI/</AssemblerListingLocation>
  71. <ObjectFileName>.\../../Result/Object/Release_MDI/</ObjectFileName>
  72. <ProgramDataBaseFileName>.\../../Result/Object/Release_MDI/</ProgramDataBaseFileName>
  73. <WarningLevel>Level3</WarningLevel>
  74. <SuppressStartupBanner>true</SuppressStartupBanner>
  75. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  76. </ClCompile>
  77. <ResourceCompile>
  78. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. <Culture>0x0804</Culture>
  80. </ResourceCompile>
  81. <Link>
  82. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;../../Result/LIB/SkinST.lib;%(AdditionalDependencies)</AdditionalDependencies>
  83. <OutputFile>../../Result/Bin/MDI.exe</OutputFile>
  84. <SuppressStartupBanner>true</SuppressStartupBanner>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <ProgramDatabaseFile>.\../../Result/Object/Release_MDI/MDI.pdb</ProgramDatabaseFile>
  87. <SubSystem>Windows</SubSystem>
  88. <OptimizeReferences>true</OptimizeReferences>
  89. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  90. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  91. <DataExecutionPrevention />
  92. </Link>
  93. </ItemDefinitionGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <Midl>
  96. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <SuppressStartupBanner>true</SuppressStartupBanner>
  98. <TargetEnvironment>Win32</TargetEnvironment>
  99. <TypeLibraryName>.\../../Result/Object/Debug_MDI/MDI.tlb</TypeLibraryName>
  100. <HeaderFileName />
  101. </Midl>
  102. <ClCompile>
  103. <Optimization>Disabled</Optimization>
  104. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  106. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  107. <PrecompiledHeader>Use</PrecompiledHeader>
  108. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  109. <PrecompiledHeaderOutputFile>.\../../Result/Object/Debug_MDI/MDI.pch</PrecompiledHeaderOutputFile>
  110. <AssemblerListingLocation>.\../../Result/Object/Debug_MDI/</AssemblerListingLocation>
  111. <ObjectFileName>.\../../Result/Object/Debug_MDI/</ObjectFileName>
  112. <ProgramDataBaseFileName>.\../../Result/Object/Debug_MDI/</ProgramDataBaseFileName>
  113. <WarningLevel>Level3</WarningLevel>
  114. <SuppressStartupBanner>true</SuppressStartupBanner>
  115. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  116. </ClCompile>
  117. <ResourceCompile>
  118. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <Culture>0x0804</Culture>
  120. </ResourceCompile>
  121. <Link>
  122. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;../../Result/LIB/SkinSTD.lib;%(AdditionalDependencies)</AdditionalDependencies>
  123. <OutputFile>../../Result/Bin/MDID.exe</OutputFile>
  124. <SuppressStartupBanner>true</SuppressStartupBanner>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <ProgramDatabaseFile>.\../../Result/Object/Debug_MDI/MDID.pdb</ProgramDatabaseFile>
  127. <SubSystem>Windows</SubSystem>
  128. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  129. <DataExecutionPrevention />
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemGroup>
  133. <ClCompile Include="ChildFrm.cpp">
  134. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  135. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  136. </ClCompile>
  137. <ClCompile Include="MainFrm.cpp">
  138. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  139. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  140. </ClCompile>
  141. <ClCompile Include="MDI.cpp">
  142. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  143. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  144. </ClCompile>
  145. <ClCompile Include="MDIDoc.cpp">
  146. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  147. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  148. </ClCompile>
  149. <ClCompile Include="MDIView.cpp">
  150. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  151. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  152. </ClCompile>
  153. <ClCompile Include="stdafx.cpp">
  154. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  155. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  156. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  157. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  158. </ClCompile>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ClInclude Include="ChildFrm.h" />
  162. <ClInclude Include="MainFrm.h" />
  163. <ClInclude Include="MDI.h" />
  164. <ClInclude Include="MDIDoc.h" />
  165. <ClInclude Include="MDIView.h" />
  166. <ClInclude Include="Resource.h" />
  167. <ClInclude Include="stdafx.h" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Image Include="res\MDI.ico" />
  171. <Image Include="res\MDIDoc.ico" />
  172. <Image Include="res\Toolbar.bmp" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ResourceCompile Include="MDI.rc">
  176. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_DEBUG</PreprocessorDefinitions>
  177. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NDEBUG</PreprocessorDefinitions>
  178. </ResourceCompile>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="res\MDI.rc2" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Manifest Include="res\MDI.manifest" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <ProjectReference Include="..\..\Detours\Detours.vcxproj">
  188. <Project>{432ca99a-75bf-490d-a18c-caced7cf16ea}</Project>
  189. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  190. </ProjectReference>
  191. <ProjectReference Include="..\..\SkinST\SkinST.vcxproj">
  192. <Project>{236778c1-0211-4e69-ad5a-075b5865e4a3}</Project>
  193. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  194. </ProjectReference>
  195. </ItemGroup>
  196. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  197. <ImportGroup Label="ExtensionTargets">
  198. </ImportGroup>
  199. </Project>