Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions src/Apps/W1/Quality Management/QMWorkspace.code-workspace
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"folders": [
{
"name": "Quality Management - App",
"path": "app"
"name": "Quality Management - App",
"path": "app"
},
{
"name": "Quality Management - Test",
"path": "test"
"name": "Quality Management - Test",
"path": "test"
},
{
"name": "Quality Management - Test Library",
"path": "Test Library"
}
]
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions src/Apps/W1/Quality Management/Test Library/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"id": "9c32d4af-77d5-4fba-a3de-361805163a00",
"name": "Quality Management Test Library",
"publisher": "Microsoft",
"version": "28.0.0.0",
"brief": "Test library for Quality Management",
"description": "Test library for Quality Management",
"contextSensitiveHelpUrl": "https://go.microsoft.com/fwlink/?linkid=2338953",
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2182906",
"help": "https://go.microsoft.com/fwlink/?linkid=2338953",
"url": "https://go.microsoft.com/fwlink/?LinkId=724011",
"logo": "ExtensionLogo.png",
"dependencies": [
{
"id": "bc7b3891-f61b-4883-bbb3-384cdef88bec",
"name": "Quality Management",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
"publisher": "Microsoft",
"name": "Tests-TestLibraries",
"version": "28.0.0.0"
},
{
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"publisher": "Microsoft",
"name": "Library Assert",
"version": "28.0.0.0"
}
],
"screenshots": [],
"application": "28.0.0.0",
"platform": "28.0.0.0",
"target": "OnPrem",
"idRanges": [
{
"from": 139940,
"to": 139949
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"internalsVisibleTo": [
{
"id": "aa5fc5d3-ef4e-4b03-8512-9c584cdc1ceb",
"name": "Quality Management-Tests",
"publisher": "Microsoft"
}
],
"features": [
"NoImplicitWith",
"TranslationFile"
]
}
Loading
Loading