From 6b9268d2d88c81c18f2cc21e343d321989dad99c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 9 Jan 2026 21:30:49 +0800 Subject: Set up project structure and CLI integration --- .../CommandLineWrapperExample.csproj | 21 +++++++++++++++++++++ CommandLineWrapperExample/Program.cs | 0 2 files changed, 21 insertions(+) create mode 100644 CommandLineWrapperExample/CommandLineWrapperExample.csproj create mode 100644 CommandLineWrapperExample/Program.cs (limited to 'CommandLineWrapperExample') diff --git a/CommandLineWrapperExample/CommandLineWrapperExample.csproj b/CommandLineWrapperExample/CommandLineWrapperExample.csproj new file mode 100644 index 0000000..3732733 --- /dev/null +++ b/CommandLineWrapperExample/CommandLineWrapperExample.csproj @@ -0,0 +1,21 @@ + + + + ..\.Temp\Debug\ + $(OutputPath) + + + + + + + + Exe + net8.0 + enable + enable + + + diff --git a/CommandLineWrapperExample/Program.cs b/CommandLineWrapperExample/Program.cs new file mode 100644 index 0000000..e69de29 -- cgit