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.

196 lines
9.9 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.14393.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>v141</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>v141</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>v141</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>v141</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_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  93. <CompileAs>CompileAsC</CompileAs>
  94. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Windows</SubSystem>
  98. </Link>
  99. <Lib>
  100. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  101. </Lib>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_DLL|Win32'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  110. <CompileAs>CompileAsC</CompileAs>
  111. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  112. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Windows</SubSystem>
  116. </Link>
  117. <Lib>
  118. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  119. </Lib>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <PrecompiledHeader>
  125. </PrecompiledHeader>
  126. <Optimization>MaxSpeed</Optimization>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  130. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  131. <CompileAs>CompileAsC</CompileAs>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'">
  140. <ClCompile>
  141. <WarningLevel>Level3</WarningLevel>
  142. <PrecompiledHeader>
  143. </PrecompiledHeader>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  148. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\glfw\include</AdditionalIncludeDirectories>
  149. <CompileAs>CompileAsC</CompileAs>
  150. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Windows</SubSystem>
  154. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  155. <OptimizeReferences>true</OptimizeReferences>
  156. </Link>
  157. </ItemDefinitionGroup>
  158. <ItemGroup>
  159. <Text Include="ReadMe.txt" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <ClCompile Include="..\..\..\src\audio.c" />
  163. <ClCompile Include="..\..\..\src\core.c" />
  164. <ClCompile Include="..\..\..\src\external\mini_al.c" />
  165. <ClCompile Include="..\..\..\src\external\stb_vorbis.c" />
  166. <ClCompile Include="..\..\..\src\models.c" />
  167. <ClCompile Include="..\..\..\src\rglfw.c" />
  168. <ClCompile Include="..\..\..\src\rlgl.c" />
  169. <ClCompile Include="..\..\..\src\shapes.c" />
  170. <ClCompile Include="..\..\..\src\text.c" />
  171. <ClCompile Include="..\..\..\src\textures.c" />
  172. <ClCompile Include="..\..\..\src\utils.c" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ClInclude Include="..\..\..\src\camera.h" />
  176. <ClInclude Include="..\..\..\src\external\glad.h" />
  177. <ClInclude Include="..\..\..\src\external\jar_mod.h" />
  178. <ClInclude Include="..\..\..\src\external\jar_xm.h" />
  179. <ClInclude Include="..\..\..\src\external\mini_al.h" />
  180. <ClInclude Include="..\..\..\src\external\stb_image.h" />
  181. <ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
  182. <ClInclude Include="..\..\..\src\external\stb_image_write.h" />
  183. <ClInclude Include="..\..\..\src\external\stb_rect_pack.h" />
  184. <ClInclude Include="..\..\..\src\external\stb_truetype.h" />
  185. <ClInclude Include="..\..\..\src\external\stb_vorbis.h" />
  186. <ClInclude Include="..\..\..\src\gestures.h" />
  187. <ClInclude Include="..\..\..\src\raylib.h" />
  188. <ClInclude Include="..\..\..\src\raymath.h" />
  189. <ClInclude Include="..\..\..\src\rlgl.h" />
  190. <ClInclude Include="..\..\..\src\shader_distortion.h" />
  191. <ClInclude Include="..\..\..\src\shader_standard.h" />
  192. <ClInclude Include="..\..\..\src\utils.h" />
  193. </ItemGroup>
  194. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  195. <ImportGroup Label="ExtensionTargets">
  196. </ImportGroup>
  197. </Project>