removed temporary code

This commit is contained in:
2024-09-10 20:28:11 +05:00
parent 71f77ce89c
commit e71a6b71fe
6 changed files with 83 additions and 18 deletions

11
src-csharp/Ougge.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>Ougge</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>