mirror of
https://github.com/logos-co/velopack.git
synced 2026-08-30 21:21:09 +00:00
* chore: update uno sample app with latest * Cleaning up UnoSample to use SampleHelper Updated the top level Directory.Build.targets to support samples with solutions and nested directories. Added build scripts. * Adding Uno sample to GHA * Remove framework bootstrap * Fixing mainExe name on non-windows --------- Co-authored-by: Kevin Bost <kitokeboo@gmail.com>
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.expand": false,
|
|
"explorer.fileNesting.patterns": {
|
|
"*.xaml": "$(capture).xaml.cs"
|
|
},
|
|
"files.associations": {
|
|
"global.json": "jsonc"
|
|
}
|
|
}
|