refactor: add simple c# client

This commit is contained in:
k0t9i
2023-01-26 01:36:49 +04:00
parent eb7bfc779b
commit 7ad3ff4081
9 changed files with 116 additions and 281 deletions

View File

@@ -0,0 +1,12 @@
<Project>
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<BaseOutputPath>$(SolutionDir)$(Configuration)\bin\</BaseOutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\obj\</BaseIntermediateOutputPath>
<MSBuildProjectExtensionsPath>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ext\</MSBuildProjectExtensionsPath>
<PackageOutputPath>$(BaseOutputPath)</PackageOutputPath>
<OutputPath>$(BaseOutputPath)</OutputPath>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
</PropertyGroup>
</Project>