diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index a59a3e4..e6399b6 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -2,52 +2,56 @@
"version": "2.0.0",
"tasks": [
{
- "label": "build",
- "command": "dotnet",
- "type": "process",
- "args": [
- "build",
- "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
- "/property:GenerateFullPaths=true",
- "/consoleloggerparameters:NoSummary"
- ],
- "problemMatcher": "$msCompile"
+ "label": "build",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "build",
+ "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
+ "/property:GenerateFullPaths=true",
+ "/consoleloggerparameters:NoSummary"
+ ],
+ "problemMatcher": "$msCompile"
},
{
- "label": "publish",
- "command": "dotnet",
- "type": "process",
- "args": [
- "publish",
- "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
- "/property:GenerateFullPaths=true",
- "/consoleloggerparameters:NoSummary"
- ],
- "problemMatcher": "$msCompile"
+ "label": "publish",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "publish",
+ "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
+ "/property:GenerateFullPaths=true",
+ "/consoleloggerparameters:NoSummary"
+ ],
+ "problemMatcher": "$msCompile"
},
{
- "label": "watch",
- "command": "dotnet",
- "type": "process",
- "args": [
- "watch",
- "run",
- "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
- "/property:GenerateFullPaths=true",
- "/consoleloggerparameters:NoSummary"
- ],
- "problemMatcher": "$msCompile"
+ "label": "watch",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "watch",
+ "run",
+ "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
+ "/property:GenerateFullPaths=true",
+ "/consoleloggerparameters:NoSummary"
+ ],
+ "problemMatcher": "$msCompile"
},
{
- "label": "test",
- "command": "dotnet",
- "type": "process",
- "args": [
- "test",
- "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
- "/property:GenerateFullPaths=true"
- ],
- "problemMatcher": "$msCompile"
+ "label": "test",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "test",
+ "${workspaceFolder}/CSTNet.Tests/CSTNet.Tests.csproj",
+ "/property:GenerateFullPaths=true"
+ ],
+ "problemMatcher": "$msCompile",
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ }
}
- ]
+]
}
diff --git a/CSTNet/CSTNet.csproj b/CSTNet/CSTNet.csproj
index 736495a..f3387c1 100644
--- a/CSTNet/CSTNet.csproj
+++ b/CSTNet/CSTNet.csproj
@@ -1,14 +1,15 @@
-
+
-
+