Re-arranging files to add test project. Adding WIP cursor list

This commit is contained in:
Brandon Watson
2021-03-04 12:08:53 -05:00
parent 00ab0323c7
commit 91d0a55d5e
12 changed files with 272 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Protobuf Include="Src\Protos\signal.proto" GrpcServices="Server" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
</ItemGroup>
</Project>