-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
30 lines (30 loc) · 800 Bytes
/
project.json
File metadata and controls
30 lines (30 loc) · 800 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
{
"ProjectName": "SqlQueryEditor",
"Description": "A PowerShell WPF (Windows Presentation Framework) application to create, store, and Execute SQL Queries from SQL Database. tables.",
"Version": "0.1.0",
"CopyMode": "Content",
"Manifest": {
"Author": "Brooks Vaughn",
"PowerShellHostVersion": "5.1",
"GUID": "c69b81e5-4e8e-4574-b55e-768cbba792be",
"Tags": [
"PowerShell",
"WPF",
"SqlQueryEditor",
"SQL",
"SQLServer",
"DataGrid"
],
"ProjectUri": "https://github.com/BrooksV/SqlQueryEditor",
"LicenseUri": "https://github.com/BrooksV/SqlQueryEditor/blob/main/LICENSE"
},
"Pester": {
"TestResult": {
"Enabled": true,
"OutputFormat": "NUnitXml"
},
"Output": {
"Verbosity": "Detailed"
}
}
}