summaryrefslogtreecommitdiff
path: root/Codeforces-BS.csproj
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-01-09 21:58:45 -0800
committerBoredGuy <osome3717@gmail.com>2026-01-09 21:58:45 -0800
commit6421a837cd6bc826b70f866bca00bc6dafc65816 (patch)
treec42cf2fc3e8800938c559666342d9526d02ef402 /Codeforces-BS.csproj
Initial CommitHEADmaster
Diffstat (limited to 'Codeforces-BS.csproj')
-rw-r--r--Codeforces-BS.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Codeforces-BS.csproj b/Codeforces-BS.csproj
new file mode 100644
index 0000000..dfe0452
--- /dev/null
+++ b/Codeforces-BS.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net10.0</TargetFramework>
+ <RootNamespace>Codeforces_BS</RootNamespace>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ <StartupObject>Codeforces_BS.MedicalParity</StartupObject>
+ </PropertyGroup>
+
+</Project>