forked from microsoft/Xbox-GDK-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicrosoftGame.Config
More file actions
23 lines (20 loc) · 909 Bytes
/
Copy pathMicrosoftGame.Config
File metadata and controls
23 lines (20 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Game configVersion="0">
<Identity Name="ca3f60f6-2719-47cf-843f-b56af1cf7fa8"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="1.0.0.0"/>
<ExecutableList>
<Executable Name="SimpleInstancing.exe"
Id="Game"/>
</ExecutableList>
<ShellVisuals DefaultDisplayName="SimpleInstancing"
PublisherDisplayName="Xbox Advanced Technology Group"
StoreLogo="Assets\StoreLogo.png"
Square150x150Logo="Assets\Logo.png"
Square44x44Logo="Assets\SmallLogo.png"
Square480x480Logo="Assets\LargeLogo.png"
Description="SimpleInstancing"
ForegroundText="dark"
BackgroundColor="#000000"
SplashScreenImage="Assets\SplashScreen.png"/>
</Game>