Optimised protos directory paths
This commit is contained in:
parent
1fcb719003
commit
0fed55ab65
1 changed files with 8 additions and 8 deletions
|
@ -28,14 +28,14 @@
|
|||
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\descriptor.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\csharp_options.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest_csharp_options.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest_custom_options.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest_embed_optimize_for.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest_import.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest_mset.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\google\protobuf\unittest_optimize_for.proto" />
|
||||
<Protos Include="$(ProjectDirectory)\protos\tutorial\addressbook.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest_csharp_options.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest_custom_options.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest_embed_optimize_for.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest_import.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest_mset.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\google\protobuf\unittest_optimize_for.proto" />
|
||||
<Protos Include="$(ProtosDirectory)\tutorial\addressbook.proto" />
|
||||
|
||||
<TestContainer Include="$(ProjectDirectory)\src\ProtocolBuffers.Test\bin\$(BuildConfiguration)\Google.ProtocolBuffers.Test.dll" />
|
||||
<TestContainer Include="$(ProjectDirectory)\src\ProtoGen.Test\bin\$(BuildConfiguration)\Google.ProtocolBuffers.ProtoGen.Test.dll" />
|
||||
|
|
Loading…
Add table
Reference in a new issue