|
|
|
@ -8,8 +8,11 @@
@@ -8,8 +8,11 @@
|
|
|
|
|
<NoWarn>0109</NoWarn> |
|
|
|
|
<PlatformParserFolder Condition="$(IsWindows) AND $(PlatformTarget) == x64">x86_64-pc-win32-msvc</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsLinux) AND $(PlatformTarget) == x64 AND $(UseCXX11ABI)">x86_64-linux-gnu-cxx11abi</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsLinux) AND $(PlatformTarget) == arm64 AND $(UseCXX11ABI)">arm64-linux-gnu-cxx11abi</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsLinux) AND $(PlatformTarget) == x64 AND !$(UseCXX11ABI)">x86_64-linux-gnu</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsLinux) AND $(PlatformTarget) == arm64 AND !$(UseCXX11ABI)">arm64-linux-gnu</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsMacOSX) AND $(PlatformTarget) == x64">x86_64-apple-darwin12.4.0</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsMacOSX) AND $(PlatformTarget) == arm64">arm64-apple-darwin12.4.0</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsWindows) AND $(PlatformTarget) == x86">i686-pc-win32-msvc</PlatformParserFolder> |
|
|
|
|
<PlatformParserFolder Condition="$(IsMacOSX) AND $(PlatformTarget) == x86">i686-apple-darwin12.4.0</PlatformParserFolder> |
|
|
|
|
</PropertyGroup> |
|
|
|
|