Sample.vcxproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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>{F83F33AD-7FA3-44D0-B288-67ACEF03DE5F}</ProjectGuid>
  15. <Keyword>MFCProj</Keyword>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Debug|Win32'">
  46. <OutDir>.\../../Result/Object/Debug_Sample\</OutDir>
  47. <IntDir>.\../../Result/Object/Debug_Sample\</IntDir>
  48. <LinkIncremental>false</LinkIncremental>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <OutDir>.\../../Result/Object/Release_Sample\</OutDir>
  52. <IntDir>.\../../Result/Object/Release_Sample\</IntDir>
  53. <LinkIncremental>false</LinkIncremental>
  54. </PropertyGroup>
  55. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  56. <Midl>
  57. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58. <SuppressStartupBanner>true</SuppressStartupBanner>
  59. <TargetEnvironment>Win32</TargetEnvironment>
  60. <TypeLibraryName>.\../../Result/Object/Debug_Sample/Sample.tlb</TypeLibraryName>
  61. <HeaderFileName />
  62. </Midl>
  63. <ClCompile>
  64. <Optimization>Disabled</Optimization>
  65. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  67. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  68. <PrecompiledHeader>Use</PrecompiledHeader>
  69. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  70. <PrecompiledHeaderOutputFile>.\../../Result/Object/Debug_Sample/Sample.pch</PrecompiledHeaderOutputFile>
  71. <AssemblerListingLocation>.\../../Result/Object/Debug_Sample/</AssemblerListingLocation>
  72. <ObjectFileName>.\../../Result/Object/Debug_Sample/</ObjectFileName>
  73. <ProgramDataBaseFileName>.\../../Result/Object/Debug_Sample/</ProgramDataBaseFileName>
  74. <WarningLevel>Level3</WarningLevel>
  75. <SuppressStartupBanner>true</SuppressStartupBanner>
  76. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  77. </ClCompile>
  78. <ResourceCompile>
  79. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. <Culture>0x0804</Culture>
  81. </ResourceCompile>
  82. <Link>
  83. <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>
  84. <OutputFile>../../Result/BIN/SampleD.exe</OutputFile>
  85. <SuppressStartupBanner>true</SuppressStartupBanner>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <ProgramDatabaseFile>.\../../Result/Object/Debug_Sample/SampleD.pdb</ProgramDatabaseFile>
  88. <SubSystem>Windows</SubSystem>
  89. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  90. <DataExecutionPrevention />
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  94. <Midl>
  95. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <SuppressStartupBanner>true</SuppressStartupBanner>
  97. <TargetEnvironment>Win32</TargetEnvironment>
  98. <TypeLibraryName>.\../../Result/Object/Release_Sample/Sample.tlb</TypeLibraryName>
  99. <HeaderFileName />
  100. </Midl>
  101. <ClCompile>
  102. <Optimization>Disabled</Optimization>
  103. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  105. <PrecompiledHeader>Use</PrecompiledHeader>
  106. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  107. <PrecompiledHeaderOutputFile>.\../../Result/Object/Release_Sample/Sample.pch</PrecompiledHeaderOutputFile>
  108. <AssemblerListingLocation>.\../../Result/Object/Release_Sample/</AssemblerListingLocation>
  109. <ObjectFileName>.\../../Result/Object/Release_Sample/</ObjectFileName>
  110. <ProgramDataBaseFileName>.\../../Result/Object/Release_Sample/</ProgramDataBaseFileName>
  111. <WarningLevel>Level3</WarningLevel>
  112. <SuppressStartupBanner>true</SuppressStartupBanner>
  113. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  114. </ClCompile>
  115. <ResourceCompile>
  116. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <Culture>0x0804</Culture>
  118. </ResourceCompile>
  119. <Link>
  120. <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>
  121. <OutputFile>../../Result/BIN/Sample.exe</OutputFile>
  122. <SuppressStartupBanner>true</SuppressStartupBanner>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. <ProgramDatabaseFile>.\../../Result/Object/Release_Sample/Sample.pdb</ProgramDatabaseFile>
  125. <SubSystem>Windows</SubSystem>
  126. <OptimizeReferences>true</OptimizeReferences>
  127. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  128. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  129. <DataExecutionPrevention />
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemGroup>
  133. <ClCompile Include="Sample.cpp">
  134. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  135. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  136. </ClCompile>
  137. <ClCompile Include="SampleDlg.cpp">
  138. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  139. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  140. </ClCompile>
  141. <ClCompile Include="stdafx.cpp">
  142. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  143. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  144. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  145. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  146. </ClCompile>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ClInclude Include="Resource.h" />
  150. <ClInclude Include="Sample.h" />
  151. <ClInclude Include="SampleDlg.h" />
  152. <ClInclude Include="stdafx.h" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Image Include="res\Sample.ico" />
  156. <Image Include="res\Sample1.ico" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <ResourceCompile Include="Sample.rc">
  160. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_DEBUG</PreprocessorDefinitions>
  161. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NDEBUG</PreprocessorDefinitions>
  162. </ResourceCompile>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <None Include="res\Sample.rc2" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ProjectReference Include="..\..\Detours\Detours.vcxproj">
  169. <Project>{432ca99a-75bf-490d-a18c-caced7cf16ea}</Project>
  170. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  171. </ProjectReference>
  172. <ProjectReference Include="..\..\SkinST\SkinST.vcxproj">
  173. <Project>{236778c1-0211-4e69-ad5a-075b5865e4a3}</Project>
  174. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  175. </ProjectReference>
  176. </ItemGroup>
  177. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  178. <ImportGroup Label="ExtensionTargets">
  179. </ImportGroup>
  180. </Project>