diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:13:03 +0000 |
commit | 1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf (patch) | |
tree | 94641926a7cc648db2f1c5e93d22b3a9199dda1d /sum/Sum/Sum.csproj | |
parent | string guess (diff) | |
download | cs-1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf.tar cs-1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf.tar.gz cs-1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf.tar.bz2 cs-1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf.tar.xz cs-1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf.zip |
sum
Diffstat (limited to 'sum/Sum/Sum.csproj')
-rw-r--r-- | sum/Sum/Sum.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sum/Sum/Sum.csproj b/sum/Sum/Sum.csproj new file mode 100644 index 0000000..40c60dd --- /dev/null +++ b/sum/Sum/Sum.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> |