BansheeGLRenderAPI.vcxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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="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>{F58FF869-2EA6-4FFF-AB84-328C531BA9D9}</ProjectGuid>
  31. <RootNamespace>CamelotGLRenderer</RootNamespace>
  32. <ProjectName>BansheeGLRenderAPI</ProjectName>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v120</PlatformToolset>
  39. <CharacterSet>NotSet</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v120</PlatformToolset>
  45. <CharacterSet>NotSet</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v120</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>NotSet</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <PlatformToolset>v120</PlatformToolset>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>NotSet</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  62. <ConfigurationType>DynamicLibrary</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <PlatformToolset>v120</PlatformToolset>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <CharacterSet>NotSet</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'" Label="Configuration">
  69. <ConfigurationType>DynamicLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>v120</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>NotSet</CharacterSet>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <PropertyGroup Label="UserMacros" />
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  99. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  102. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  103. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  106. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  107. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  110. <OutDir>..\bin\x86\$(Configuration)\</OutDir>
  111. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  114. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  115. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  118. <OutDir>..\bin\$(Platform)\$(Configuration)\</OutDir>
  119. <IntDir>.\Intermediate\$(Platform)\$(Configuration)\</IntDir>
  120. </PropertyGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <Optimization>Disabled</Optimization>
  125. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  126. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  128. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  129. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  130. <ExceptionHandling>false</ExceptionHandling>
  131. <DisableSpecificWarnings>4530</DisableSpecificWarnings>
  132. </ClCompile>
  133. <Link>
  134. <GenerateDebugInformation>true</GenerateDebugInformation>
  135. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  136. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  137. <AdditionalLibraryDirectories>..\lib\x86\$(Configuration);..\Dependencies\lib\x86\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  141. <ClCompile>
  142. <WarningLevel>Level3</WarningLevel>
  143. <Optimization>Disabled</Optimization>
  144. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  145. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  147. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  148. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  149. <ExceptionHandling>false</ExceptionHandling>
  150. <DisableSpecificWarnings>4530</DisableSpecificWarnings>
  151. </ClCompile>
  152. <Link>
  153. <GenerateDebugInformation>true</GenerateDebugInformation>
  154. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  155. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  156. <AdditionalLibraryDirectories>..\lib\$(Platform)\$(Configuration);..\Dependencies\lib\x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  157. <ShowProgress>NotSet</ShowProgress>
  158. </Link>
  159. </ItemDefinitionGroup>
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <ClCompile>
  162. <WarningLevel>Level3</WarningLevel>
  163. <Optimization>MaxSpeed</Optimization>
  164. <FunctionLevelLinking>true</FunctionLevelLinking>
  165. <IntrinsicFunctions>true</IntrinsicFunctions>
  166. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  169. <BufferSecurityCheck>false</BufferSecurityCheck>
  170. <DebugInformationFormat>None</DebugInformationFormat>
  171. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  172. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  173. <ExceptionHandling>false</ExceptionHandling>
  174. <DisableSpecificWarnings>4530</DisableSpecificWarnings>
  175. </ClCompile>
  176. <Link>
  177. <GenerateDebugInformation>false</GenerateDebugInformation>
  178. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  179. <OptimizeReferences>true</OptimizeReferences>
  180. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  181. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  182. <AdditionalLibraryDirectories>..\lib\x86\$(Configuration);..\Dependencies\lib\x86\Release</AdditionalLibraryDirectories>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  186. <ClCompile>
  187. <WarningLevel>Level3</WarningLevel>
  188. <Optimization>MaxSpeed</Optimization>
  189. <FunctionLevelLinking>true</FunctionLevelLinking>
  190. <IntrinsicFunctions>true</IntrinsicFunctions>
  191. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  192. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  194. <BufferSecurityCheck>false</BufferSecurityCheck>
  195. <MinimalRebuild>true</MinimalRebuild>
  196. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  197. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  198. <ExceptionHandling>false</ExceptionHandling>
  199. <DisableSpecificWarnings>4530</DisableSpecificWarnings>
  200. </ClCompile>
  201. <Link>
  202. <GenerateDebugInformation>true</GenerateDebugInformation>
  203. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  204. <OptimizeReferences>true</OptimizeReferences>
  205. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  206. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  207. <AdditionalLibraryDirectories>..\lib\x86\$(Configuration);..\Dependencies\lib\x86\DebugRelease</AdditionalLibraryDirectories>
  208. </Link>
  209. </ItemDefinitionGroup>
  210. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  211. <ClCompile>
  212. <WarningLevel>Level3</WarningLevel>
  213. <Optimization>MaxSpeed</Optimization>
  214. <FunctionLevelLinking>true</FunctionLevelLinking>
  215. <IntrinsicFunctions>true</IntrinsicFunctions>
  216. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  217. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  218. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  219. <BufferSecurityCheck>false</BufferSecurityCheck>
  220. <DebugInformationFormat>None</DebugInformationFormat>
  221. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  222. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  223. <ExceptionHandling>false</ExceptionHandling>
  224. <DisableSpecificWarnings>4530</DisableSpecificWarnings>
  225. </ClCompile>
  226. <Link>
  227. <GenerateDebugInformation>false</GenerateDebugInformation>
  228. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  229. <OptimizeReferences>true</OptimizeReferences>
  230. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  231. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  232. <AdditionalLibraryDirectories>..\lib\$(Platform)\$(Configuration);..\Dependencies\lib\x64\Release</AdditionalLibraryDirectories>
  233. </Link>
  234. </ItemDefinitionGroup>
  235. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  236. <ClCompile>
  237. <WarningLevel>Level3</WarningLevel>
  238. <Optimization>MaxSpeed</Optimization>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <IntrinsicFunctions>true</IntrinsicFunctions>
  241. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  242. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  244. <BufferSecurityCheck>false</BufferSecurityCheck>
  245. <MinimalRebuild>true</MinimalRebuild>
  246. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  247. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  248. <ExceptionHandling>false</ExceptionHandling>
  249. <DisableSpecificWarnings>4530</DisableSpecificWarnings>
  250. </ClCompile>
  251. <Link>
  252. <GenerateDebugInformation>true</GenerateDebugInformation>
  253. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  254. <OptimizeReferences>true</OptimizeReferences>
  255. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  256. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  257. <AdditionalLibraryDirectories>..\lib\$(Platform)\$(Configuration);..\Dependencies\lib\x64\DebugRelease</AdditionalLibraryDirectories>
  258. </Link>
  259. </ItemDefinitionGroup>
  260. <ItemGroup>
  261. <ClInclude Include="Include\BsGLVertexArrayObjectManager.h" />
  262. <ClInclude Include="Include\BsGLContext.h" />
  263. <ClInclude Include="Include\BsGLEventQuery.h" />
  264. <ClInclude Include="Include\BsGLFrameBufferObject.h" />
  265. <ClInclude Include="Include\BsGLGpuBuffer.h" />
  266. <ClInclude Include="Include\BsGLGpuParamBlockBuffer.h" />
  267. <ClInclude Include="Include\BsGLHardwareBufferManager.h" />
  268. <ClInclude Include="Include\BsGLIndexBuffer.h" />
  269. <ClInclude Include="Include\BsGLOcclusionQuery.h" />
  270. <ClInclude Include="Include\BsGLPixelBuffer.h" />
  271. <ClInclude Include="Include\BsGLQueryManager.h" />
  272. <ClInclude Include="Include\BsGLTimerQuery.h" />
  273. <ClInclude Include="Include\BsGLVertexBuffer.h" />
  274. <ClInclude Include="Include\BsGLMultiRenderTexture.h" />
  275. <ClInclude Include="Include\BsGLPixelFormat.h" />
  276. <ClInclude Include="Include\BsGLPrerequisites.h" />
  277. <ClInclude Include="Include\BsGLRenderAPI.h" />
  278. <ClInclude Include="Include\BsGLRenderAPIFactory.h" />
  279. <ClInclude Include="Include\BsGLRenderTexture.h" />
  280. <ClInclude Include="Include\BsGLRenderWindowManager.h" />
  281. <ClInclude Include="Include\BsGLSupport.h" />
  282. <ClInclude Include="Include\BsGLTexture.h" />
  283. <ClInclude Include="Include\BsGLTextureManager.h" />
  284. <ClInclude Include="Include\BsWin32Context.h" />
  285. <ClInclude Include="Include\BsWin32GLSupport.h" />
  286. <ClInclude Include="Include\BsWin32Prerequisites.h" />
  287. <ClInclude Include="Include\BsWin32VideoModeInfo.h" />
  288. <ClInclude Include="Include\BsWin32RenderWindow.h" />
  289. <ClInclude Include="Source\GLSL\include\BsGLSLGpuProgram.h" />
  290. <ClInclude Include="Source\GLSL\include\BsGLSLParamParser.h" />
  291. <ClInclude Include="Source\GLSL\include\BsGLSLProgramFactory.h" />
  292. <ClInclude Include="Source\GLSL\include\BsGLSLProgramPipelineManager.h" />
  293. <ClInclude Include="Source\win32\BsGLUtil.h" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <ClCompile Include="BsGLPlugin.cpp" />
  297. <ClCompile Include="Source\BsGLSLParamParser.cpp" />
  298. <ClCompile Include="Source\BsGLVertexArrayObjectManager.cpp" />
  299. <ClCompile Include="Source\BsGLContext.cpp" />
  300. <ClCompile Include="Source\BsGLEventQuery.cpp" />
  301. <ClCompile Include="Source\BsGLFrameBufferObject.cpp" />
  302. <ClCompile Include="Source\BsGLGpuBuffer.cpp" />
  303. <ClCompile Include="Source\BsGLGpuParamBlockBuffer.cpp" />
  304. <ClCompile Include="Source\BsGLHardwareBufferManager.cpp" />
  305. <ClCompile Include="Source\BsGLIndexBuffer.cpp" />
  306. <ClCompile Include="Source\BsGLOcclusionQuery.cpp" />
  307. <ClCompile Include="Source\BsGLPixelBuffer.cpp" />
  308. <ClCompile Include="Source\BsGLQueryManager.cpp" />
  309. <ClCompile Include="Source\BsGLTimerQuery.cpp" />
  310. <ClCompile Include="Source\BsGLVertexBuffer.cpp" />
  311. <ClCompile Include="Source\BsGLMultiRenderTexture.cpp" />
  312. <ClCompile Include="Source\BsGLPixelFormat.cpp" />
  313. <ClCompile Include="Source\BsGLRenderAPI.cpp" />
  314. <ClCompile Include="Source\BsGLRenderAPIFactory.cpp" />
  315. <ClCompile Include="Source\BsGLRenderTexture.cpp" />
  316. <ClCompile Include="Source\BsGLRenderWindowManager.cpp" />
  317. <ClCompile Include="Source\BsGLSupport.cpp" />
  318. <ClCompile Include="Source\BsGLTexture.cpp" />
  319. <ClCompile Include="Source\BsGLTextureManager.cpp" />
  320. <ClCompile Include="Source\BsWin32GLSupport.cpp" />
  321. <ClCompile Include="Source\BsWin32VideoModeInfo.cpp" />
  322. <ClCompile Include="Source\BsWin32RenderWindow.cpp" />
  323. <ClCompile Include="Source\glew.cpp" />
  324. <ClCompile Include="Source\GLSL\src\BsGLSLGpuProgram.cpp" />
  325. <ClCompile Include="Source\GLSL\src\BsGLSLProgramFactory.cpp" />
  326. <ClCompile Include="Source\GLSL\src\BsGLSLProgramPipelineManager.cpp" />
  327. <ClCompile Include="Source\win32\BsWin32Context.cpp" />
  328. </ItemGroup>
  329. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  330. <ImportGroup Label="ExtensionTargets">
  331. </ImportGroup>
  332. </Project>