Skip to content

Commit 870f988

Browse files
authored
Create config.json
1 parent 6920cd7 commit 870f988

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

.github/submission/config.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"packageParameters": {
3+
"PDPRootPath": "",
4+
"Release": "",
5+
"PDPInclude": [
6+
],
7+
"PDPExclude": [
8+
],
9+
"LanguageExclude": [
10+
"default"
11+
],
12+
"ImagesRootPath": "",
13+
"MediaFallbackLanguage": "",
14+
"AppxPath": [
15+
],
16+
"OutPath": "",
17+
"OutName": "",
18+
"DisableAutoPackageNameFormatting": false
19+
},
20+
"appSubmission": {
21+
"appId": "",
22+
"targetPublishDate": null,
23+
"visibility": "NotSet",
24+
"pricing": {
25+
"priceId": "NotAvailable",
26+
"trialPeriod": "NoFreeTrial",
27+
"marketSpecificPricings": {
28+
},
29+
"sales": [
30+
]
31+
},
32+
"allowTargetFutureDeviceFamilies": {
33+
"Xbox": false,
34+
"Team": false, // Surface Hub
35+
"Holographic": false,
36+
"Desktop": false,
37+
"Mobile": false
38+
},
39+
"allowMicrosoftDecideAppAvailabilityToFutureDeviceFamilies": false,
40+
"enterpriseLicensing": "None",
41+
"applicationCategory": "NotSet",
42+
"hardwarePreferences": [
43+
],
44+
"hasExternalInAppProducts": false,
45+
"meetAccessibilityGuidelines": false,
46+
"canInstallOnRemovableMedia": false,
47+
"automaticBackupEnabled": false,
48+
"isGameDvrEnabled": false,
49+
"gamingOptions": [{
50+
"genres": [
51+
],
52+
"isLocalMultiplayer": false,
53+
"isLocalCooperative": false,
54+
"isOnlineMultiplayer": false,
55+
"isOnlineCooperative": false,
56+
"localMultiplayerMinPlayers": 0,
57+
"localMultiplayerMaxPlayers": 0,
58+
"localCooperativeMinPlayers": 0,
59+
"localCooperativeMaxPlayers": 0,
60+
"isBroadcastingPrivilegeGranted": false,
61+
"isCrossPlayEnabled": false,
62+
"kinectDataForExternal": "Disabled"
63+
}],
64+
"notesForCertification": ""
65+
}
66+
}

0 commit comments

Comments
 (0)