Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
d1183bba
Commit
d1183bba
authored
May 12, 2015
by
Jie Luo
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #372 from jtattermusch/csharp_cleanup
C# cleanup
parents
5e68a75f
6f4bdffb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
.gitignore
csharp/.gitignore
+2
-0
README.md
csharp/lib/README.md
+0
-13
No files found.
csharp/.gitignore
View file @
d1183bba
...
...
@@ -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/
...
...
csharp/lib/README.md
deleted
100644 → 0
View file @
5e68a75f
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment