IntelliSense.props 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="FillIntelliSenseFromToolchain">
  2. <Target Name="FillIntelliSenseFromToolchain">
  3. <ItemGroup>
  4. <ClCompile Condition="'%(ClCompile.InputLanguage)' == 'C' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' == '.c')">
  5. <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>
  6. </ClCompile>
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ClCompile Condition="'%(ClCompile.InputLanguage)' == 'Cpp' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' != '.c')">
  10. <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>
  11. <AdditionalIncludeDirectories>%(ClCompile.AdditionalIncludeDirectories);$(ToolchainDir)/riscv64-unknown-elf/include/c++/10.1.0;$(ToolchainDir)/riscv64-unknown-elf/include/c++/10.1.0/riscv64-unknown-elf/rv64imafdc/lp64d;$(ToolchainDir)/riscv64-unknown-elf/include/c++/10.1.0/backward</AdditionalIncludeDirectories>
  12. </ClCompile>
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ClCompile Condition="('%(ClCompile.CLanguageStandard)' == '') and ('%(ClCompile.InputLanguage)' == 'C' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' == '.c'))">
  16. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  17. </ClCompile>
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C89'">
  21. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  22. </ClCompile>
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C90'">
  26. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  27. </ClCompile>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C99'">
  31. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__STDC_VERSION__=199901L;__GNUC_STDC_INLINE__=1</PreprocessorDefinitions>
  32. </ClCompile>
  33. </ItemGroup>
  34. <ItemGroup>
  35. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C11'">
  36. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=201112L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  37. </ClCompile>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C17'">
  41. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  42. </ClCompile>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C18'">
  46. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  47. </ClCompile>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'C2x'">
  51. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STRICT_ANSI__=1;__STDC_VERSION__=202000L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  52. </ClCompile>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU89'">
  56. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  57. </ClCompile>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU90'">
  61. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  62. </ClCompile>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU99'">
  66. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=199901L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  67. </ClCompile>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU11'">
  71. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201112L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  72. </ClCompile>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU17'">
  76. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  77. </ClCompile>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU18'">
  81. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=201710L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  82. </ClCompile>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ClCompile Condition="'%(ClCompile.CLanguageStandard)' == 'GNU2x'">
  86. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STDC_UTF_16__=1;__STDC_VERSION__=202000L;__GNUC_STDC_INLINE__=1;__STDC_UTF_32__=1</PreprocessorDefinitions>
  87. </ClCompile>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ClCompile Condition="('%(ClCompile.CPPLanguageStandard)' == '') and ('%(ClCompile.InputLanguage)' == 'Cpp' or ('%(ClCompile.InputLanguage)' == '' and '%(ClCompile.Extension)' != '.c'))">
  91. <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>
  92. </ClCompile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP98'">
  96. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__cplusplus=199711L;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  97. </ClCompile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP03'">
  101. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__STRICT_ANSI__=1;__cplusplus=199711L;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  102. </ClCompile>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP98'">
  106. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cplusplus=199711L;__GLIBCXX_BITSIZE_INT_N_0=128;__GLIBCXX_TYPE_INT_N_0=__int128;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  107. </ClCompile>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP03'">
  111. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__cplusplus=199711L;__GLIBCXX_BITSIZE_INT_N_0=128;__GLIBCXX_TYPE_INT_N_0=__int128;__GNUC_GNU_INLINE__=1</PreprocessorDefinitions>
  112. </ClCompile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP11'">
  116. <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>
  117. </ClCompile>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP11'">
  121. <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>
  122. </ClCompile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP14'">
  126. <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>
  127. </ClCompile>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP14'">
  131. <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>
  132. </ClCompile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP1Z'">
  136. <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>
  137. </ClCompile>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP1Z'">
  141. <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>
  142. </ClCompile>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'CPP2A'">
  146. <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>
  147. </ClCompile>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <ClCompile Condition="'%(ClCompile.CPPLanguageStandard)' == 'GNUPP2A'">
  151. <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>
  152. </ClCompile>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ClCompile Condition="'%(ClCompile.SupportExceptions)' == ''">
  156. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GCC_HAVE_DWARF2_CFI_ASM=1;__EXCEPTIONS=1;__cpp_exceptions=199711L</PreprocessorDefinitions>
  157. </ClCompile>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <ClCompile Condition="'%(ClCompile.SupportExceptions)' == 'true'">
  161. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GCC_HAVE_DWARF2_CFI_ASM=1;__EXCEPTIONS=1;__cpp_exceptions=199711L</PreprocessorDefinitions>
  162. </ClCompile>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ClCompile Condition="'%(ClCompile.SupportRTTI)' == ''">
  166. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GXX_RTTI=1;__cpp_rtti=199711L</PreprocessorDefinitions>
  167. </ClCompile>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ClCompile Condition="'%(ClCompile.SupportRTTI)' == 'true'">
  171. <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);__GXX_RTTI=1;__cpp_rtti=199711L</PreprocessorDefinitions>
  172. </ClCompile>
  173. </ItemGroup>
  174. <PropertyGroup>
  175. <ExtraClangSenseOptions></ExtraClangSenseOptions>
  176. </PropertyGroup>
  177. <ItemGroup>
  178. <ClCompile>
  179. <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__="10.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>
  180. <AdditionalIncludeDirectories>%(ClCompile.AdditionalIncludeDirectories);$(ToolchainDir)/lib/gcc/riscv64-unknown-elf/10.1.0/include;$(ToolchainDir)/lib/gcc/riscv64-unknown-elf/10.1.0/include-fixed;$(ToolchainDir)/riscv64-unknown-elf/include</AdditionalIncludeDirectories>
  181. </ClCompile>
  182. </ItemGroup>
  183. </Target>
  184. </Project>