From 86f97e32466e57ef796778567f4ae5216d50d3f0 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 12 May 2015 15:21:22 -0700 Subject: lib subdir is not needed anymore --- csharp/lib/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 csharp/lib/README.md diff --git a/csharp/lib/README.md b/csharp/lib/README.md deleted file mode 100644 index d31885be..00000000 --- a/csharp/lib/README.md +++ /dev/null @@ -1,13 +0,0 @@ -This directory used to contain the binary dependencies, but they were removed during a cleanup associated with importing the project -into google/protobuf repository. Before we figure a better way to manage the dependencies, you will have to manually download the dependencies -to be able to build the test projects: - -1. Download https://github.com/jskeet/protobuf-csharp-port/archive/2.4.1.555.zip -2. Open the archive and copy following files into this directory: - * `lib/Microsoft.Silverlight.Testing/` - * `lib/NUnit/` - * `lib/proto.exe` - -After that, you should be able to fully build the C# protobufs Visual Studio solutions. - -TODO(jtattermusch): the way we pull in dependencies needs to change -- cgit v1.2.3 From 6f4bdffbe56888ba3497f7edd70c842c3849ddbe Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 12 May 2015 15:21:59 -0700 Subject: adding what was missing in .gitignore --- csharp/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp/.gitignore b/csharp/.gitignore index 19af6f85..d7dcef59 100644 --- a/csharp/.gitignore +++ b/csharp/.gitignore @@ -6,6 +6,8 @@ src/AddressBook/obj src/ProtocolBuffers/bin/ src/ProtocolBuffers/obj/ src/ProtocolBuffers/objCF +src/ProtocolBuffers.Serialization/bin/ +src/ProtocolBuffers.Serialization/obj/ src/ProtocolBuffers.Test/bin/ src/ProtocolBuffers.Test/obj/ src/ProtocolBuffersLite.Test/bin/ -- cgit v1.2.3