BansheeGLRenderAPI.vcxproj 19 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="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. </ClCompile>
  130. <Link>
  131. <GenerateDebugInformation>true</GenerateDebugInformation>
  132. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  133. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  134. <AdditionalLibraryDirectories>..\lib\x86\$(Configuration);..\Dependencies\lib\x86\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <Optimization>Disabled</Optimization>
  141. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  142. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  144. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  145. </ClCompile>
  146. <Link>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  149. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  150. <AdditionalLibraryDirectories>..\lib\$(Platform)\$(Configuration);..\Dependencies\lib\x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  151. <ShowProgress>NotSet</ShowProgress>
  152. </Link>
  153. </ItemDefinitionGroup>
  154. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  155. <ClCompile>
  156. <WarningLevel>Level3</WarningLevel>
  157. <Optimization>MaxSpeed</Optimization>
  158. <FunctionLevelLinking>true</FunctionLevelLinking>
  159. <IntrinsicFunctions>true</IntrinsicFunctions>
  160. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  161. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  163. <BufferSecurityCheck>false</BufferSecurityCheck>
  164. <DebugInformationFormat>None</DebugInformationFormat>
  165. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  166. </ClCompile>
  167. <Link>
  168. <GenerateDebugInformation>false</GenerateDebugInformation>
  169. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  170. <OptimizeReferences>true</OptimizeReferences>
  171. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  172. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  173. <AdditionalLibraryDirectories>..\lib\x86\$(Configuration);..\Dependencies\lib\x86\Release</AdditionalLibraryDirectories>
  174. </Link>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|Win32'">
  177. <ClCompile>
  178. <WarningLevel>Level3</WarningLevel>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  183. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  185. <BufferSecurityCheck>false</BufferSecurityCheck>
  186. <MinimalRebuild>true</MinimalRebuild>
  187. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  188. </ClCompile>
  189. <Link>
  190. <GenerateDebugInformation>true</GenerateDebugInformation>
  191. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  192. <OptimizeReferences>true</OptimizeReferences>
  193. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  194. <ImportLibrary>..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
  195. <AdditionalLibraryDirectories>..\lib\x86\$(Configuration);..\Dependencies\lib\x86\DebugRelease</AdditionalLibraryDirectories>
  196. </Link>
  197. </ItemDefinitionGroup>
  198. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  199. <ClCompile>
  200. <WarningLevel>Level3</WarningLevel>
  201. <Optimization>MaxSpeed</Optimization>
  202. <FunctionLevelLinking>true</FunctionLevelLinking>
  203. <IntrinsicFunctions>true</IntrinsicFunctions>
  204. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  205. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  206. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  207. <BufferSecurityCheck>false</BufferSecurityCheck>
  208. <DebugInformationFormat>None</DebugInformationFormat>
  209. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  210. </ClCompile>
  211. <Link>
  212. <GenerateDebugInformation>false</GenerateDebugInformation>
  213. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  214. <OptimizeReferences>true</OptimizeReferences>
  215. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  216. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  217. <AdditionalLibraryDirectories>..\lib\$(Platform)\$(Configuration);..\Dependencies\lib\x64\Release</AdditionalLibraryDirectories>
  218. </Link>
  219. </ItemDefinitionGroup>
  220. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugRelease|x64'">
  221. <ClCompile>
  222. <WarningLevel>Level3</WarningLevel>
  223. <Optimization>MaxSpeed</Optimization>
  224. <FunctionLevelLinking>true</FunctionLevelLinking>
  225. <IntrinsicFunctions>true</IntrinsicFunctions>
  226. <AdditionalIncludeDirectories>./Source/win32;./Source/GLSL/include;./Source/atifs/include;../BansheeUtility/Include;../BansheeCore/Include;./Include;../Dependencies/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  227. <PreprocessorDefinitions>_WINDLL;GLEW_STATIC;BS_RSGL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  228. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  229. <BufferSecurityCheck>false</BufferSecurityCheck>
  230. <MinimalRebuild>true</MinimalRebuild>
  231. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  232. </ClCompile>
  233. <Link>
  234. <GenerateDebugInformation>true</GenerateDebugInformation>
  235. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  236. <OptimizeReferences>true</OptimizeReferences>
  237. <AdditionalDependencies>glu32.lib;opengl32.lib;BansheeCore.lib;BansheeUtility.lib;%(AdditionalDependencies)</AdditionalDependencies>
  238. <ImportLibrary>..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  239. <AdditionalLibraryDirectories>..\lib\$(Platform)\$(Configuration);..\Dependencies\lib\x64\DebugRelease</AdditionalLibraryDirectories>
  240. </Link>
  241. </ItemDefinitionGroup>
  242. <ItemGroup>
  243. <ClInclude Include="Include\BsGLVertexArrayObjectManager.h" />
  244. <ClInclude Include="Include\BsGLContext.h" />
  245. <ClInclude Include="Include\BsGLEventQuery.h" />
  246. <ClInclude Include="Include\BsGLFrameBufferObject.h" />
  247. <ClInclude Include="Include\BsGLGpuBuffer.h" />
  248. <ClInclude Include="Include\BsGLGpuParamBlockBuffer.h" />
  249. <ClInclude Include="Include\BsGLHardwareBufferManager.h" />
  250. <ClInclude Include="Include\BsGLIndexBuffer.h" />
  251. <ClInclude Include="Include\BsGLOcclusionQuery.h" />
  252. <ClInclude Include="Include\BsGLPixelBuffer.h" />
  253. <ClInclude Include="Include\BsGLQueryManager.h" />
  254. <ClInclude Include="Include\BsGLTimerQuery.h" />
  255. <ClInclude Include="Include\BsGLVertexBuffer.h" />
  256. <ClInclude Include="Include\BsGLMultiRenderTexture.h" />
  257. <ClInclude Include="Include\BsGLPixelFormat.h" />
  258. <ClInclude Include="Include\BsGLPrerequisites.h" />
  259. <ClInclude Include="Include\BsGLRenderAPI.h" />
  260. <ClInclude Include="Include\BsGLRenderAPIFactory.h" />
  261. <ClInclude Include="Include\BsGLRenderTexture.h" />
  262. <ClInclude Include="Include\BsGLRenderWindowManager.h" />
  263. <ClInclude Include="Include\BsGLSupport.h" />
  264. <ClInclude Include="Include\BsGLTexture.h" />
  265. <ClInclude Include="Include\BsGLTextureManager.h" />
  266. <ClInclude Include="Include\BsWin32Context.h" />
  267. <ClInclude Include="Include\BsWin32GLSupport.h" />
  268. <ClInclude Include="Include\BsWin32Prerequisites.h" />
  269. <ClInclude Include="Include\BsWin32VideoModeInfo.h" />
  270. <ClInclude Include="Include\BsWin32Window.h" />
  271. <ClInclude Include="Source\GLSL\include\BsGLSLGpuProgram.h" />
  272. <ClInclude Include="Source\GLSL\include\BsGLSLParamParser.h" />
  273. <ClInclude Include="Source\GLSL\include\BsGLSLProgramFactory.h" />
  274. <ClInclude Include="Source\GLSL\include\BsGLSLProgramPipelineManager.h" />
  275. <ClInclude Include="Source\win32\BsGLUtil.h" />
  276. </ItemGroup>
  277. <ItemGroup>
  278. <ClCompile Include="BsGLPlugin.cpp" />
  279. <ClCompile Include="Source\BsGLSLParamParser.cpp" />
  280. <ClCompile Include="Source\BsGLVertexArrayObjectManager.cpp" />
  281. <ClCompile Include="Source\BsGLContext.cpp" />
  282. <ClCompile Include="Source\BsGLEventQuery.cpp" />
  283. <ClCompile Include="Source\BsGLFrameBufferObject.cpp" />
  284. <ClCompile Include="Source\BsGLGpuBuffer.cpp" />
  285. <ClCompile Include="Source\BsGLGpuParamBlockBuffer.cpp" />
  286. <ClCompile Include="Source\BsGLHardwareBufferManager.cpp" />
  287. <ClCompile Include="Source\BsGLIndexBuffer.cpp" />
  288. <ClCompile Include="Source\BsGLOcclusionQuery.cpp" />
  289. <ClCompile Include="Source\BsGLPixelBuffer.cpp" />
  290. <ClCompile Include="Source\BsGLQueryManager.cpp" />
  291. <ClCompile Include="Source\BsGLTimerQuery.cpp" />
  292. <ClCompile Include="Source\BsGLVertexBuffer.cpp" />
  293. <ClCompile Include="Source\BsGLMultiRenderTexture.cpp" />
  294. <ClCompile Include="Source\BsGLPixelFormat.cpp" />
  295. <ClCompile Include="Source\BsGLRenderAPI.cpp" />
  296. <ClCompile Include="Source\BsGLRenderAPIFactory.cpp" />
  297. <ClCompile Include="Source\BsGLRenderTexture.cpp" />
  298. <ClCompile Include="Source\BsGLRenderWindowManager.cpp" />
  299. <ClCompile Include="Source\BsGLSupport.cpp" />
  300. <ClCompile Include="Source\BsGLTexture.cpp" />
  301. <ClCompile Include="Source\BsGLTextureManager.cpp" />
  302. <ClCompile Include="Source\BsWin32GLSupport.cpp" />
  303. <ClCompile Include="Source\BsWin32VideoModeInfo.cpp" />
  304. <ClCompile Include="Source\BsWin32Window.cpp" />
  305. <ClCompile Include="Source\glew.cpp" />
  306. <ClCompile Include="Source\GLSL\src\BsGLSLGpuProgram.cpp" />
  307. <ClCompile Include="Source\GLSL\src\BsGLSLProgramFactory.cpp" />
  308. <ClCompile Include="Source\GLSL\src\BsGLSLProgramPipelineManager.cpp" />
  309. <ClCompile Include="Source\win32\BsWin32Context.cpp" />
  310. </ItemGroup>
  311. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  312. <ImportGroup Label="ExtensionTargets">
  313. </ImportGroup>
  314. </Project>