-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjamslam.srctrlprj
More file actions
48 lines (48 loc) · 2.04 KB
/
Copy pathjamslam.srctrlprj
File metadata and controls
48 lines (48 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" ?>
<config>
<source_groups>
<source_group_4d968a92-d6bc-4381-8b62-ff55ea6afc0e>
<compiler_flags>
<compiler_flag>-fms-extensions</compiler_flag>
<compiler_flag>-fms-compatibility</compiler_flag>
<compiler_flag>-fms-compatibility-version=19</compiler_flag>
</compiler_flags>
<cpp_standard>c++17</cpp_standard>
<cross_compilation>
<target>
<abi>unknown</abi>
<arch>x86_64</arch>
<sys>unknown</sys>
<vendor>unknown</vendor>
</target>
<target_options_enabled>0</target_options_enabled>
</cross_compilation>
<exclude_filters>
<exclude_filter>.vscode</exclude_filter>
<exclude_filter>bin</exclude_filter>
<exclude_filter>raylib-master</exclude_filter>
</exclude_filters>
<header_search_paths>
<header_search_path>game/include</header_search_path>
<header_search_path>raylib-master/src</header_search_path>
<header_search_path>raylib-master/src/external/glfw/include</header_search_path>
<header_search_path>staticLib/include</header_search_path>
</header_search_paths>
<name>C++ Source Group</name>
<pch_flags>
<use_compiler_flags>1</use_compiler_flags>
</pch_flags>
<source_extensions>
<source_extension>.cpp</source_extension>
<source_extension>.cxx</source_extension>
<source_extension>.cc</source_extension>
</source_extensions>
<source_paths>
<source_path>./</source_path>
</source_paths>
<status>enabled</status>
<type>C++ Source Group</type>
</source_group_4d968a92-d6bc-4381-8b62-ff55ea6afc0e>
</source_groups>
<version>8</version>
</config>