aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-10 17:40:30 -0500
committerrogerk <devnull@localhost>2012-10-10 17:40:30 -0500
commit9c73660d559290c7a41d537df3f25210103ab000 (patch)
treea80236ec53747bd46f31797a060845c145ecde16
parentd41ed17a0699a9f54f9a06cc0a000cc5a218e0cd (diff)
downloadprotobuf-9c73660d559290c7a41d537df3f25210103ab000.tar.gz
protobuf-9c73660d559290c7a41d537df3f25210103ab000.tar.bz2
protobuf-9c73660d559290c7a41d537df3f25210103ab000.zip
Removed explicit build of addressbook so that it builds like all other protos
-rw-r--r--build/Common.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/Common.targets b/build/Common.targets
index 56f26e08..168924bd 100644
--- a/build/Common.targets
+++ b/build/Common.targets
@@ -82,8 +82,6 @@ Targets For GenerateSource
<Message Importance="high" Text="Generating source from proto files" />
<Exec Command="$(ProtocExePath) --proto_path=$(ProtosDirectory) --descriptor_set_out=compiled.pb @(Protos->'%(RelativeDir)%(Filename)%(Extension)', ' ')" WorkingDirectory="$(SourceTempDirectory)" />
<Exec Command="$(ProtogenExePath) compiled.pb" WorkingDirectory="$(SourceTempDirectory)" />
- <!-- Generate the AddressBookProtos.cs directly -->
- <Exec Command="$(ProtogenExePath) --protoc_dir=$(LibDirectory) --proto_path=$(ProtosDirectory) $(ProtosDirectory)\tutorial\addressbook.proto -namespace=Google.ProtocolBuffers.Examples.AddressBook -umbrella_classname=AddressBookProtos" WorkingDirectory="$(SourceTempDirectory)" />
</Target>
<Target Name="_CopyGeneratedSource" DependsOnTargets="_GenerateSource">