Skip to content

Commit fb77cc9

Browse files
committed
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
1 parent aa51041 commit fb77cc9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+49
-1808
lines changed

benchmarks/google_size.proto

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package benchmarks;
44

55
option java_outer_classname = "GoogleSize";
66
option optimize_for = CODE_SIZE;
7-
option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
87

98
message SizeMessage1 {
109
required string field1 = 1;

benchmarks/google_speed.proto

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package benchmarks;
44

55
option java_outer_classname = "GoogleSpeed";
66
option optimize_for = SPEED;
7-
option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
87

98
message SpeedMessage1 {
109
required string field1 = 1;

csharp/build/BuildAll.bat

-8
This file was deleted.

csharp/build/Common.targets

-122
This file was deleted.

csharp/build/Google.ProtocolBuffers.nuspec

-59
This file was deleted.

csharp/build/Google.ProtocolBuffersLite.nuspec

-60
This file was deleted.

csharp/build/RunBenchmarks.bat

-2
This file was deleted.

csharp/build/build.bat

-20
This file was deleted.

0 commit comments

Comments
 (0)