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 --- CommandLineWrapper/Class1.cs | 6 ++++++ CommandLineWrapper/CommandLineWrapper.csproj | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 CommandLineWrapper/Class1.cs create mode 100644 CommandLineWrapper/CommandLineWrapper.csproj (limited to 'CommandLineWrapper') diff --git a/CommandLineWrapper/Class1.cs b/CommandLineWrapper/Class1.cs new file mode 100644 index 0000000..f8ed117 --- /dev/null +++ b/CommandLineWrapper/Class1.cs @@ -0,0 +1,6 @@ +namespace CommandLineWrapper; + +public class Class1 +{ + +} diff --git a/CommandLineWrapper/CommandLineWrapper.csproj b/CommandLineWrapper/CommandLineWrapper.csproj new file mode 100644 index 0000000..b92e51b --- /dev/null +++ b/CommandLineWrapper/CommandLineWrapper.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + -- cgit