aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/AddressBook/AddressBook.csproj
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-06-26 11:23:33 +0100
committerJon Skeet <jonskeet@google.com>2015-06-26 20:13:07 +0100
commitfb77cc9d9f066a8ce4f12e8d5f76188d48101444 (patch)
tree430514e0a7f98dd195d720e2a90a9f3183808fb7 /csharp/src/AddressBook/AddressBook.csproj
parentaa5104143cca3bf3e9f44a79f96e394960f45662 (diff)
downloadprotobuf-fb77cc9d9f066a8ce4f12e8d5f76188d48101444.tar.gz
protobuf-fb77cc9d9f066a8ce4f12e8d5f76188d48101444.tar.bz2
protobuf-fb77cc9d9f066a8ce4f12e8d5f76188d48101444.zip
More cleanup, based around searches for "Google.ProtocolBuffers"
- Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
Diffstat (limited to 'csharp/src/AddressBook/AddressBook.csproj')
-rw-r--r--csharp/src/AddressBook/AddressBook.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/AddressBook/AddressBook.csproj b/csharp/src/AddressBook/AddressBook.csproj
index f7e0d6be..b338af9c 100644
--- a/csharp/src/AddressBook/AddressBook.csproj
+++ b/csharp/src/AddressBook/AddressBook.csproj
@@ -8,11 +8,11 @@
<ProjectGuid>{A31F5FB2-4FF3-432A-B35B-5CD203606311}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Google.ProtocolBuffers.Examples.AddressBook</RootNamespace>
+ <RootNamespace>Google.Protobuf.Examples.AddressBook</RootNamespace>
<AssemblyName>AddressBook</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <StartupObject>Google.ProtocolBuffers.Examples.AddressBook.Program</StartupObject>
+ <StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">