summaryrefslogtreecommitdiff
path: root/SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:26:57 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:26:57 -0800
commitf5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch)
treed6f6e4c81745b393d7594b334710f30c0b2df3bd /SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config
Initial commitHEADmain
Diffstat (limited to 'SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config')
-rw-r--r--SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config29
1 files changed, 29 insertions, 0 deletions
diff --git a/SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config b/SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config
new file mode 100644
index 0000000..1ab7c17
--- /dev/null
+++ b/SDL-3.2.8/VisualC-GDK/tests/testgdk/xboxseries/MicrosoftGame.config
@@ -0,0 +1,29 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Game configVersion="1">
3
4 <!-- Set these to the correct identifiers from Partner Center -->
5 <Identity Name="SDL"
6 Version="1.0.0.0"
7 Publisher="CN=Publisher"/>
8
9 <ExecutableList>
10 <Executable Name="testgdk.exe"
11 TargetDeviceFamily="Scarlett"
12 Id="Game" />
13 </ExecutableList>
14
15 <!-- Set these to the correct values from Partner Center -->
16 <MSAAppId>PleaseChangeMe</MSAAppId>
17 <TitleId>FFFFFFFF</TitleId>
18
19 <ShellVisuals DefaultDisplayName="testgdk"
20 PublisherDisplayName="SDL"
21 Square480x480Logo="Logo480x480.png"
22 Square150x150Logo="Logo150x150.png"
23 Square44x44Logo="Logo44x44.png"
24 SplashScreenImage="SplashScreenImage.png"
25 Description="testgdk"
26 ForegroundText="light"
27 BackgroundColor="#000000"
28 StoreLogo="Logo100x100.png"/>
29</Game> \ No newline at end of file