mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
* touching publish.yml * Moved Examples into ./Examples * Moved Benchmarks into ./Tests * Moved Benchmarks into ./Tests * Moved UICatalog into ./Examples * Moved UICatalog into ./Examples 2 * Moved tests into ./Tests * Updated nuget
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"profiles": {
|
|
"NativeAot": {
|
|
"commandName": "Project"
|
|
},
|
|
"WSL : NativeAot": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet NativeAot.dll",
|
|
"distributionName": ""
|
|
}
|
|
}
|
|
} |