Initial import of the CBDDC codebase with docs and tests. Add a .NET-focused gitignore to keep generated artifacts out of source control.
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
11
samples/ZB.MOM.WW.CBDDC.Sample.Console/Properties/launchSettings.json
Executable file
11
samples/ZB.MOM.WW.CBDDC.Sample.Console/Properties/launchSettings.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"WSL": {
|
||||
"commandName": "WSL2",
|
||||
"distributionName": ""
|
||||
},
|
||||
"ZB.MOM.WW.CBDDC.Sample.Console": {
|
||||
"commandName": "Project"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user