summaryrefslogtreecommitdiff
path: root/CommandLineWrapperExample
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapperExample')
-rw-r--r--CommandLineWrapperExample/CommandLineWrapperExample.csproj21
-rw-r--r--CommandLineWrapperExample/Program.cs0
2 files changed, 21 insertions, 0 deletions
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 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputPath>..\.Temp\Debug\</OutputPath>
+ <OutDir>$(OutputPath)</OutDir>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference
+ Include="..\CommandLineWrapper\CommandLineWrapper.csproj"
+ />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>
diff --git a/CommandLineWrapperExample/Program.cs b/CommandLineWrapperExample/Program.cs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/CommandLineWrapperExample/Program.cs