forked from microsoft/arcana.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharcana.cpp.component.json
More file actions
31 lines (31 loc) · 844 Bytes
/
arcana.cpp.component.json
File metadata and controls
31 lines (31 loc) · 844 Bytes
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
{
"id": "f95229e8-d89f-f847-1d14-fd603d3adbd5",
"name": "arcana.cpp",
"description": "General purpose C++ library.",
"branch": "refs/heads/master",
"tags": [
"omg",
"native",
"c++",
"task",
"async",
"so:arcana"
],
"languages": [
"C++"
],
"platform": "Windows,Android,iOS",
"projectType": "Internal",
"owners": {
"compcentralAreaPath": ""
},
"links": {
"ReadmeUrl": "https://microsoft.visualstudio.com/DefaultCollection/_apis/git/repositories/c0846846-9547-42fd-ae57-1f28f04295d5/items?scopePath=/README.md",
"WikiUrl": ""
},
"issues": {
"AreaPath": "",
"AddUrl": "https://microsoft.visualstudio.com//Apps/_workItems?witd=Bug&_a=new",
"queryPath": "Shared Queries/Feedback"
}
}