diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/VisualC-GDK/tests/testcontroller/wingdk | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/VisualC-GDK/tests/testcontroller/wingdk')
| -rw-r--r-- | contrib/SDL-3.2.8/VisualC-GDK/tests/testcontroller/wingdk/MicrosoftGame.config | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/contrib/SDL-3.2.8/VisualC-GDK/tests/testcontroller/wingdk/MicrosoftGame.config b/contrib/SDL-3.2.8/VisualC-GDK/tests/testcontroller/wingdk/MicrosoftGame.config deleted file mode 100644 index 162624a..0000000 --- a/contrib/SDL-3.2.8/VisualC-GDK/tests/testcontroller/wingdk/MicrosoftGame.config +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 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="testcontroller.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="testcontroller" | ||
| 26 | PublisherDisplayName="SDL" | ||
| 27 | Square480x480Logo="Logo480x480.png" | ||
| 28 | Square150x150Logo="Logo150x150.png" | ||
| 29 | Square44x44Logo="Logo44x44.png" | ||
| 30 | Description="testcontroller" | ||
| 31 | ForegroundText="light" | ||
| 32 | BackgroundColor="#000000" | ||
| 33 | StoreLogo="Logo100x100.png"/> | ||
| 34 | </Game> | ||
