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
+ <RaylibSrcPath >$(ProjectDir)..\..\..\..\src</RaylibSrcPath >
43
+ </PropertyGroup >
44
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
46
+ <ConfigurationType >StaticLibrary</ConfigurationType >
47
+ <UseDebugLibraries >true</UseDebugLibraries >
48
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
49
+ <CharacterSet >Unicode</CharacterSet >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
52
+ <ConfigurationType >StaticLibrary</ConfigurationType >
53
+ <UseDebugLibraries >true</UseDebugLibraries >
54
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
55
+ <CharacterSet >Unicode</CharacterSet >
56
+ </PropertyGroup >
57
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label =" Configuration" >
58
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
59
+ <UseDebugLibraries >true</UseDebugLibraries >
60
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
61
+ <CharacterSet >Unicode</CharacterSet >
62
+ </PropertyGroup >
63
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label =" Configuration" >
64
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
65
+ <UseDebugLibraries >true</UseDebugLibraries >
66
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
67
+ <CharacterSet >Unicode</CharacterSet >
68
+ </PropertyGroup >
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
70
+ <ConfigurationType >StaticLibrary</ConfigurationType >
71
+ <UseDebugLibraries >false</UseDebugLibraries >
72
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
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
+ <CharacterSet >Unicode</CharacterSet >
80
+ </PropertyGroup >
81
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label =" Configuration" >
82
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
83
+ <UseDebugLibraries >false</UseDebugLibraries >
84
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
85
+ <CharacterSet >Unicode</CharacterSet >
86
+ </PropertyGroup >
87
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label =" Configuration" >
88
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
89
+ <UseDebugLibraries >false</UseDebugLibraries >
90
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
91
+ <CharacterSet >Unicode</CharacterSet >
92
+ </PropertyGroup >
93
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
94
+ <ImportGroup Label =" ExtensionSettings" >
95
+ </ImportGroup >
96
+ <ImportGroup Label =" Shared" >
97
+ </ImportGroup >
98
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
99
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
100
+ </ImportGroup >
101
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
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.DLL|Win32'" 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|x64'" 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 Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
112
+ </ImportGroup >
113
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
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.DLL|Win32'" 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|x64'" Label =" PropertySheets" >
120
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
121
+ </ImportGroup >
122
+ <PropertyGroup Label =" UserMacros" />
123
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
125
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
126
+ </PropertyGroup >
127
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
128
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
129
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
130
+ </PropertyGroup >
131
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release.DLL|Win32'" >
132
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
133
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
134
+ </PropertyGroup >
135
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
136
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
137
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
138
+ </PropertyGroup >
139
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" >
140
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
141
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
142
+ </PropertyGroup >
143
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
144
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
145
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
146
+ </PropertyGroup >
147
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug.DLL|x64'" >
148
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
149
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
150
+ </PropertyGroup >
151
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release.DLL|x64'" >
152
+ <IntDir >$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir >
153
+ <OutDir >$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir >
154
+ </PropertyGroup >
155
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
156
+ <ClCompile >
157
+ <PrecompiledHeader >
158
+ </PrecompiledHeader >
159
+ <WarningLevel >Level3</WarningLevel >
160
+ <Optimization >Disabled</Optimization >
161
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions >
162
+ <CompileAs >CompileAsC</CompileAs >
163
+ <AdditionalIncludeDirectories >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
164
+ </ClCompile >
165
+ <Link >
166
+ <SubSystem >Windows</SubSystem >
167
+ </Link >
168
+ <Lib >
169
+ <AdditionalLibraryDirectories >%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
170
+ </Lib >
171
+ </ItemDefinitionGroup >
172
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
173
+ <ClCompile >
174
+ <PrecompiledHeader >
175
+ </PrecompiledHeader >
176
+ <WarningLevel >Level3</WarningLevel >
177
+ <Optimization >Disabled</Optimization >
178
+ <PreprocessorDefinitions >_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions >
179
+ <CompileAs >CompileAsC</CompileAs >
180
+ <AdditionalIncludeDirectories >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
181
+ </ClCompile >
182
+ <Link >
183
+ <SubSystem >Windows</SubSystem >
184
+ </Link >
185
+ <Lib >
186
+ <AdditionalLibraryDirectories >%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
187
+ </Lib >
188
+ </ItemDefinitionGroup >
189
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" >
190
+ <ClCompile >
191
+ <PrecompiledHeader >
192
+ </PrecompiledHeader >
193
+ <WarningLevel >Level3</WarningLevel >
194
+ <Optimization >Disabled</Optimization >
195
+ <PreprocessorDefinitions >_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions >
196
+ <CompileAs >CompileAsC</CompileAs >
197
+ <AdditionalIncludeDirectories >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
198
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
199
+ </ClCompile >
200
+ <Link >
201
+ <SubSystem >Windows</SubSystem >
202
+ <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 >
203
+ </Link >
204
+ <Lib >
205
+ <AdditionalLibraryDirectories >%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
206
+ </Lib >
207
+ </ItemDefinitionGroup >
208
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug.DLL|x64'" >
209
+ <ClCompile >
210
+ <PrecompiledHeader >
211
+ </PrecompiledHeader >
212
+ <WarningLevel >Level3</WarningLevel >
213
+ <Optimization >Disabled</Optimization >
214
+ <PreprocessorDefinitions >_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions >
215
+ <CompileAs >CompileAsC</CompileAs >
216
+ <AdditionalIncludeDirectories >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
217
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
218
+ </ClCompile >
219
+ <Link >
220
+ <SubSystem >Windows</SubSystem >
221
+ <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 >
222
+ </Link >
223
+ <Lib >
224
+ <AdditionalLibraryDirectories >%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
225
+ </Lib >
226
+ </ItemDefinitionGroup >
227
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
228
+ <ClCompile >
229
+ <WarningLevel >Level3</WarningLevel >
230
+ <PrecompiledHeader >
231
+ </PrecompiledHeader >
232
+ <Optimization >MaxSpeed</Optimization >
233
+ <FunctionLevelLinking >true</FunctionLevelLinking >
234
+ <IntrinsicFunctions >true</IntrinsicFunctions >
235
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions >
236
+ <AdditionalIncludeDirectories >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
237
+ <CompileAs >CompileAsC</CompileAs >
238
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
239
+ </ClCompile >
240
+ <Link >
241
+ <SubSystem >Windows</SubSystem >
242
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
243
+ <OptimizeReferences >true</OptimizeReferences >
244
+ </Link >
245
+ </ItemDefinitionGroup >
246
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
247
+ <ClCompile >
248
+ <WarningLevel >Level3</WarningLevel >
249
+ <PrecompiledHeader >
250
+ </PrecompiledHeader >
251
+ <Optimization >MaxSpeed</Optimization >
252
+ <FunctionLevelLinking >true</FunctionLevelLinking >
253
+ <IntrinsicFunctions >true</IntrinsicFunctions >
254
+ <PreprocessorDefinitions >_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions >
255
+ <AdditionalIncludeDirectories >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
256
+ <CompileAs >CompileAsC</CompileAs >
257
+ <DebugInformationFormat />
258
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
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 >$(RaylibSrcPath)\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 >$(RaylibSrcPath)\external\glfw\include</AdditionalIncludeDirectories >
296
+ <CompileAs >CompileAsC</CompileAs >
297
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
298
+ <DebugInformationFormat />
299
+ </ClCompile >
300
+ <Link >
301
+ <SubSystem >Windows</SubSystem >
302
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
303
+ <OptimizeReferences >true</OptimizeReferences >
304
+ <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 >
305
+ </Link >
306
+ </ItemDefinitionGroup >
307
+ <ItemGroup >
308
+ <ClCompile Include =" $(RaylibSrcPath)\raudio.c" />
309
+ <ClCompile Include =" $(RaylibSrcPath)\rcore.c" />
310
+ <ClCompile Include =" $(RaylibSrcPath)\rmodels.c" />
311
+ <ClCompile Include =" $(RaylibSrcPath)\rglfw.c" />
312
+ <ClCompile Include =" $(RaylibSrcPath)\rshapes.c" />
313
+ <ClCompile Include =" $(RaylibSrcPath)\rtext.c" />
314
+ <ClCompile Include =" $(RaylibSrcPath)\rtextures.c" />
315
+ <ClCompile Include =" $(RaylibSrcPath)\utils.c" />
316
+ </ItemGroup >
317
+ <ItemGroup >
318
+ <ClInclude Include =" $(RaylibSrcPath)\config.h" />
319
+ <ClInclude Include =" $(RaylibSrcPath)\rgestures.h" />
320
+ <ClInclude Include =" $(RaylibSrcPath)\raylib.h" />
321
+ <ClInclude Include =" $(RaylibSrcPath)\raymath.h" />
322
+ <ClInclude Include =" $(RaylibSrcPath)\rlgl.h" />
323
+ <ClInclude Include =" $(RaylibSrcPath)\utils.h" />
324
+ <ClInclude Include =" $(RaylibSrcPath)\rcamera.h" />
325
+ <ClInclude Include =" $(RaylibSrcPath)\external\glad.h" />
326
+ <ClInclude Include =" $(RaylibSrcPath)\external\jar_mod.h" />
327
+ <ClInclude Include =" $(RaylibSrcPath)\external\jar_xm.h" />
328
+ <ClInclude Include =" $(RaylibSrcPath)\external\miniaudio.h" />
329
+ <ClInclude Include =" $(RaylibSrcPath)\external\stb_image.h" />
330
+ <ClInclude Include =" $(RaylibSrcPath)\external\stb_image_resize.h" />
331
+ <ClInclude Include =" $(RaylibSrcPath)\external\stb_image_write.h" />
332
+ <ClInclude Include =" $(RaylibSrcPath)\external\stb_rect_pack.h" />
333
+ <ClInclude Include =" $(RaylibSrcPath)\external\stb_truetype.h" />
334
+ <ClInclude Include =" $(RaylibSrcPath)\external\stb_vorbis.h" />
335
+ <ClInclude Include =" $(RaylibSrcPath)\external\cgltf.h" />
336
+ </ItemGroup >
337
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
338
+ <ImportGroup Label =" ExtensionTargets" >
339
+ </ImportGroup >
340
+ </Project >
0 commit comments