diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-01-09 21:58:45 -0800 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-01-09 21:58:45 -0800 |
| commit | 6421a837cd6bc826b70f866bca00bc6dafc65816 (patch) | |
| tree | c42cf2fc3e8800938c559666342d9526d02ef402 /Codeforces-BS.csproj | |
Diffstat (limited to 'Codeforces-BS.csproj')
| -rw-r--r-- | Codeforces-BS.csproj | 12 |
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> |
