summary refs log tree commit diff
path: root/sum/Sum/Sum.csproj
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:13:03 +0000
commit1656f73d49dbeb9b624ba745cc23b94ac9c7a0bf (patch)
tree94641926a7cc648db2f1c5e93d22b3a9199dda1d /sum/Sum/Sum.csproj
parentstring guess (diff)
downloadcs-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.csproj10
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>