refactor: add simple c# client
This commit is contained in:
12
TestClient/Directory.Build.Props
Normal file
12
TestClient/Directory.Build.Props
Normal 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>
|
Reference in New Issue
Block a user