SkinBuilder.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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>{28BD2CBE-4B1D-4097-B928-E955DD78EB28}</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_SkinBuilder\</OutDir>
  47. <IntDir>../Result/Object/Release_SkinBuilder\</IntDir>
  48. <LinkIncremental>false</LinkIncremental>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <OutDir>../Result/Object/Debug_SkinBuilder\</OutDir>
  52. <IntDir>../Result/Object/Debug_SkinBuilder\</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_SkinBuilder/SkinBuilder.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_SkinBuilder/SkinBuilder.pch</PrecompiledHeaderOutputFile>
  70. <AssemblerListingLocation>.\../Result/Object/Release_SkinBuilder/</AssemblerListingLocation>
  71. <ObjectFileName>.\../Result/Object/Release_SkinBuilder/</ObjectFileName>
  72. <ProgramDataBaseFileName>.\../Result/Object/Release_SkinBuilder/</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\SkinBuilder.exe</OutputFile>
  84. <SuppressStartupBanner>true</SuppressStartupBanner>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <ProgramDatabaseFile>.\../Result/Object/Release_SkinBuilder/SkinBuilder.pdb</ProgramDatabaseFile>
  87. <SubSystem>Windows</SubSystem>
  88. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  89. <DataExecutionPrevention />
  90. </Link>
  91. </ItemDefinitionGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <Midl>
  94. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <SuppressStartupBanner>true</SuppressStartupBanner>
  96. <TargetEnvironment>Win32</TargetEnvironment>
  97. <TypeLibraryName>.\../Result/Object/Debug_SkinBuilder/SkinBuilder.tlb</TypeLibraryName>
  98. <HeaderFileName />
  99. </Midl>
  100. <ClCompile>
  101. <Optimization>Disabled</Optimization>
  102. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  104. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  105. <PrecompiledHeader>Use</PrecompiledHeader>
  106. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  107. <PrecompiledHeaderOutputFile>.\../Result/Object/Debug_SkinBuilder/SkinBuilder.pch</PrecompiledHeaderOutputFile>
  108. <AssemblerListingLocation>.\../Result/Object/Debug_SkinBuilder/</AssemblerListingLocation>
  109. <ObjectFileName>.\../Result/Object/Debug_SkinBuilder/</ObjectFileName>
  110. <ProgramDataBaseFileName>.\../Result/Object/Debug_SkinBuilder/</ProgramDataBaseFileName>
  111. <WarningLevel>Level3</WarningLevel>
  112. <SuppressStartupBanner>true</SuppressStartupBanner>
  113. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  114. </ClCompile>
  115. <ResourceCompile>
  116. <PreprocessorDefinitions>_DEBUG;%(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/SkinSTD.lib;%(AdditionalDependencies)</AdditionalDependencies>
  121. <OutputFile>../Result/BIN/SkinBuilderD.exe</OutputFile>
  122. <SuppressStartupBanner>true</SuppressStartupBanner>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. <ProgramDatabaseFile>.\../Result/Object/Debug_SkinBuilder/SkinBuilderD.pdb</ProgramDatabaseFile>
  125. <SubSystem>Windows</SubSystem>
  126. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  127. <DataExecutionPrevention />
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemGroup>
  131. <ClCompile Include="ImageDlg.cpp">
  132. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  133. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  134. </ClCompile>
  135. <ClCompile Include="ImageEditWnd.cpp">
  136. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  137. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  138. </ClCompile>
  139. <ClCompile Include="ImageView.cpp">
  140. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  141. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  142. </ClCompile>
  143. <ClCompile Include="MainFrm.cpp">
  144. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  145. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  146. </ClCompile>
  147. <ClCompile Include="PropertyView.cpp">
  148. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  149. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  150. </ClCompile>
  151. <ClCompile Include="SkinBuilder.cpp">
  152. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  153. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  154. </ClCompile>
  155. <ClCompile Include="SkinBuilderDoc.cpp">
  156. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  157. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  158. </ClCompile>
  159. <ClCompile Include="SkinBuilderView.cpp">
  160. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  161. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  162. </ClCompile>
  163. <ClCompile Include="SPColorManager.cpp">
  164. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  165. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  166. </ClCompile>
  167. <ClCompile Include="SPDrawHelpers.cpp">
  168. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  169. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  170. </ClCompile>
  171. <ClCompile Include="SPPPropertyGrid.cpp">
  172. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  173. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  174. </ClCompile>
  175. <ClCompile Include="SPPPropertyGridInplaceButton.cpp">
  176. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  177. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  178. </ClCompile>
  179. <ClCompile Include="SPPPropertyGridInplaceEdit.cpp">
  180. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  181. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  182. </ClCompile>
  183. <ClCompile Include="SPPPropertyGridInplaceList.cpp">
  184. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  185. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  186. </ClCompile>
  187. <ClCompile Include="SPPPropertyGridItem.cpp">
  188. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  189. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  190. </ClCompile>
  191. <ClCompile Include="SPPPropertyGridItemBool.cpp">
  192. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  193. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  194. </ClCompile>
  195. <ClCompile Include="SPPPropertyGridItemColor.cpp">
  196. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  197. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  198. </ClCompile>
  199. <ClCompile Include="SPPPropertyGridItemExt.cpp">
  200. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  201. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  202. </ClCompile>
  203. <ClCompile Include="SPPPropertyGridItemFont.cpp">
  204. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  205. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  206. </ClCompile>
  207. <ClCompile Include="SPPPropertyGridItemNumber.cpp">
  208. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  209. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  210. </ClCompile>
  211. <ClCompile Include="SPPPropertyGridItemSize.cpp">
  212. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  213. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  214. </ClCompile>
  215. <ClCompile Include="SPPPropertyGridPaintManager.cpp">
  216. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  217. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  218. </ClCompile>
  219. <ClCompile Include="SPPPropertyGridView.cpp">
  220. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  221. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  222. </ClCompile>
  223. <ClCompile Include="SPPropertyGridItemImage.cpp">
  224. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  225. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  226. </ClCompile>
  227. <ClCompile Include="SPWinThemeWrapper.cpp">
  228. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  229. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  230. </ClCompile>
  231. <ClCompile Include="stdafx.cpp">
  232. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  233. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  234. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  235. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  236. </ClCompile>
  237. <ClCompile Include="TextEffectDlg.cpp">
  238. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  239. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  240. </ClCompile>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <ClInclude Include="ImageDlg.h" />
  244. <ClInclude Include="ImageEditWnd.h" />
  245. <ClInclude Include="ImageView.h" />
  246. <ClInclude Include="MainFrm.h" />
  247. <ClInclude Include="PropertyView.h" />
  248. <ClInclude Include="Resource.h" />
  249. <ClInclude Include="SkinBuilder.h" />
  250. <ClInclude Include="SkinBuilderDoc.h" />
  251. <ClInclude Include="SkinBuilderView.h" />
  252. <ClInclude Include="SPColorManager.h" />
  253. <ClInclude Include="SPDrawHelpers.h" />
  254. <ClInclude Include="SPMacros.h" />
  255. <ClInclude Include="SPMaskEditT.h" />
  256. <ClInclude Include="SPPropertyGrid.h" />
  257. <ClInclude Include="SPPropertyGridDefines.h" />
  258. <ClInclude Include="SPPropertyGridIncludes.h" />
  259. <ClInclude Include="SPPropertyGridInplaceButton.h" />
  260. <ClInclude Include="SPPropertyGridInplaceEdit.h" />
  261. <ClInclude Include="SPPropertyGridInplaceList.h" />
  262. <ClInclude Include="SPPropertyGridItem.h" />
  263. <ClInclude Include="SPPropertyGridItemBool.h" />
  264. <ClInclude Include="SPPropertyGridItemColor.h" />
  265. <ClInclude Include="SPPropertyGridItemExt.h" />
  266. <ClInclude Include="SPPropertyGridItemFont.h" />
  267. <ClInclude Include="SPPropertyGridItemImage.h" />
  268. <ClInclude Include="SPPropertyGridItemNumber.h" />
  269. <ClInclude Include="SPPropertyGridItemSize.h" />
  270. <ClInclude Include="SPPropertyGridPaintManager.h" />
  271. <ClInclude Include="SPPropertyGridResource.h" />
  272. <ClInclude Include="SPPropertyGridView.h" />
  273. <ClInclude Include="SPVC80Helpers.h" />
  274. <ClInclude Include="SPWinThemeWrapper.h" />
  275. <ClInclude Include="stdafx.h" />
  276. <ClInclude Include="TextEffectDlg.h" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <Image Include="res\bmpmain.bmp" />
  280. <Image Include="res\SkinBuilder.ico" />
  281. <Image Include="res\SkinBuilder1.ico" />
  282. <Image Include="res\SkinBuilderDoc.ico" />
  283. <Image Include="res\SkinType.ico" />
  284. <Image Include="res\tbar_propgrid.bmp" />
  285. <Image Include="res\Toolbar.bmp" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <None Include="res\hand.cur" />
  289. <None Include="res\resize.cur" />
  290. <None Include="res\SkinBuilder.rc2" />
  291. <None Include="res\Splith.cur" />
  292. <None Include="res\Splitv.cur" />
  293. <None Include="SkinBuilder.reg" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <ResourceCompile Include="SkinBuilder.rc">
  297. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_DEBUG</PreprocessorDefinitions>
  298. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NDEBUG</PreprocessorDefinitions>
  299. </ResourceCompile>
  300. </ItemGroup>
  301. <ItemGroup>
  302. <ProjectReference Include="..\Detours\Detours.vcxproj">
  303. <Project>{432ca99a-75bf-490d-a18c-caced7cf16ea}</Project>
  304. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  305. </ProjectReference>
  306. <ProjectReference Include="..\SkinST\SkinST.vcxproj">
  307. <Project>{236778c1-0211-4e69-ad5a-075b5865e4a3}</Project>
  308. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  309. </ProjectReference>
  310. </ItemGroup>
  311. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  312. <ImportGroup Label="ExtensionTargets">
  313. </ImportGroup>
  314. </Project>