Moving protos to neutral place to be shared by projects
This commit is contained in:
parent
d307a049f1
commit
4ee5656358
@ -5,7 +5,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Protobuf Include="Src\Protos\signal.proto" GrpcServices="Server" />
|
||||
<Protobuf Include="..\..\aurora-proto\Proto\signal.proto" GrpcServices="Server" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package Aurora.Proto.Party;
|
||||
|
||||
import "Proto/general.proto";
|
||||
import "general.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
|
@ -60,8 +60,8 @@
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Protobuf Include="Proto\general.proto" />
|
||||
<Protobuf Include="Proto\party.proto" />
|
||||
<Protobuf Include="..\..\aurora-proto\proto\general.proto" />
|
||||
<Protobuf Include="..\..\aurora-proto\proto\party.proto" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\backward.png" />
|
||||
|
@ -5,7 +5,14 @@
|
||||
},
|
||||
{
|
||||
"path": "aurora-cradle-sharp"
|
||||
},
|
||||
{
|
||||
"path": "aurora-proto"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"**/obj": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user