Type based attributes

This commit is contained in:
2022-02-07 17:56:00 +01:00
parent b6d57869b1
commit 2b5ab06b57
10 changed files with 162 additions and 58 deletions

4
.vscode/tasks.json vendored
View File

@@ -72,7 +72,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "publish windows gui",
"label": "publish gui",
"command": "dotnet",
"type": "process",
"args": [
@@ -80,8 +80,6 @@
"${workspaceFolder}/src/GuiApp/FileTime.Avalonia/FileTime.Avalonia.csproj",
"-c",
"Release",
"-r",
"win-x64"
],
"problemMatcher": "$msCompile"
},