Skip to content

Commit d315eff

Browse files
committed
'New Test App (Dependency-Graph.Test)'
1 parent 40a56bc commit d315eff

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
]
5+
}

Dependency-Graph.Test/app.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"id": "d7bcd883-c9cb-4e98-a771-a3b2ba51444e",
3+
"name": "Dependency-Graph.Test",
4+
"publisher": "ANJ",
5+
"version": "1.0.0.0",
6+
"brief": "",
7+
"description": "",
8+
"privacyStatement": "",
9+
"EULA": "",
10+
"help": "",
11+
"url": "",
12+
"logo": "",
13+
"dependencies": [
14+
{
15+
"publisher": "Microsoft",
16+
"name": "Library Assert",
17+
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
18+
"version": "22.0.0.0"
19+
},
20+
{
21+
"publisher": "Microsoft",
22+
"name": "Any",
23+
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
24+
"version": "22.0.0.0"
25+
}
26+
],
27+
"screenshots": [],
28+
"platform": "1.0.0.0",
29+
"application": "22.0.0.0",
30+
"idRanges": [
31+
{
32+
"from": 99990,
33+
"to": 99999
34+
}
35+
],
36+
"features": [
37+
"NoImplicitWith"
38+
],
39+
"resourceExposurePolicy": {
40+
"allowDebugging": true,
41+
"allowDownloadingSource": false,
42+
"includeSourceInSymbolFile": false
43+
}
44+
}

al.code-workspace

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
},
66
{
77
"path": "Dependency-Graph"
8+
},
9+
{
10+
"path": "Dependency-Graph.Test"
811
}
912
],
1013
"settings": {}

0 commit comments

Comments
 (0)