Skip to content

Commit

Permalink
Merge pull request #333 from microsoft/dotnetprojfxi
Browse files Browse the repository at this point in the history
Add new protocol buffer API files to dotnet projects
  • Loading branch information
abeltrano authored Aug 5, 2024
2 parents d839307 + 71eb514 commit 345bc90
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
21 changes: 18 additions & 3 deletions src/common/dotnet/NetRemoteClient/NetRemoteClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,28 @@
</ItemGroup>

<ItemGroup>
<Protobuf Include="..\..\..\protocol\protos\NetRemoteService.proto" GrpcServices="Client">
<Protobuf Include="..\..\..\..\api\protos\NetRemoteDataStream.proto" GrpcServices="None">
<Link>Protos\NetRemoteDataStream.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetRemoteDataStreamingService.proto" GrpcServices="Server">
<Link>Protos\NetRemoteDataStreamingService.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetRemoteNetwork.proto" GrpcServices="None">
<Link>Protos\NetRemoteNetwork.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetRemoteService.proto" GprcServices="Server">
<Link>Protos\NetRemoteService.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\protocol\protos\NetRemoteWifi.proto" GrpcServices="None">
<Protobuf Include="..\..\..\..\api\protos\NetRemoteWifi.proto" GrpcServices="None">
<Link>Protos\NetRemoteWifi.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\protocol\protos\WifiCore.proto" GrpcServices="None">
<Protobuf Include="..\..\..\..\api\protos\Network8021x.proto" GrpcServices="None">
<Link>Protos\Network8021x.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetworkCore.proto" GrpcServices="None">
<Link>Protos\NetworkCore.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\WifiCore.proto" GrpcServices="None">
<Link>Protos\WifiCore.proto</Link>
</Protobuf>
</ItemGroup>
Expand Down
21 changes: 18 additions & 3 deletions src/common/dotnet/NetRemoteService/NetRemoteService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,28 @@
</ItemGroup>

<ItemGroup>
<Protobuf Include="..\..\..\protocol\protos\NetRemoteService.proto" GprcServices="Server">
<Protobuf Include="..\..\..\..\api\protos\NetRemoteDataStream.proto" GrpcServices="None">
<Link>Protos\NetRemoteDataStream.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetRemoteDataStreamingService.proto" GrpcServices="Server">
<Link>Protos\NetRemoteDataStreamingService.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetRemoteNetwork.proto" GrpcServices="None">
<Link>Protos\NetRemoteNetwork.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetRemoteService.proto" GprcServices="Server">
<Link>Protos\NetRemoteService.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\protocol\protos\NetRemoteWifi.proto" GrpcServices="None">
<Protobuf Include="..\..\..\..\api\protos\NetRemoteWifi.proto" GrpcServices="None">
<Link>Protos\NetRemoteWifi.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\protocol\protos\WifiCore.proto" GrpcServices="None">
<Protobuf Include="..\..\..\..\api\protos\Network8021x.proto" GrpcServices="None">
<Link>Protos\Network8021x.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\NetworkCore.proto" GrpcServices="None">
<Link>Protos\NetworkCore.proto</Link>
</Protobuf>
<Protobuf Include="..\..\..\..\api\protos\WifiCore.proto" GrpcServices="None">
<Link>Protos\WifiCore.proto</Link>
</Protobuf>
</ItemGroup>
Expand Down

0 comments on commit 345bc90

Please sign in to comment.