aboutsummaryrefslogtreecommitdiff
path: root/build/build.csproj
diff options
context:
space:
mode:
authorArnoldZokas <arnold.zokas@coderoom.net>2010-11-30 19:49:35 +0000
committerArnoldZokas <arnold.zokas@coderoom.net>2010-11-30 19:49:35 +0000
commit0fed55ab658045ca0d5cf4bfe2ca7b6be5e8c22f (patch)
tree133be29413ebd12fb1cc5314077adbf70892e91f /build/build.csproj
parent1fcb7190035252960e5046ef3a8e5e94e2bbcf1d (diff)
downloadprotobuf-0fed55ab658045ca0d5cf4bfe2ca7b6be5e8c22f.tar.gz
protobuf-0fed55ab658045ca0d5cf4bfe2ca7b6be5e8c22f.tar.bz2
protobuf-0fed55ab658045ca0d5cf4bfe2ca7b6be5e8c22f.zip
Optimised protos directory paths
Diffstat (limited to 'build/build.csproj')
-rw-r--r--build/build.csproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/build.csproj b/build/build.csproj
index aa0f9669..09483adc 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -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" />