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
b977c3ed
Commit
b977c3ed
authored
Apr 27, 2015
by
Jie Luo
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #300 from jskeet/csharp
Add C# generator files to the VS project for libprotoc
parents
7646eec9
8d7e9433
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
129 additions
and
0 deletions
+129
-0
.gitignore
.gitignore
+5
-0
libprotoc.vcproj
vsprojects/libprotoc.vcproj
+120
-0
tests.vcproj
vsprojects/tests.vcproj
+4
-0
No files found.
.gitignore
View file @
b977c3ed
...
...
@@ -74,3 +74,8 @@ src/**/*.trs
# JavaBuild output.
java/target
javanano/target
# Windows native output.
vsprojects/Debug
vsprojects/Release
vsprojects/libprotoc.vcproj
View file @
b977c3ed
...
...
@@ -223,6 +223,66 @@
RelativePath=
"..\src\google\protobuf\compiler\cpp\cpp_string_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_enum.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_enum_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_extension.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_field_base.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_generator.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_helpers.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_message.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_message_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_primitive_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_source_generator_base.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_umbrella_class.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_writer.h"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\java\java_context.h"
>
...
...
@@ -391,6 +451,66 @@
RelativePath=
"..\src\google\protobuf\compiler\cpp\cpp_string_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_enum.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_enum_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_extension.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_field_base.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_generator.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_helpers.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_message.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_message_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_umbrella_class.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_writer.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\ruby\ruby_generator.cc"
>
...
...
vsprojects/tests.vcproj
View file @
b977c3ed
...
...
@@ -273,6 +273,10 @@
RelativePath=
"..\src\google\protobuf\compiler\cpp\cpp_unittest.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\csharp\csharp_generator_unittest.cc"
>
</File>
<File
RelativePath=
"..\src\google\protobuf\compiler\importer_unittest.cc"
>
...
...
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