Optimised protos directory paths

This commit is contained in:
ArnoldZokas 2010-11-30 19:49:35 +00:00
parent 1fcb719003
commit 0fed55ab65

View file

@ -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" />