diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:13:03 +0000 |
commit | 212a8c3926d835e3abe5abaf9744945ec78aa158 (patch) | |
tree | 895bec2e78bac7155fdd68f56b2aa5eb1abd85db /io/IO.csproj | |
parent | clicker (diff) | |
download | cs-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.csproj | 10 |
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> |