aboutsummaryrefslogtreecommitdiff
path: root/csharp/protogen.bat
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/protogen.bat')
-rw-r--r--csharp/protogen.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/csharp/protogen.bat b/csharp/protogen.bat
deleted file mode 100644
index 10b5ab50..00000000
--- a/csharp/protogen.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-pushd ../src
-../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers/DescriptorProtos google/protobuf/descriptor.proto
-../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest.proto
-../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_embed_optimize_for.proto
-../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_import.proto
-../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_mset.proto
-../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_optimize_for.proto
-../vsprojects/debug/protoc -I ../java:. --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos ../java/src/test/java/com/google/protobuf/multiple_files_test.proto
-popd