Migrated aurora-cradle-sharp to /aurora-cradle-sharp

This commit is contained in:
Brandon Watson
2021-03-05 22:45:06 -05:00
parent a8e418cc1b
commit 49338af6f4
22 changed files with 931 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/obj": true
},
"dotnet-test-explorer.testProjectPath": "./AuroraCradle.test",
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-dotnettools.csharp"
}
}