diff options
Diffstat (limited to 'contrib/SDL-3.2.8/VisualC-GDK/tests/testsprite/wingdk/MicrosoftGame.config')
| -rw-r--r-- | contrib/SDL-3.2.8/VisualC-GDK/tests/testsprite/wingdk/MicrosoftGame.config | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/VisualC-GDK/tests/testsprite/wingdk/MicrosoftGame.config b/contrib/SDL-3.2.8/VisualC-GDK/tests/testsprite/wingdk/MicrosoftGame.config new file mode 100644 index 0000000..bbb839c --- /dev/null +++ b/contrib/SDL-3.2.8/VisualC-GDK/tests/testsprite/wingdk/MicrosoftGame.config | |||
| @@ -0,0 +1,34 @@ | |||
| 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="testsprite.exe" | ||
| 11 | TargetDeviceFamily="PC" | ||
| 12 | Id="Game" /> | ||
| 13 | </ExecutableList> | ||
| 14 | |||
| 15 | <DesktopRegistration> | ||
| 16 | <DependencyList> | ||
| 17 | <KnownDependency Name="VC14"/> | ||
| 18 | </DependencyList> | ||
| 19 | </DesktopRegistration> | ||
| 20 | |||
| 21 | <!-- Set these to the correct values from Partner Center --> | ||
| 22 | <MSAAppId>PleaseChangeMe</MSAAppId> | ||
| 23 | <TitleId>FFFFFFFF</TitleId> | ||
| 24 | |||
| 25 | <ShellVisuals DefaultDisplayName="testsprite" | ||
| 26 | PublisherDisplayName="SDL" | ||
| 27 | Square480x480Logo="Logo480x480.png" | ||
| 28 | Square150x150Logo="Logo150x150.png" | ||
| 29 | Square44x44Logo="Logo44x44.png" | ||
| 30 | Description="testsprite" | ||
| 31 | ForegroundText="light" | ||
| 32 | BackgroundColor="#000000" | ||
| 33 | StoreLogo="Logo100x100.png"/> | ||
| 34 | </Game> \ No newline at end of file | ||
