diff options
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> |
