Skip to content

Commit

Permalink
updating proto path (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Jul 9, 2024
1 parent 3c7ddf3 commit c683f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src_pluginBase/pluginBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Protobuf Include="/var/spacedev/protos/spacefx/position/Position.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/sensor/Sensor.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/position/Position.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/sensor/Sensor.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions test/integrationTests/integrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Protobuf Include="/var/spacedev/protos/spacefx/position/Position.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/sensor/Sensor.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/position/Position.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/sensor/Sensor.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
</ItemGroup>
</Project>

0 comments on commit c683f81

Please sign in to comment.