-
Notifications
You must be signed in to change notification settings - Fork 569
Expand file tree
/
Copy pathtemplate.json
More file actions
34 lines (34 loc) · 1.01 KB
/
template.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": [ "Android", "Mobile", "Test" ],
"identity": "Microsoft.Android.AndroidTest",
"name": "Android Test Project",
"description": "A project for creating a .NET for Android test project using MSTest",
"shortName": "androidtest",
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "AndroidTest1",
"preferNameDirectory": true,
"primaryOutputs": [
{ "path": "AndroidTest1.csproj" }
],
"symbols": {
"packageName": {
"type": "parameter",
"description": "Overrides the package name in the AndroidManifest.xml",
"datatype": "string",
"replaces": "com.companyname.AndroidTest1"
},
"supportedOSVersion": {
"type": "parameter",
"description": "Overrides $(SupportedOSPlatformVersion) in the project",
"datatype": "string",
"replaces": "SUPPORTED_OS_PLATFORM_VERSION",
"defaultValue": "24"
}
},
"defaultName": "AndroidTest1"
}