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.

197 lines
10 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|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release.DLL|Win32">
  13. <Configuration>Release.DLL</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{E89D61AC-55DE-4482-AFD4-DF7242EBC859}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>raylib</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>StaticLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
  76. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  80. <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\temp</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
  83. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  84. <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\temp</IntDir>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>
  89. </PrecompiledHeader>
  90. <WarningLevel>Level3</WarningLevel>
  91. <Optimization>Disabled</Optimization>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_ES2;PLATFORM_DESKTOP</PreprocessorDefinitions>
  93. <CompileAs>CompileAsC</CompileAs>
  94. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\ANGLE;$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Windows</SubSystem>
  98. </Link>
  99. <Lib>
  100. <AdditionalLibraryDirectories>$(SolutionDir)lib\$(PlatformTarget);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  101. <AdditionalDependencies>libEGL.lib;libGLESv2.lib</AdditionalDependencies>
  102. </Lib>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
  105. <ClCompile>
  106. <PrecompiledHeader>
  107. </PrecompiledHeader>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>Disabled</Optimization>
  110. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  111. <CompileAs>CompileAsC</CompileAs>
  112. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  113. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. </Link>
  118. <Lib>
  119. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  120. </Lib>
  121. </ItemDefinitionGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  123. <ClCompile>
  124. <WarningLevel>Level3</WarningLevel>
  125. <PrecompiledHeader>
  126. </PrecompiledHeader>
  127. <Optimization>MaxSpeed</Optimization>
  128. <FunctionLevelLinking>true</FunctionLevelLinking>
  129. <IntrinsicFunctions>true</IntrinsicFunctions>
  130. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_ES2;PLATFORM_DESKTOP</PreprocessorDefinitions>
  131. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\ANGLE;$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  132. <CompileAs>CompileAsC</CompileAs>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  137. <OptimizeReferences>true</OptimizeReferences>
  138. </Link>
  139. <Lib>
  140. <AdditionalLibraryDirectories>$(SolutionDir)lib\$(PlatformTarget);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  141. <AdditionalDependencies>libEGL.lib;libGLESv2.lib</AdditionalDependencies>
  142. </Lib>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>
  148. </PrecompiledHeader>
  149. <Optimization>MaxSpeed</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  153. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  154. <CompileAs>CompileAsC</CompileAs>
  155. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Windows</SubSystem>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  162. </Link>
  163. </ItemDefinitionGroup>
  164. <ItemGroup>
  165. <Text Include="ReadMe.txt" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ClCompile Include="..\..\..\src\raudio.c" />
  169. <ClCompile Include="..\..\..\src\core.c" />
  170. <ClCompile Include="..\..\..\src\models.c" />
  171. <ClCompile Include="..\..\..\src\rglfw.c" />
  172. <ClCompile Include="..\..\..\src\shapes.c" />
  173. <ClCompile Include="..\..\..\src\text.c" />
  174. <ClCompile Include="..\..\..\src\textures.c" />
  175. <ClCompile Include="..\..\..\src\utils.c" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ClInclude Include="..\..\..\src\camera.h" />
  179. <ClInclude Include="..\..\..\src\external\glad.h" />
  180. <ClInclude Include="..\..\..\src\external\jar_mod.h" />
  181. <ClInclude Include="..\..\..\src\external\jar_xm.h" />
  182. <ClInclude Include="..\..\..\src\external\miniaudio.h" />
  183. <ClInclude Include="..\..\..\src\external\stb_image.h" />
  184. <ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
  185. <ClInclude Include="..\..\..\src\external\stb_image_write.h" />
  186. <ClInclude Include="..\..\..\src\external\stb_rect_pack.h" />
  187. <ClInclude Include="..\..\..\src\external\stb_truetype.h" />
  188. <ClInclude Include="..\..\..\src\external\stb_vorbis.h" />
  189. <ClInclude Include="..\..\..\src\gestures.h" />
  190. <ClInclude Include="..\..\..\src\raylib.h" />
  191. <ClInclude Include="..\..\..\src\raymath.h" />
  192. <ClInclude Include="..\..\..\src\rlgl.h" />
  193. <ClInclude Include="..\..\..\src\utils.h" />
  194. </ItemGroup>
  195. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  196. <ImportGroup Label="ExtensionTargets">
  197. </ImportGroup>
  198. </Project>