You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

343 lines
19 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug.DLL|Win32">
  5. <Configuration>Debug.DLL</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug.DLL|x64">
  9. <Configuration>Debug.DLL</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.DLL|Win32">
  21. <Configuration>Release.DLL</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release.DLL|x64">
  25. <Configuration>Release.DLL</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{E89D61AC-55DE-4482-AFD4-DF7242EBC859}</ProjectGuid>
  39. <Keyword>Win32Proj</Keyword>
  40. <RootNamespace>raylib</RootNamespace>
  41. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  51. <ConfigurationType>StaticLibrary</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>true</UseDebugLibraries>
  59. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  69. <ConfigurationType>StaticLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  76. <ConfigurationType>StaticLibrary</ConfigurationType>
  77. <UseDebugLibraries>false</UseDebugLibraries>
  78. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  79. <WholeProgramOptimization>true</WholeProgramOptimization>
  80. <CharacterSet>Unicode</CharacterSet>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
  83. <ConfigurationType>DynamicLibrary</ConfigurationType>
  84. <UseDebugLibraries>false</UseDebugLibraries>
  85. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  86. <WholeProgramOptimization>true</WholeProgramOptimization>
  87. <CharacterSet>Unicode</CharacterSet>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="Configuration">
  90. <ConfigurationType>DynamicLibrary</ConfigurationType>
  91. <UseDebugLibraries>false</UseDebugLibraries>
  92. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  93. <WholeProgramOptimization>true</WholeProgramOptimization>
  94. <CharacterSet>Unicode</CharacterSet>
  95. </PropertyGroup>
  96. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  97. <ImportGroup Label="ExtensionSettings">
  98. </ImportGroup>
  99. <ImportGroup Label="Shared">
  100. </ImportGroup>
  101. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. </ImportGroup>
  104. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  105. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. </ImportGroup>
  113. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  117. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. </ImportGroup>
  125. <PropertyGroup Label="UserMacros" />
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  128. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  131. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  132. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
  135. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  136. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  139. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  140. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
  143. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  144. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  147. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  148. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
  151. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  152. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
  155. <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
  156. <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
  157. </PropertyGroup>
  158. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  159. <ClCompile>
  160. <PrecompiledHeader>
  161. </PrecompiledHeader>
  162. <WarningLevel>Level3</WarningLevel>
  163. <Optimization>Disabled</Optimization>
  164. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  165. <CompileAs>CompileAsC</CompileAs>
  166. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  167. </ClCompile>
  168. <Link>
  169. <SubSystem>Windows</SubSystem>
  170. </Link>
  171. <Lib>
  172. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  173. </Lib>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  176. <ClCompile>
  177. <PrecompiledHeader>
  178. </PrecompiledHeader>
  179. <WarningLevel>Level3</WarningLevel>
  180. <Optimization>Disabled</Optimization>
  181. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  182. <CompileAs>CompileAsC</CompileAs>
  183. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  184. </ClCompile>
  185. <Link>
  186. <SubSystem>Windows</SubSystem>
  187. </Link>
  188. <Lib>
  189. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  190. </Lib>
  191. </ItemDefinitionGroup>
  192. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
  193. <ClCompile>
  194. <PrecompiledHeader>
  195. </PrecompiledHeader>
  196. <WarningLevel>Level3</WarningLevel>
  197. <Optimization>Disabled</Optimization>
  198. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  199. <CompileAs>CompileAsC</CompileAs>
  200. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  201. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  202. </ClCompile>
  203. <Link>
  204. <SubSystem>Windows</SubSystem>
  205. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  206. </Link>
  207. <Lib>
  208. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  209. </Lib>
  210. </ItemDefinitionGroup>
  211. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
  212. <ClCompile>
  213. <PrecompiledHeader>
  214. </PrecompiledHeader>
  215. <WarningLevel>Level3</WarningLevel>
  216. <Optimization>Disabled</Optimization>
  217. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  218. <CompileAs>CompileAsC</CompileAs>
  219. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  220. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  221. </ClCompile>
  222. <Link>
  223. <SubSystem>Windows</SubSystem>
  224. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  225. </Link>
  226. <Lib>
  227. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  228. </Lib>
  229. </ItemDefinitionGroup>
  230. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  231. <ClCompile>
  232. <WarningLevel>Level3</WarningLevel>
  233. <PrecompiledHeader>
  234. </PrecompiledHeader>
  235. <Optimization>MaxSpeed</Optimization>
  236. <FunctionLevelLinking>true</FunctionLevelLinking>
  237. <IntrinsicFunctions>true</IntrinsicFunctions>
  238. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  239. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  240. <CompileAs>CompileAsC</CompileAs>
  241. </ClCompile>
  242. <Link>
  243. <SubSystem>Windows</SubSystem>
  244. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  245. <OptimizeReferences>true</OptimizeReferences>
  246. </Link>
  247. </ItemDefinitionGroup>
  248. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  249. <ClCompile>
  250. <WarningLevel>Level3</WarningLevel>
  251. <PrecompiledHeader>
  252. </PrecompiledHeader>
  253. <Optimization>MaxSpeed</Optimization>
  254. <FunctionLevelLinking>true</FunctionLevelLinking>
  255. <IntrinsicFunctions>true</IntrinsicFunctions>
  256. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  257. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  258. <CompileAs>CompileAsC</CompileAs>
  259. </ClCompile>
  260. <Link>
  261. <SubSystem>Windows</SubSystem>
  262. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  263. <OptimizeReferences>true</OptimizeReferences>
  264. </Link>
  265. </ItemDefinitionGroup>
  266. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
  267. <ClCompile>
  268. <WarningLevel>Level3</WarningLevel>
  269. <PrecompiledHeader>
  270. </PrecompiledHeader>
  271. <Optimization>MaxSpeed</Optimization>
  272. <FunctionLevelLinking>true</FunctionLevelLinking>
  273. <IntrinsicFunctions>true</IntrinsicFunctions>
  274. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  275. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  276. <CompileAs>CompileAsC</CompileAs>
  277. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  278. </ClCompile>
  279. <Link>
  280. <SubSystem>Windows</SubSystem>
  281. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  282. <OptimizeReferences>true</OptimizeReferences>
  283. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  284. </Link>
  285. </ItemDefinitionGroup>
  286. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
  287. <ClCompile>
  288. <WarningLevel>Level3</WarningLevel>
  289. <PrecompiledHeader>
  290. </PrecompiledHeader>
  291. <Optimization>MaxSpeed</Optimization>
  292. <FunctionLevelLinking>true</FunctionLevelLinking>
  293. <IntrinsicFunctions>true</IntrinsicFunctions>
  294. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  295. <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  296. <CompileAs>CompileAsC</CompileAs>
  297. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  298. </ClCompile>
  299. <Link>
  300. <SubSystem>Windows</SubSystem>
  301. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  302. <OptimizeReferences>true</OptimizeReferences>
  303. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  304. </Link>
  305. </ItemDefinitionGroup>
  306. <ItemGroup>
  307. <Text Include="ReadMe.txt" />
  308. </ItemGroup>
  309. <ItemGroup>
  310. <ClCompile Include="..\..\..\src\raudio.c" />
  311. <ClCompile Include="..\..\..\src\core.c" />
  312. <ClCompile Include="..\..\..\src\models.c" />
  313. <ClCompile Include="..\..\..\src\rglfw.c" />
  314. <ClCompile Include="..\..\..\src\shapes.c" />
  315. <ClCompile Include="..\..\..\src\text.c" />
  316. <ClCompile Include="..\..\..\src\textures.c" />
  317. <ClCompile Include="..\..\..\src\utils.c" />
  318. </ItemGroup>
  319. <ItemGroup>
  320. <ClInclude Include="..\..\..\src\camera.h" />
  321. <ClInclude Include="..\..\..\src\external\glad.h" />
  322. <ClInclude Include="..\..\..\src\external\jar_mod.h" />
  323. <ClInclude Include="..\..\..\src\external\jar_xm.h" />
  324. <ClInclude Include="..\..\..\src\external\miniaudio.h" />
  325. <ClInclude Include="..\..\..\src\external\stb_image.h" />
  326. <ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
  327. <ClInclude Include="..\..\..\src\external\stb_image_write.h" />
  328. <ClInclude Include="..\..\..\src\external\stb_rect_pack.h" />
  329. <ClInclude Include="..\..\..\src\external\stb_truetype.h" />
  330. <ClInclude Include="..\..\..\src\external\stb_vorbis.h" />
  331. <ClInclude Include="..\..\..\src\gestures.h" />
  332. <ClInclude Include="..\..\..\src\raylib.h" />
  333. <ClInclude Include="..\..\..\src\raymath.h" />
  334. <ClInclude Include="..\..\..\src\rlgl.h" />
  335. <ClInclude Include="..\..\..\src\utils.h" />
  336. <ClInclude Include="resource.h" />
  337. </ItemGroup>
  338. <ItemGroup>
  339. <ResourceCompile Include="raylib.rc" />
  340. </ItemGroup>
  341. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  342. <ImportGroup Label="ExtensionTargets">
  343. </ImportGroup>
  344. </Project>