-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIntelliSense.props
220 lines (184 loc) · 30.6 KB
/
IntelliSense.props
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="FillIntelliSenseFromToolchain">
<Target Name="FillIntelliSenseFromToolchain">
<ItemGroup>
<ClCompile Condition="'%(ClCompile.InputLanguage)' == 'C' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' == '.c')">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__DBL_DENORM_MIN__=((double)4.94065645841246544176568792868221372e-324L);__DBL_MAX__=((double)1.79769313486231570814527423731704357e+308L);__DBL_MIN__=((double)2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__=((double)2.22044604925031308084726333618164062e-16L);__DBL_NORM_MAX__=((double)1.79769313486231570814527423731704357e+308L)</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.InputLanguage)' == 'Cpp' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' != '.c')">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__DBL_DENORM_MIN__=double(4.94065645841246544176568792868221372e-324L);__cpp_binary_literals=201304L;__GXX_WEAK__=1;__cpp_threadsafe_static_init=200806L;__DBL_MAX__=double(1.79769313486231570814527423731704357e+308L);__DEPRECATED=1;__GNUG__=10;__cpp_hex_float=201603L;__DBL_MIN__=double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__=double(2.22044604925031308084726333618164062e-16L);__DBL_NORM_MAX__=double(1.79769313486231570814527423731704357e+308L);__cpp_runtime_arrays=198712L</PreprocessorDefinitions>
<AdditionalIncludeDirectories>%(ClCompile.AdditionalIncludeDirectories);$(ToolchainDir)/riscv64-unknown-elf/include/c++/11.1.0;$(ToolchainDir)/riscv64-unknown-elf/include/c++/11.1.0/riscv64-unknown-elf/rv64imafdc/lp64d;$(ToolchainDir)/riscv64-unknown-elf/include/c++/11.1.0/backward</AdditionalIncludeDirectories>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="('%(ClCompile.CLanguageStandard)' == '') and ('%(ClCompile.InputLanguage)' == 'C' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' == '.c'))">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C89'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C90'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C99'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__STDC_VERSION__=199901L;__GNUC_STDC_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C11'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=201112L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C17'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C18'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C2x'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=202000L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU89'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU90'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU99'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=199901L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU11'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201112L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU17'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU18'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU2x'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=202000L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="('%(ClCompile.CPPLanguageStandard)' == '') and ('%(ClCompile.InputLanguage)' == 'Cpp' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' != '.c'))">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_aggregate_nsdmi=201304L;__cpp_static_assert=200410L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_decltype_auto=201304L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cplusplus=201402L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_unicode_characters=200704L;__cpp_digit_separators=201309L;__GLIBCXX_BITSIZE_INT_N_0=128;__cpp_unicode_literals=200710L;__cpp_sized_deallocation=201309L;__cpp_range_based_for=200907L;__cpp_return_type_deduction=201304L;__cpp_decltype=200707L;__cpp_inheriting_constructors=201511L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=201304L;__GLIBCXX_TYPE_INT_N_0=__int128;__cpp_generic_lambdas=201304L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201304L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP98'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__cplusplus=199711L;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP03'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__cplusplus=199711L;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP98'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cplusplus=199711L;__GLIBCXX_BITSIZE_INT_N_0=128;__GLIBCXX_TYPE_INT_N_0=__int128;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP03'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cplusplus=199711L;__GLIBCXX_BITSIZE_INT_N_0=128;__GLIBCXX_TYPE_INT_N_0=__int128;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP11'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_static_assert=200410L;__cpp_variadic_templates=200704L;__cpp_rvalue_reference=200610L;__GXX_EXPERIMENTAL_CXX0X__=1;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__STRICT_ANSI__=1;__cplusplus=201103L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_unicode_characters=200704L;__cpp_unicode_literals=200710L;__cpp_range_based_for=200907L;__cpp_decltype=200707L;__cpp_inheriting_constructors=201511L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=200704L;__cpp_user_defined_literals=200809L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP11'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_static_assert=200410L;__cpp_variadic_templates=200704L;__cpp_rvalue_reference=200610L;__GXX_EXPERIMENTAL_CXX0X__=1;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cplusplus=201103L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_unicode_characters=200704L;__GLIBCXX_BITSIZE_INT_N_0=128;__cpp_unicode_literals=200710L;__cpp_range_based_for=200907L;__cpp_decltype=200707L;__cpp_inheriting_constructors=201511L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=200704L;__GLIBCXX_TYPE_INT_N_0=__int128;__cpp_user_defined_literals=200809L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP14'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_aggregate_nsdmi=201304L;__cpp_static_assert=200410L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_decltype_auto=201304L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__STRICT_ANSI__=1;__cplusplus=201402L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_unicode_characters=200704L;__cpp_digit_separators=201309L;__cpp_unicode_literals=200710L;__cpp_sized_deallocation=201309L;__cpp_range_based_for=200907L;__cpp_return_type_deduction=201304L;__cpp_decltype=200707L;__cpp_inheriting_constructors=201511L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=201304L;__cpp_generic_lambdas=201304L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201304L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP14'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_aggregate_nsdmi=201304L;__cpp_static_assert=200410L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_decltype_auto=201304L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cplusplus=201402L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_unicode_characters=200704L;__cpp_digit_separators=201309L;__GLIBCXX_BITSIZE_INT_N_0=128;__cpp_unicode_literals=200710L;__cpp_sized_deallocation=201309L;__cpp_range_based_for=200907L;__cpp_return_type_deduction=201304L;__cpp_decltype=200707L;__cpp_inheriting_constructors=201511L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=201304L;__GLIBCXX_TYPE_INT_N_0=__int128;__cpp_generic_lambdas=201304L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201304L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP1Z'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_nontype_template_parameter_auto=201606L;__cpp_aggregate_nsdmi=201304L;__cpp_static_assert=201411L;__cpp_noexcept_function_type=201510L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__cpp_nested_namespace_definitions=201411L;__cpp_variadic_using=201611L;__cpp_capture_star_this=201603L;__cpp_if_constexpr=201606L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_aligned_new=201606L;__cpp_decltype_auto=201304L;__cpp_enumerator_attributes=201411L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cpp_fold_expressions=201603L;__STRICT_ANSI__=1;__cplusplus=201703L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_template_auto=201606L;__cpp_unicode_characters=201411L;__cpp_aggregate_bases=201603L;__cpp_digit_separators=201309L;__cpp_unicode_literals=200710L;__cpp_structured_bindings=201606L;__cpp_sized_deallocation=201309L;__cpp_guaranteed_copy_elision=201606L;__cpp_range_based_for=201603L;__STDCPP_DEFAULT_NEW_ALIGNMENT__=16;__cpp_nontype_template_args=201411L;__cpp_return_type_deduction=201304L;__cpp_decltype=200707L;__cpp_inline_variables=201606L;__cpp_inheriting_constructors=201511L;__cpp_namespace_attributes=201411L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=201603L;__cpp_deduction_guides=201703L;__cpp_template_template_args=201611L;__cpp_generic_lambdas=201304L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201304L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP1Z'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_nontype_template_parameter_auto=201606L;__cpp_aggregate_nsdmi=201304L;__cpp_static_assert=201411L;__cpp_noexcept_function_type=201510L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__cpp_nested_namespace_definitions=201411L;__cpp_variadic_using=201611L;__cpp_capture_star_this=201603L;__cpp_if_constexpr=201606L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_aligned_new=201606L;__cpp_decltype_auto=201304L;__cpp_enumerator_attributes=201411L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cpp_fold_expressions=201603L;__cplusplus=201703L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_template_auto=201606L;__cpp_unicode_characters=201411L;__cpp_aggregate_bases=201603L;__cpp_digit_separators=201309L;__GLIBCXX_BITSIZE_INT_N_0=128;__cpp_unicode_literals=200710L;__cpp_structured_bindings=201606L;__cpp_sized_deallocation=201309L;__cpp_guaranteed_copy_elision=201606L;__cpp_range_based_for=201603L;__STDCPP_DEFAULT_NEW_ALIGNMENT__=16;__cpp_nontype_template_args=201411L;__cpp_return_type_deduction=201304L;__cpp_decltype=200707L;__cpp_inline_variables=201606L;__cpp_inheriting_constructors=201511L;__cpp_namespace_attributes=201411L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr=201603L;__cpp_deduction_guides=201703L;__GLIBCXX_TYPE_INT_N_0=__int128;__cpp_template_template_args=201611L;__cpp_generic_lambdas=201304L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201304L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP2A'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_nontype_template_parameter_auto=201606L;__cpp_aggregate_nsdmi=201304L;__cpp_impl_three_way_comparison=201907L;__cpp_aggregate_paren_init=201902L;__cpp_designated_initializers=201707L;__cpp_static_assert=201411L;__cpp_noexcept_function_type=201510L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__cpp_nested_namespace_definitions=201411L;__cpp_variadic_using=201611L;__cpp_capture_star_this=201603L;__cpp_if_constexpr=201606L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_impl_destroying_delete=201806L;__cpp_aligned_new=201606L;__cpp_decltype_auto=201304L;__cpp_char8_t=201811L;__CHAR8_TYPE__=unsigned char;__cpp_enumerator_attributes=201411L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cpp_fold_expressions=201603L;__STRICT_ANSI__=1;__cplusplus=201709L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_template_auto=201606L;__cpp_unicode_characters=201411L;__cpp_conditional_explicit=201806L;__cpp_aggregate_bases=201603L;__cpp_constinit=201907L;__cpp_digit_separators=201309L;__cpp_unicode_literals=200710L;__cpp_structured_bindings=201606L;__cpp_sized_deallocation=201309L;__cpp_guaranteed_copy_elision=201606L;__cpp_range_based_for=201603L;__STDCPP_DEFAULT_NEW_ALIGNMENT__=16;__cpp_nontype_template_args=201411L;__cpp_return_type_deduction=201304L;__cpp_nontype_template_parameter_class=201806L;__cpp_concepts=201907L;__cpp_decltype=200707L;__cpp_constexpr_in_decltype=201711L;__cpp_inline_variables=201606L;__GCC_ATOMIC_CHAR8_T_LOCK_FREE=1;__cpp_inheriting_constructors=201511L;__cpp_namespace_attributes=201411L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr_dynamic_alloc=201907L;__cpp_constexpr=201907L;__cpp_deduction_guides=201907L;__cpp_template_template_args=201611L;__cpp_generic_lambdas=201707L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201803L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP2A'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cpp_attributes=200809L;__cpp_nontype_template_parameter_auto=201606L;__cpp_aggregate_nsdmi=201304L;__cpp_impl_three_way_comparison=201907L;__cpp_aggregate_paren_init=201902L;__cpp_designated_initializers=201707L;__cpp_static_assert=201411L;__cpp_noexcept_function_type=201510L;__cpp_variadic_templates=200704L;__cpp_variable_templates=201304L;__cpp_rvalue_reference=200610L;__cpp_nested_namespace_definitions=201411L;__cpp_variadic_using=201611L;__cpp_capture_star_this=201603L;__cpp_if_constexpr=201606L;__GXX_EXPERIMENTAL_CXX0X__=1;__cpp_impl_destroying_delete=201806L;__cpp_aligned_new=201606L;__cpp_decltype_auto=201304L;__cpp_char8_t=201811L;__CHAR8_TYPE__=unsigned char;__cpp_enumerator_attributes=201411L;__STDC_UTF_16__=1;__cpp_delegating_constructors=200604L;__cpp_raw_strings=200710L;__cpp_fold_expressions=201603L;__cplusplus=201709L;__cpp_ref_qualifiers=200710L;__cpp_rvalue_references=200610L;__cpp_nsdmi=200809L;__cpp_initializer_lists=200806L;__cpp_lambdas=200907L;__cpp_template_auto=201606L;__cpp_unicode_characters=201411L;__cpp_conditional_explicit=201806L;__cpp_aggregate_bases=201603L;__cpp_constinit=201907L;__cpp_digit_separators=201309L;__GLIBCXX_BITSIZE_INT_N_0=128;__cpp_unicode_literals=200710L;__cpp_structured_bindings=201606L;__cpp_sized_deallocation=201309L;__cpp_guaranteed_copy_elision=201606L;__cpp_range_based_for=201603L;__STDCPP_DEFAULT_NEW_ALIGNMENT__=16;__cpp_nontype_template_args=201411L;__cpp_return_type_deduction=201304L;__cpp_nontype_template_parameter_class=201806L;__cpp_concepts=201907L;__cpp_decltype=200707L;__cpp_constexpr_in_decltype=201711L;__cpp_inline_variables=201606L;__GCC_ATOMIC_CHAR8_T_LOCK_FREE=1;__cpp_inheriting_constructors=201511L;__cpp_namespace_attributes=201411L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1;__cpp_alias_templates=200704L;__cpp_constexpr_dynamic_alloc=201907L;__cpp_constexpr=201907L;__cpp_deduction_guides=201907L;__GLIBCXX_TYPE_INT_N_0=__int128;__cpp_template_template_args=201611L;__cpp_generic_lambdas=201707L;__cpp_user_defined_literals=200809L;__cpp_init_captures=201803L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.SupportExceptions)' == ''">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GCC_HAVE_DWARF2_CFI_ASM=1;__EXCEPTIONS=1;__cpp_exceptions=199711L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.SupportExceptions)' == 'true'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GCC_HAVE_DWARF2_CFI_ASM=1;__EXCEPTIONS=1;__cpp_exceptions=199711L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.SupportRTTI)' == ''">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GXX_RTTI=1;__cpp_rtti=199711L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Condition="'%(ClCompile.SupportRTTI)' == 'true'">
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GXX_RTTI=1;__cpp_rtti=199711L</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<PropertyGroup>
<ExtraClangSenseOptions></ExtraClangSenseOptions>
</PropertyGroup>
<ItemGroup>
<ClCompile>
<PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__riscv=1;__DBL_MIN_EXP__=(-1021);__riscv_atomic=1;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT128_MAX_10_EXP__=4932;__FLT_MIN__=1.17549435082228750796873653722224568e-38F;__GCC_IEC_559_COMPLEX=2;__UINT_LEAST8_TYPE__=unsigned char;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffffffffffUL;__WCHAR_MAX__=0x7fffffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1;__GCC_ATOMIC_CHAR_LOCK_FREE=1;__GCC_IEC_559=2;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffUL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__FLT32X_MAX_EXP__=1024;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__FLT32_MAX_10_EXP__=38;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffUL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.18973149535723176508575932662800702e+4932L;__FLT64X_MAX_10_EXP__=4932;__riscv_cmodel_medlow=1;__FLT64X_HAS_QUIET_NAN__=1;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=1;__FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F128;__UINTMAX_TYPE__=long unsigned int;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__riscv_fdiv=1;__LDBL_MAX_EXP__=16384;__FLT128_MIN_EXP__=(-16381);__WINT_MIN__=0U;__FLT128_MIN_10_EXP__=(-4931);__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__FLT128_MANT_DIG__=113;__WCHAR_MIN__=(-__WCHAR_MAX__ - 1);__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__FLT32X_MANT_DIG__=53;__USER_LABEL_PREFIX__;__FLT64X_EPSILON__=1.92592994438723585305597794258492732e-34F64x;__STDC_HOSTED__=1;__DBL_DIG__=15;__FLT32_DIG__=6;__FLT_EPSILON__=1.19209289550781250000000000000000000e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=3.36210314311209350626267781732175260e-4932L;__FLT64X_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F64x;__FP_FAST_FMA=1;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=8;__DECIMAL_DIG__=36;__FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F64;__FLT64X_MIN_10_EXP__=(-4931);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__FLT64X_MANT_DIG__=113;__GNUC__=10;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=16;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__riscv_float_abi_double=1;__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__INTPTR_WIDTH__=64;__FLT64X_HAS_INFINITY__=1;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__FLT128_HAS_INFINITY__=1;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=32;__FLT32_MAX__=3.40282346638528859811704183484516925e+38F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__PTRDIFF_MAX__=0x7fffffffffffffffL;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=8;__FLT64X_MIN_EXP__=(-16381);__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1014;__FLT_MIN_EXP__=(-125);__INT16_MAX__=0x7fff;__INT_FAST64_TYPE__=long int;__FP_FAST_FMAF=1;__FLT128_NORM_MAX__=1.18973149535723176508575932662800702e+4932F128;__FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F64;__FLT64X_NORM_MAX__=1.18973149535723176508575932662800702e+4932F64x;__SIZEOF_POINTER__=8;__LP64__=1;__DBL_HAS_QUIET_NAN__=1;__FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__riscv_mul=1;__FLT64X_DECIMAL_DIG__=36;__REGISTER_PREFIX__;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.17549435082228750796873653722224568e-38F32;__UINT8_TYPE__=unsigned char;__FLT_DIG__=6;__NO_INLINE__=1;__DEC_EVAL_METHOD__=2;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=36;__VERSION__="11.1.0";__INT_LEAST32_MAX__=0x7fffffff;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT128_MAX_EXP__=16384;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT128_HAS_DENORM__=1;__FLT128_DIG__=33;__SCHAR_WIDTH__=8;__ORDER_PDP_ENDIAN__=3412;__riscv_muldiv=1;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__SIZE_TYPE__=long unsigned int;__UINT64_MAX__=0xffffffffffffffffUL;__riscv_xlen=64;__FLT64X_DIG__=33;__INT8_TYPE__=signed char;__ELF__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=1.92592994438723585305597794258492732e-34L;__FLT32X_MIN__=2.22507385850720138309023271733240406e-308F32x;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=8;__riscv_fsqrt=1;__LDBL_DIG__=33;__FLT32X_MIN_EXP__=(-1021);__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffffffffffL;__FLT64X_HAS_DENORM__=1;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=64;__INT_LEAST16_MAX__=0x7fff;__INT64_MAX__=0x7fffffffffffffffL;__FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F32;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__INT_FAST8_MAX__=0x7fffffff;__FLT128_MAX__=1.18973149535723176508575932662800702e+4932F128;__INTPTR_MAX__=0x7fffffffffffffffL;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__PTRDIFF_WIDTH__=64;__LDBL_MANT_DIG__=113;__FLT64_HAS_INFINITY__=1;__FLT64X_MAX__=1.18973149535723176508575932662800702e+4932F64x;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=long int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffffffffffUL;__INT_FAST64_WIDTH__=64;__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_NORM_MAX__=3.40282346638528859811704183484516925e+38F;__FLT32_HAS_INFINITY__=1;__FLT64X_MAX_EXP__=16384;__UINT_FAST64_TYPE__=long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long int;__FLT_MAX_EXP__=128;__ORDER_BIG_ENDIAN__=4321;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=1;__FP_FAST_FMAF32=1;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__FLT32_NORM_MAX__=3.40282346638528859811704183484516925e+38F32;__LDBL_MIN_EXP__=(-16381);__riscv_compressed=1;__FLT64_MAX__=1.79769313486231570814527423731704357e+308F64;__WINT_WIDTH__=32;__FP_FAST_FMAF64=1;__INT_LEAST8_MAX__=0x7f;__INT_LEAST64_WIDTH__=64;__FLT32X_MAX_10_EXP__=308;__SIZEOF_INT128__=16;__LDBL_MAX_10_EXP__=4932;__ATOMIC_RELAXED=0;__FLT128_MIN__=3.36210314311209350626267781732175260e-4932F128;_LP64=1;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=4;__UINT64_TYPE__=long unsigned int;__FLT64_NORM_MAX__=1.79769313486231570814527423731704357e+308F64;__FLT128_HAS_QUIET_NAN__=1;__INTMAX_MAX__=0x7fffffffffffffffL;__INT_FAST8_TYPE__=int;__FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F64x;__LDBL_HAS_INFINITY__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F32;__FP_FAST_FMAF32x=1;__DBL_DECIMAL_DIG__=17;__INT_FAST8_WIDTH__=32;__FLT32X_MAX__=1.79769313486231570814527423731704357e+308F32x;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__INTMAX_WIDTH__=64;__riscv_flen=64;__FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=64;__UINT_FAST32_TYPE__=unsigned int;__FLT32X_NORM_MAX__=1.79769313486231570814527423731704357e+308F32x;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.40282346638528859811704183484516925e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.22507385850720138309023271733240406e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long int;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=1;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffUL;__FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=6.47517511943802511092443895822764655e-4966L;__STDC__=1;__PTRDIFF_TYPE__=long int;__riscv_div=1;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=long unsigned int;__LDBL_MIN_10_EXP__=(-4931);__FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F128;__SIZEOF_LONG_LONG__=8;__FLT128_DECIMAL_DIG__=36;__GCC_ATOMIC_LLONG_LOCK_FREE=2;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__LDBL_NORM_MAX__=1.18973149535723176508575932662800702e+4932L;__GCC_ATOMIC_SHORT_LOCK_FREE=1;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3</PreprocessorDefinitions>
<AdditionalIncludeDirectories>%(ClCompile.AdditionalIncludeDirectories);$(ToolchainDir)/lib/gcc/riscv64-unknown-elf/11.1.0/include;$(ToolchainDir)/lib/gcc/riscv64-unknown-elf/11.1.0/include-fixed;$(ToolchainDir)/riscv64-unknown-elf/include</AdditionalIncludeDirectories>
</ClCompile>
</ItemGroup>
</Target>
</Project>