summary refs log tree commit diff
path: root/io/IO.csproj
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:13:03 +0000
commit212a8c3926d835e3abe5abaf9744945ec78aa158 (patch)
tree895bec2e78bac7155fdd68f56b2aa5eb1abd85db /io/IO.csproj
parentclicker (diff)
downloadcs-212a8c3926d835e3abe5abaf9744945ec78aa158.tar
cs-212a8c3926d835e3abe5abaf9744945ec78aa158.tar.gz
cs-212a8c3926d835e3abe5abaf9744945ec78aa158.tar.bz2
cs-212a8c3926d835e3abe5abaf9744945ec78aa158.tar.xz
cs-212a8c3926d835e3abe5abaf9744945ec78aa158.zip
io
Diffstat (limited to 'io/IO.csproj')
-rw-r--r--io/IO.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/io/IO.csproj b/io/IO.csproj
new file mode 100644
index 0000000..40c60dd
--- /dev/null
+++ b/io/IO.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">

+

+  <PropertyGroup>

+    <OutputType>Exe</OutputType>

+    <TargetFramework>net6.0</TargetFramework>

+    <ImplicitUsings>enable</ImplicitUsings>

+    <Nullable>enable</Nullable>

+  </PropertyGroup>

+

+</Project>