raylib.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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.UWP|Win32">
  9. <Configuration>Debug.UWP</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release.DLL|Win32">
  17. <Configuration>Release.DLL</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release.UWP|Win32">
  21. <Configuration>Release.UWP</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{E89D61AC-55DE-4482-AFD4-DF7242EBC859}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>raylib</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v140</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.UWP|Win32'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>true</UseDebugLibraries>
  51. <PlatformToolset>v140</PlatformToolset>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  55. <ConfigurationType>StaticLibrary</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <PlatformToolset>v140</PlatformToolset>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.UWP|Win32'" Label="Configuration">
  62. <ConfigurationType>StaticLibrary</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <PlatformToolset>v140</PlatformToolset>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
  69. <ConfigurationType>DynamicLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>v140</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Label="Shared">
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.UWP|Win32'" Label="PropertySheets">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="PropertySheets">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. </ImportGroup>
  89. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.UWP|Win32'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <PropertyGroup Label="UserMacros" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  100. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.UWP|Win32'">
  103. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
  106. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  109. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  110. <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\temp</IntDir>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.UWP|Win32'">
  113. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  114. <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\temp</IntDir>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
  117. <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
  118. <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\temp</IntDir>
  119. </PropertyGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  121. <ClCompile>
  122. <PrecompiledHeader>
  123. </PrecompiledHeader>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>Disabled</Optimization>
  126. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  127. <CompileAs>CompileAsC</CompileAs>
  128. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\glfw\include;$(SolutionDir)..\..\release\include</AdditionalIncludeDirectories>
  129. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  130. </ClCompile>
  131. <Link>
  132. <SubSystem>Windows</SubSystem>
  133. </Link>
  134. <Lib>
  135. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  136. </Lib>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.UWP|Win32'">
  139. <ClCompile>
  140. <PrecompiledHeader>
  141. </PrecompiledHeader>
  142. <WarningLevel>Level3</WarningLevel>
  143. <Optimization>Disabled</Optimization>
  144. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_ES2;PLATFORM_UWP</PreprocessorDefinitions>
  145. <CompileAs>CompileAsC</CompileAs>
  146. <AdditionalIncludeDirectories>$(SolutionDir)..\..\release\include;$(SolutionDir)..\..\src\external\ANGLE</AdditionalIncludeDirectories>
  147. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  148. </ClCompile>
  149. <Link>
  150. <SubSystem>Windows</SubSystem>
  151. </Link>
  152. <Lib>
  153. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  154. </Lib>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
  157. <ClCompile>
  158. <PrecompiledHeader>
  159. </PrecompiledHeader>
  160. <WarningLevel>Level3</WarningLevel>
  161. <Optimization>Disabled</Optimization>
  162. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  163. <CompileAs>CompileAsC</CompileAs>
  164. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\glfw\include;$(SolutionDir)..\..\release\include</AdditionalIncludeDirectories>
  165. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  166. </ClCompile>
  167. <Link>
  168. <SubSystem>Windows</SubSystem>
  169. </Link>
  170. <Lib>
  171. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  172. </Lib>
  173. </ItemDefinitionGroup>
  174. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  175. <ClCompile>
  176. <WarningLevel>Level3</WarningLevel>
  177. <PrecompiledHeader>
  178. </PrecompiledHeader>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
  183. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\glfw\include;$(SolutionDir)..\..\release\include</AdditionalIncludeDirectories>
  184. <CompileAs>CompileAsC</CompileAs>
  185. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  186. </ClCompile>
  187. <Link>
  188. <SubSystem>Windows</SubSystem>
  189. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  190. <OptimizeReferences>true</OptimizeReferences>
  191. </Link>
  192. </ItemDefinitionGroup>
  193. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.UWP|Win32'">
  194. <ClCompile>
  195. <WarningLevel>Level3</WarningLevel>
  196. <PrecompiledHeader>
  197. </PrecompiledHeader>
  198. <Optimization>MaxSpeed</Optimization>
  199. <FunctionLevelLinking>true</FunctionLevelLinking>
  200. <IntrinsicFunctions>true</IntrinsicFunctions>
  201. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_ES2;PLATFORM_UWP</PreprocessorDefinitions>
  202. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\ANGLE;$(SolutionDir)..\..\release\include</AdditionalIncludeDirectories>
  203. <CompileAs>CompileAsC</CompileAs>
  204. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  205. </ClCompile>
  206. <Link>
  207. <SubSystem>Windows</SubSystem>
  208. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  209. <OptimizeReferences>true</OptimizeReferences>
  210. </Link>
  211. </ItemDefinitionGroup>
  212. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
  213. <ClCompile>
  214. <WarningLevel>Level3</WarningLevel>
  215. <PrecompiledHeader>
  216. </PrecompiledHeader>
  217. <Optimization>MaxSpeed</Optimization>
  218. <FunctionLevelLinking>true</FunctionLevelLinking>
  219. <IntrinsicFunctions>true</IntrinsicFunctions>
  220. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
  221. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\external\glfw\include;$(SolutionDir)..\..\release\include</AdditionalIncludeDirectories>
  222. <CompileAs>CompileAsC</CompileAs>
  223. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  224. </ClCompile>
  225. <Link>
  226. <SubSystem>Windows</SubSystem>
  227. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  228. <OptimizeReferences>true</OptimizeReferences>
  229. </Link>
  230. </ItemDefinitionGroup>
  231. <ItemGroup>
  232. <Text Include="ReadMe.txt" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <ClCompile Include="..\..\..\src\audio.c" />
  236. <ClCompile Include="..\..\..\src\core.c" />
  237. <ClCompile Include="..\..\..\src\external\mini_al.c" />
  238. <ClCompile Include="..\..\..\src\external\stb_vorbis.c" />
  239. <ClCompile Include="..\..\..\src\models.c" />
  240. <ClCompile Include="..\..\..\src\rglfw.c" />
  241. <ClCompile Include="..\..\..\src\shapes.c" />
  242. <ClCompile Include="..\..\..\src\text.c" />
  243. <ClCompile Include="..\..\..\src\textures.c" />
  244. <ClCompile Include="..\..\..\src\utils.c" />
  245. </ItemGroup>
  246. <ItemGroup>
  247. <ClInclude Include="..\..\..\src\camera.h" />
  248. <ClInclude Include="..\..\..\src\external\glad.h" />
  249. <ClInclude Include="..\..\..\src\external\jar_mod.h" />
  250. <ClInclude Include="..\..\..\src\external\jar_xm.h" />
  251. <ClInclude Include="..\..\..\src\external\stb_image.h" />
  252. <ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
  253. <ClInclude Include="..\..\..\src\external\stb_image_write.h" />
  254. <ClInclude Include="..\..\..\src\external\stb_rect_pack.h" />
  255. <ClInclude Include="..\..\..\src\external\stb_truetype.h" />
  256. <ClInclude Include="..\..\..\src\external\stb_vorbis.h" />
  257. <ClInclude Include="..\..\..\src\gestures.h" />
  258. <ClInclude Include="..\..\..\src\raylib.h" />
  259. <ClInclude Include="..\..\..\src\raymath.h" />
  260. <ClInclude Include="..\..\..\src\rlgl.h" />
  261. <ClInclude Include="..\..\..\src\utils.h" />
  262. </ItemGroup>
  263. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  264. <ImportGroup Label="ExtensionTargets">
  265. </ImportGroup>
  266. </Project>