SDL/VisualC-GDK/tests/testgdk
Quan Zhuo c9341489cc
Fix #12197: Force set /utf-8 for msvc compilers (#12198)
The MSVC compiler determines the encoding of the source code based on
the BOM of the source code when reading it. If there is no BOM, it
defaults to the local encoding, which is gb2312, codepage 936, on
Simplified Chinese Windows. This can cause errors such as newline
characters in strings.
2025-02-06 09:34:41 -08:00
..
src Remove newlines from log messages 2025-01-22 20:25:04 -08:00
wingdk GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2022-11-16 11:38:04 -08:00
xboxone GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2022-11-16 11:38:04 -08:00
xboxseries GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2022-11-16 11:38:04 -08:00
PackageLayout.xml Xbox GDKX support (#5869) 2022-07-01 13:59:14 -07:00
testgdk.vcxproj Fix #12197: Force set /utf-8 for msvc compilers (#12198) 2025-02-06 09:34:41 -08:00
testgdk.vcxproj.filters Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00