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