summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-10 00:19:26 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-10 00:19:26 +0800
commitc7ed0578fcfa501ce68bb69678db2765ed75d721 (patch)
tree84c78d4acddfc83ee2fbbf292b0d65c3cc9c03eb /CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj
parent75f7578d784a4e209da4b29a80d27940197d8945 (diff)
Add code generator for workspace command extensions
Diffstat (limited to 'CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj')
-rw-r--r--CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj b/CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj
new file mode 100644
index 0000000..91b464a
--- /dev/null
+++ b/CommandLineWrapper/WorkspaceCommandGenerator/WorkspaceCommandGenerator.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>