BansheeCore.vcxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  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="DebugRelease|Win32">
  5. <Configuration>DebugRelease</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="DebugRelease|x64">
  9. <Configuration>DebugRelease</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{9B21D41C-516B-43BF-9B10-E99B599C7589}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>CamelotCore</RootNamespace>
  33. <ProjectName>BansheeCore</ProjectName>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v140</PlatformToolset>
  40. <CharacterSet>NotSet</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <CharacterSet>NotSet</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v140</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>NotSet</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v140</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>NotSet</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v140</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>NotSet</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v140</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>NotSet</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  99. <LinkIncremental>true</LinkIncremental>
  100. <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
  101. <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
  102. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  103. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <LinkIncremental>true</LinkIncremental>
  107. <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
  108. <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x64;$(LibraryPath)</LibraryPath>
  109. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  110. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  113. <LinkIncremental>false</LinkIncremental>
  114. <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
  115. <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
  116. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  117. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  120. <LinkIncremental>false</LinkIncremental>
  121. <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
  122. <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
  123. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  124. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  127. <LinkIncremental>false</LinkIncremental>
  128. <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
  129. <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x64;$(LibraryPath)</LibraryPath>
  130. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  131. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  134. <LinkIncremental>false</LinkIncremental>
  135. <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
  136. <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x64;$(LibraryPath)</LibraryPath>
  137. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  138. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  139. </PropertyGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  141. <ClCompile>
  142. <PrecompiledHeader>
  143. </PrecompiledHeader>
  144. <WarningLevel>Level3</WarningLevel>
  145. <Optimization>Disabled</Optimization>
  146. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;BS_CORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <AdditionalIncludeDirectories>./Include;../BansheeUtility/Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  148. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  149. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  150. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  151. <ExceptionHandling>false</ExceptionHandling>
  152. <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>NotSet</SubSystem>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <AdditionalDependencies>BansheeUtility.lib;nvtt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  158. <AdditionalLibraryDirectories>../lib/x86/$(Configuration);../Dependencies/lib/x86/Debug</AdditionalLibraryDirectories>
  159. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  160. </Link>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  163. <ClCompile>
  164. <PrecompiledHeader>
  165. </PrecompiledHeader>
  166. <WarningLevel>Level3</WarningLevel>
  167. <Optimization>Disabled</Optimization>
  168. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;BS_CORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <AdditionalIncludeDirectories>./Include;../BansheeUtility/Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  170. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  171. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  172. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  173. <ExceptionHandling>false</ExceptionHandling>
  174. <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
  175. </ClCompile>
  176. <Link>
  177. <SubSystem>NotSet</SubSystem>
  178. <GenerateDebugInformation>true</GenerateDebugInformation>
  179. <AdditionalDependencies>BansheeUtility.lib;nvtt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  180. <AdditionalLibraryDirectories>../lib/$(Platform)/$(Configuration);../Dependencies/lib/x64/Debug</AdditionalLibraryDirectories>
  181. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  182. </Link>
  183. </ItemDefinitionGroup>
  184. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  185. <ClCompile>
  186. <WarningLevel>Level3</WarningLevel>
  187. <PrecompiledHeader>
  188. </PrecompiledHeader>
  189. <Optimization>MaxSpeed</Optimization>
  190. <FunctionLevelLinking>true</FunctionLevelLinking>
  191. <IntrinsicFunctions>true</IntrinsicFunctions>
  192. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;BS_CORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <AdditionalIncludeDirectories>./Include;../BansheeUtility/Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  194. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  195. <DebugInformationFormat>None</DebugInformationFormat>
  196. <BufferSecurityCheck>false</BufferSecurityCheck>
  197. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  198. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  199. <ExceptionHandling>false</ExceptionHandling>
  200. <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
  201. </ClCompile>
  202. <Link>
  203. <SubSystem>NotSet</SubSystem>
  204. <GenerateDebugInformation>false</GenerateDebugInformation>
  205. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  206. <OptimizeReferences>true</OptimizeReferences>
  207. <AdditionalDependencies>BansheeUtility.lib;nvtt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  208. <AdditionalLibraryDirectories>../lib/x86/$(Configuration);../Dependencies/lib/x86/Release</AdditionalLibraryDirectories>
  209. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  210. </Link>
  211. </ItemDefinitionGroup>
  212. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  213. <ClCompile>
  214. <WarningLevel>Level3</WarningLevel>
  215. <PrecompiledHeader>
  216. </PrecompiledHeader>
  217. <Optimization>MaxSpeed</Optimization>
  218. <FunctionLevelLinking>true</FunctionLevelLinking>
  219. <IntrinsicFunctions>true</IntrinsicFunctions>
  220. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;BS_CORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  221. <AdditionalIncludeDirectories>./Include;../BansheeUtility/Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  222. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  223. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  224. <BufferSecurityCheck>false</BufferSecurityCheck>
  225. <MinimalRebuild>true</MinimalRebuild>
  226. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  227. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  228. <ExceptionHandling>false</ExceptionHandling>
  229. <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
  230. </ClCompile>
  231. <Link>
  232. <SubSystem>NotSet</SubSystem>
  233. <GenerateDebugInformation>true</GenerateDebugInformation>
  234. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  235. <OptimizeReferences>true</OptimizeReferences>
  236. <AdditionalDependencies>BansheeUtility.lib;nvtt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  237. <AdditionalLibraryDirectories>../lib/x86/$(Configuration);../Dependencies/lib/x86/DebugRelease</AdditionalLibraryDirectories>
  238. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  239. </Link>
  240. </ItemDefinitionGroup>
  241. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  242. <ClCompile>
  243. <WarningLevel>Level3</WarningLevel>
  244. <PrecompiledHeader>
  245. </PrecompiledHeader>
  246. <Optimization>MaxSpeed</Optimization>
  247. <FunctionLevelLinking>true</FunctionLevelLinking>
  248. <IntrinsicFunctions>true</IntrinsicFunctions>
  249. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;BS_CORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  250. <AdditionalIncludeDirectories>./Include;../BansheeUtility/Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  251. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  252. <DebugInformationFormat>None</DebugInformationFormat>
  253. <BufferSecurityCheck>false</BufferSecurityCheck>
  254. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  255. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  256. <ExceptionHandling>false</ExceptionHandling>
  257. <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
  258. </ClCompile>
  259. <Link>
  260. <SubSystem>NotSet</SubSystem>
  261. <GenerateDebugInformation>false</GenerateDebugInformation>
  262. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  263. <OptimizeReferences>true</OptimizeReferences>
  264. <AdditionalDependencies>BansheeUtility.lib;nvtt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  265. <AdditionalLibraryDirectories>../lib/$(Platform)/$(Configuration);../Dependencies/lib/x64/Release</AdditionalLibraryDirectories>
  266. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  267. </Link>
  268. </ItemDefinitionGroup>
  269. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  270. <ClCompile>
  271. <WarningLevel>Level3</WarningLevel>
  272. <PrecompiledHeader>
  273. </PrecompiledHeader>
  274. <Optimization>MaxSpeed</Optimization>
  275. <FunctionLevelLinking>true</FunctionLevelLinking>
  276. <IntrinsicFunctions>true</IntrinsicFunctions>
  277. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;BS_CORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  278. <AdditionalIncludeDirectories>./Include;../BansheeUtility/Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  279. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  280. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  281. <BufferSecurityCheck>false</BufferSecurityCheck>
  282. <MinimalRebuild>true</MinimalRebuild>
  283. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  284. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  285. <ExceptionHandling>false</ExceptionHandling>
  286. <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
  287. </ClCompile>
  288. <Link>
  289. <SubSystem>NotSet</SubSystem>
  290. <GenerateDebugInformation>true</GenerateDebugInformation>
  291. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  292. <OptimizeReferences>true</OptimizeReferences>
  293. <AdditionalDependencies>BansheeUtility.lib;nvtt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  294. <AdditionalLibraryDirectories>../lib/$(Platform)/$(Configuration);../Dependencies/lib/x64/DebugRelease</AdditionalLibraryDirectories>
  295. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  296. </Link>
  297. </ItemDefinitionGroup>
  298. <ItemGroup>
  299. <ClInclude Include="Include\BsCoreObjectCore.h" />
  300. <ClInclude Include="Include\BsHString.h" />
  301. <ClInclude Include="Include\BsIconUtility.h" />
  302. <ClInclude Include="Include\BsMaterialParams.h" />
  303. <ClInclude Include="Include\BsMaterialParamsRTTI.h" />
  304. <ClInclude Include="Include\BsMeshImportOptions.h" />
  305. <ClInclude Include="Include\BsMeshImportOptionsRTTI.h" />
  306. <ClInclude Include="Include\BsMeshUtility.h" />
  307. <ClInclude Include="Include\BsParamBlocks.h" />
  308. <ClInclude Include="Include\BsPrefab.h" />
  309. <ClInclude Include="Include\BsPrefabDiff.h" />
  310. <ClInclude Include="Include\BsPrefabDiffRTTI.h" />
  311. <ClInclude Include="Include\BsPrefabRTTI.h" />
  312. <ClInclude Include="Include\BsPrefabUtility.h" />
  313. <ClInclude Include="Include\BsRendererMeshData.h" />
  314. <ClInclude Include="Include\BsRendererUtility.h" />
  315. <ClInclude Include="Include\BsShaderIncludeRTTI.h" />
  316. <ClInclude Include="Include\BsIResourceListener.h" />
  317. <ClInclude Include="Include\BsMaterialParam.h" />
  318. <ClInclude Include="Include\BsRenderStats.h" />
  319. <ClInclude Include="Include\BsCoreThread.h" />
  320. <ClInclude Include="Include\BsProfilerCPU.h" />
  321. <ClInclude Include="Include\BsDeferredCallManager.h" />
  322. <ClInclude Include="Include\BsDrawOps.h" />
  323. <ClInclude Include="Include\BsEventQuery.h" />
  324. <ClInclude Include="Include\BsFolderMonitor.h" />
  325. <ClInclude Include="Include\BsGameObjectHandle.h" />
  326. <ClInclude Include="Include\BsGameObject.h" />
  327. <ClInclude Include="Include\BsGameObjectHandleRTTI.h" />
  328. <ClInclude Include="Include\BsGameObjectManager.h" />
  329. <ClInclude Include="Include\BsGameObjectRTTI.h" />
  330. <ClInclude Include="Include\BsProfilerGPU.h" />
  331. <ClInclude Include="Include\BsGpuResourceData.h" />
  332. <ClInclude Include="Include\BsGpuParamBlockBuffer.h" />
  333. <ClInclude Include="Include\BsGpuResourceDataRTTI.h" />
  334. <ClInclude Include="Include\BsGpuParam.h" />
  335. <ClInclude Include="Include\BsInputFwd.h" />
  336. <ClInclude Include="Include\BsMeshBase.h" />
  337. <ClInclude Include="Include\BsMeshBaseRTTI.h" />
  338. <ClInclude Include="Include\BsMeshHeap.h" />
  339. <ClInclude Include="Include\BsOSInputHandler.h" />
  340. <ClInclude Include="Include\BsPixelData.h" />
  341. <ClInclude Include="Include\BsPixelDataRTTI.h" />
  342. <ClInclude Include="Include\BsPixelUtil.h" />
  343. <ClInclude Include="Include\BsPixelVolume.h" />
  344. <ClInclude Include="Include\BsPlatform.h" />
  345. <ClInclude Include="Include\BsProfilingManager.h" />
  346. <ClInclude Include="Include\BsQueryManager.h" />
  347. <ClInclude Include="Include\BsSavedResourceData.h" />
  348. <ClInclude Include="Include\BsSavedResourceDataRTTI.h" />
  349. <ClInclude Include="Include\BsResourceListenerManager.h" />
  350. <ClInclude Include="Include\BsResourceManifest.h" />
  351. <ClInclude Include="Include\BsResourceManifestRTTI.h" />
  352. <ClInclude Include="Include\BsResourceMetaData.h" />
  353. <ClInclude Include="Include\BsResourceMetaDataRTTI.h" />
  354. <ClInclude Include="Include\BsSceneObjectRTTI.h" />
  355. <ClInclude Include="Include\BsCoreApplication.h" />
  356. <ClInclude Include="Include\BsBlendStateRTTI.h" />
  357. <ClInclude Include="Include\BsCommandQueue.h" />
  358. <ClInclude Include="Include\BsCommonTypes.h" />
  359. <ClInclude Include="Include\BsComponentRTTI.h" />
  360. <ClInclude Include="Include\BsCoreObject.h" />
  361. <ClInclude Include="Include\BsCoreObjectManager.h" />
  362. <ClInclude Include="Include\BsCoreThreadAccessor.h" />
  363. <ClInclude Include="Include\BsDepthStencilStateRTTI.h" />
  364. <ClInclude Include="Include\BsDepthStencilState.h" />
  365. <ClInclude Include="Include\BsFont.h" />
  366. <ClInclude Include="Include\BsFontDesc.h" />
  367. <ClInclude Include="Include\BsFontImportOptions.h" />
  368. <ClInclude Include="Include\BsFontImportOptionsRTTI.h" />
  369. <ClInclude Include="Include\BsFontManager.h" />
  370. <ClInclude Include="Include\BsFontRTTI.h" />
  371. <ClInclude Include="Include\BsGpuBuffer.h" />
  372. <ClInclude Include="Include\BsGpuBufferView.h" />
  373. <ClInclude Include="Include\BsGpuParamDesc.h" />
  374. <ClInclude Include="Include\BsGpuParams.h" />
  375. <ClInclude Include="Include\BsShaderInclude.h" />
  376. <ClInclude Include="Include\BsGpuProgram.h" />
  377. <ClInclude Include="Include\BsGpuProgramRTTI.h" />
  378. <ClInclude Include="Include\BsHardwareBuffer.h" />
  379. <ClInclude Include="Include\BsHardwareBufferManager.h" />
  380. <ClInclude Include="Include\BsImportOptions.h" />
  381. <ClInclude Include="Include\BsImportOptionsRTTI.h" />
  382. <ClInclude Include="Include\BsIndexBuffer.h" />
  383. <ClInclude Include="Include\BsMaterialManager.h" />
  384. <ClInclude Include="Include\BsMeshManager.h" />
  385. <ClInclude Include="Include\BsOcclusionQuery.h" />
  386. <ClInclude Include="Include\BsPixelBuffer.h" />
  387. <ClInclude Include="Include\BsShaderIncludeImporter.h" />
  388. <ClInclude Include="Include\BsShaderManager.h" />
  389. <ClInclude Include="Include\BsStringTable.h" />
  390. <ClInclude Include="Include\BsStringTableManager.h" />
  391. <ClInclude Include="Include\BsStringTableRTTI.h" />
  392. <ClInclude Include="Include\BsSubMesh.h" />
  393. <ClInclude Include="Include\BsTextureImportOptions.h" />
  394. <ClInclude Include="Include\BsTextureImportOptionsRTTI.h" />
  395. <ClInclude Include="Include\BsTextureView.h" />
  396. <ClInclude Include="Include\BsTextData.h" />
  397. <ClInclude Include="Include\BsTimerQuery.h" />
  398. <ClInclude Include="Include\BsTransientMesh.h" />
  399. <ClInclude Include="Include\BsUtility.h" />
  400. <ClInclude Include="Include\BsUUID.h" />
  401. <ClInclude Include="Include\BsVertexBuffer.h" />
  402. <ClInclude Include="Include\BsGpuProgramManager.h" />
  403. <ClInclude Include="Include\BsImporter.h" />
  404. <ClInclude Include="Include\BsInput.h" />
  405. <ClInclude Include="Include\BsRawInputHandler.h" />
  406. <ClInclude Include="Include\BsMaterial.h" />
  407. <ClInclude Include="Include\BsMaterialRTTI.h" />
  408. <ClInclude Include="Include\BsMesh.h" />
  409. <ClInclude Include="Include\BsMeshData.h" />
  410. <ClInclude Include="Include\BsMeshDataRTTI.h" />
  411. <ClInclude Include="Include\BsMultiRenderTexture.h" />
  412. <ClInclude Include="Include\BsPass.h" />
  413. <ClInclude Include="Include\BsPassRTTI.h" />
  414. <ClInclude Include="Include\BsCorePrerequisites.h" />
  415. <ClInclude Include="Include\BsRasterizerState.h" />
  416. <ClInclude Include="Include\BsRasterizerStateRTTI.h" />
  417. <ClInclude Include="Include\BsCoreRenderer.h" />
  418. <ClInclude Include="Include\BsRendererFactory.h" />
  419. <ClInclude Include="Include\BsRendererManager.h" />
  420. <ClInclude Include="Include\BsRenderStateManager.h" />
  421. <ClInclude Include="Include\BsRenderAPI.h" />
  422. <ClInclude Include="Include\BsRenderAPICapabilities.h" />
  423. <ClInclude Include="Include\BsRenderAPIFactory.h" />
  424. <ClInclude Include="Include\BsRenderAPIManager.h" />
  425. <ClInclude Include="Include\BsRenderTarget.h" />
  426. <ClInclude Include="Include\BsRenderTexture.h" />
  427. <ClInclude Include="Include\BsRenderWindow.h" />
  428. <ClInclude Include="Include\BsRenderWindowManager.h" />
  429. <ClInclude Include="Include\BsResource.h" />
  430. <ClInclude Include="Include\BsResourceHandle.h" />
  431. <ClInclude Include="Include\BsResourceHandleRTTI.h" />
  432. <ClInclude Include="Include\BsResources.h" />
  433. <ClInclude Include="Include\BsSamplerStateRTTI.h" />
  434. <ClInclude Include="Include\BsCoreSceneManager.h" />
  435. <ClInclude Include="Include\BsShaderRTTI.h" />
  436. <ClInclude Include="Include\BsSpecificImporter.h" />
  437. <ClInclude Include="Include\BsTechniqueRTTI.h" />
  438. <ClInclude Include="Include\BsTexture.h" />
  439. <ClInclude Include="Include\BsTextureManager.h" />
  440. <ClInclude Include="Include\BsTextureRTTI.h" />
  441. <ClInclude Include="Include\BsSamplerState.h" />
  442. <ClInclude Include="Include\BsVertexDataDesc.h" />
  443. <ClInclude Include="Include\BsVertexDataDescRTTI.h" />
  444. <ClInclude Include="Include\BsVertexDeclaration.h" />
  445. <ClInclude Include="Include\BsVertexData.h" />
  446. <ClInclude Include="Include\BsVideoModeInfo.h" />
  447. <ClInclude Include="Include\BsViewport.h" />
  448. <ClInclude Include="Include\BsResourceRTTI.h" />
  449. <ClInclude Include="Include\BsSceneObject.h" />
  450. <ClInclude Include="Include\BsComponent.h" />
  451. <ClInclude Include="Include\BsShader.h" />
  452. <ClInclude Include="Include\BsBlendState.h" />
  453. <ClInclude Include="Include\BsVertexDeclarationRTTI.h" />
  454. <ClInclude Include="Include\BsTechnique.h" />
  455. <ClInclude Include="Include\BsViewportRTTI.h" />
  456. <ClInclude Include="Include\Win32\BsWin32Window.h" />
  457. <ClInclude Include="Include\Win32\BsWin32Defs.h" />
  458. <ClInclude Include="Include\Win32\BsWin32Platform.h" />
  459. <ClInclude Include="Include\Win32\BsWin32DropTarget.h" />
  460. <ClInclude Include="Include\Win32\BsWin32FolderMonitor.h" />
  461. <ClInclude Include="Include\Win32\BSWin32PlatformData.h" />
  462. <ClInclude Include="Source\BsMeshRTTI.h" />
  463. </ItemGroup>
  464. <ItemGroup>
  465. <ClCompile Include="Source\BsCoreObjectCore.cpp" />
  466. <ClCompile Include="Source\BsCoreThread.cpp" />
  467. <ClCompile Include="Source\BsHString.cpp" />
  468. <ClCompile Include="Source\BsIconUtility.cpp" />
  469. <ClCompile Include="Source\BsIResourceListener.cpp" />
  470. <ClCompile Include="Source\BsMaterialParam.cpp" />
  471. <ClCompile Include="Source\BsMeshImportOptions.cpp" />
  472. <ClCompile Include="Source\BsMeshUtility.cpp" />
  473. <ClCompile Include="Source\BsPrefab.cpp" />
  474. <ClCompile Include="Source\BsPrefabDiff.cpp" />
  475. <ClCompile Include="Source\BsPrefabUtility.cpp" />
  476. <ClCompile Include="Source\BsProfilerCPU.cpp" />
  477. <ClCompile Include="Source\BsDeferredCallManager.cpp" />
  478. <ClCompile Include="Source\BsDrawOps.cpp" />
  479. <ClCompile Include="Source\BsEventQuery.cpp" />
  480. <ClCompile Include="Source\BsGameObjectHandle.cpp" />
  481. <ClCompile Include="Source\BsGameObject.cpp" />
  482. <ClCompile Include="Source\BsCoreApplication.cpp" />
  483. <ClCompile Include="Source\BsBlendState.cpp" />
  484. <ClCompile Include="Source\BsCommandQueue.cpp" />
  485. <ClCompile Include="Source\BsCoreObject.cpp" />
  486. <ClCompile Include="Source\BsCoreObjectManager.cpp" />
  487. <ClCompile Include="Source\BsCoreThreadAccessor.cpp" />
  488. <ClCompile Include="Source\BsDepthStencilState.cpp" />
  489. <ClCompile Include="Source\BsFont.cpp" />
  490. <ClCompile Include="Source\BsFontImportOptions.cpp" />
  491. <ClCompile Include="Source\BsFontManager.cpp" />
  492. <ClCompile Include="Source\BsGameObjectManager.cpp" />
  493. <ClCompile Include="Source\BsGpuBuffer.cpp" />
  494. <ClCompile Include="Source\BsGpuBufferView.cpp" />
  495. <ClCompile Include="Source\BsGpuParamBlockBuffer.cpp" />
  496. <ClCompile Include="Source\BsGpuParams.cpp" />
  497. <ClCompile Include="Source\BsProfilerGPU.cpp" />
  498. <ClCompile Include="Source\BsRendererMeshData.cpp" />
  499. <ClCompile Include="Source\BsRendererUtility.cpp" />
  500. <ClCompile Include="Source\BsShaderInclude.cpp" />
  501. <ClCompile Include="Source\BsGpuProgram.cpp" />
  502. <ClCompile Include="Source\BsGpuResourceData.cpp" />
  503. <ClCompile Include="Source\BsHardwareBufferManager.cpp" />
  504. <ClCompile Include="Source\BsGpuParam.cpp" />
  505. <ClCompile Include="Source\BsImportOptions.cpp" />
  506. <ClCompile Include="Source\BsIndexBuffer.cpp" />
  507. <ClCompile Include="Source\BsMaterialManager.cpp" />
  508. <ClCompile Include="Source\BsMeshBase.cpp" />
  509. <ClCompile Include="Source\BsMeshHeap.cpp" />
  510. <ClCompile Include="Source\BsMeshManager.cpp" />
  511. <ClCompile Include="Source\BsOcclusionQuery.cpp" />
  512. <ClCompile Include="Source\BsOSInputHandler.cpp" />
  513. <ClCompile Include="Source\BsPixelBuffer.cpp" />
  514. <ClCompile Include="Source\BsShaderIncludeImporter.cpp" />
  515. <ClCompile Include="Source\BsPixelData.cpp" />
  516. <ClCompile Include="Source\BsPixelUtil.cpp" />
  517. <ClCompile Include="Source\BsPlatform.cpp" />
  518. <ClCompile Include="Source\BsProfilingManager.cpp" />
  519. <ClCompile Include="Source\BsQueryManager.cpp" />
  520. <ClCompile Include="Source\BsCoreRenderer.cpp" />
  521. <ClCompile Include="Source\BsSavedResourceData.cpp" />
  522. <ClCompile Include="Source\BsResourceListenerManager.cpp" />
  523. <ClCompile Include="Source\BsResourceManifest.cpp" />
  524. <ClCompile Include="Source\BsResourceMetaData.cpp" />
  525. <ClCompile Include="Source\BsShaderManager.cpp" />
  526. <ClCompile Include="Source\BsStringTable.cpp" />
  527. <ClCompile Include="Source\BsStringTableManager.cpp" />
  528. <ClCompile Include="Source\BsTextureImportOptions.cpp" />
  529. <ClCompile Include="Source\BsTextureView.cpp" />
  530. <ClCompile Include="Source\BsTextData.cpp" />
  531. <ClCompile Include="Source\BsTimerQuery.cpp" />
  532. <ClCompile Include="Source\BsTransientMesh.cpp" />
  533. <ClCompile Include="Source\BsUtility.cpp" />
  534. <ClCompile Include="Source\BsUUID.cpp" />
  535. <ClCompile Include="Source\BsVertexBuffer.cpp" />
  536. <ClCompile Include="Source\BsGpuProgramManager.cpp" />
  537. <ClCompile Include="Source\BsImporter.cpp" />
  538. <ClCompile Include="Source\BsInput.cpp" />
  539. <ClCompile Include="Source\BsMaterial.cpp" />
  540. <ClCompile Include="Source\BsMaterialRTTI.cpp" />
  541. <ClCompile Include="Source\BsMesh.cpp" />
  542. <ClCompile Include="Source\BsMeshData.cpp" />
  543. <ClCompile Include="Source\BsMultiRenderTexture.cpp" />
  544. <ClCompile Include="Source\BsPass.cpp" />
  545. <ClCompile Include="Source\BsRasterizerState.cpp" />
  546. <ClCompile Include="Source\BsRendererManager.cpp" />
  547. <ClCompile Include="Source\BsRenderAPI.cpp" />
  548. <ClCompile Include="Source\BsRenderAPICapabilities.cpp" />
  549. <ClCompile Include="Source\BsRenderAPIManager.cpp" />
  550. <ClCompile Include="Source\BsRenderTarget.cpp" />
  551. <ClCompile Include="Source\BsRenderTexture.cpp" />
  552. <ClCompile Include="Source\BsRenderWindow.cpp" />
  553. <ClCompile Include="Source\BsRenderWindowManager.cpp" />
  554. <ClCompile Include="Source\BsResource.cpp" />
  555. <ClCompile Include="Source\BsResourceHandle.cpp" />
  556. <ClCompile Include="Source\BsResources.cpp" />
  557. <ClCompile Include="Source\BsRenderStateManager.cpp" />
  558. <ClCompile Include="Source\BsCoreSceneManager.cpp" />
  559. <ClCompile Include="Source\BsShader.cpp" />
  560. <ClCompile Include="Source\BsSpecificImporter.cpp" />
  561. <ClCompile Include="Source\BsTechnique.cpp" />
  562. <ClCompile Include="Source\BsTexture.cpp" />
  563. <ClCompile Include="Source\BsTextureManager.cpp" />
  564. <ClCompile Include="Source\BsSamplerState.cpp" />
  565. <ClCompile Include="Source\BsVertexDataDesc.cpp" />
  566. <ClCompile Include="Source\BsVertexDeclaration.cpp" />
  567. <ClCompile Include="Source\BsVertexData.cpp" />
  568. <ClCompile Include="Source\BsVideoModeInfo.cpp" />
  569. <ClCompile Include="Source\BsViewport.cpp" />
  570. <ClCompile Include="Source\BsSceneObject.cpp" />
  571. <ClCompile Include="Source\BsComponent.cpp" />
  572. <ClCompile Include="Source\BsMaterialParams.cpp" />
  573. <ClCompile Include="Source\Win32\BsWin32Platform.cpp" />
  574. <ClCompile Include="Source\Win32\BsWin32FolderMonitor.cpp" />
  575. <ClCompile Include="Source\Win32\BsWin32Window.cpp" />
  576. </ItemGroup>
  577. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  578. <ImportGroup Label="ExtensionTargets">
  579. </ImportGroup>
  580. </Project>