aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-04-23 16:42:57 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-04-24 09:21:31 +0100
commit8d7e9433b34af7717ae68533697ba66f5edc72a4 (patch)
tree81558133b14f35b1768b3880b160241d3ac2f89f
parent7646eec9ceb73e1ffa29dd7b226c019c40a68050 (diff)
Add C# files to Visual Studio projects.
Also ignore Windows native build output files.
-rw-r--r--.gitignore5
-rw-r--r--vsprojects/libprotoc.vcproj120
-rw-r--r--vsprojects/tests.vcproj4
3 files changed, 129 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b8ba4892..220e5c38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,8 @@ src/**/*.trs
# JavaBuild output.
java/target
javanano/target
+
+# Windows native output.
+vsprojects/Debug
+vsprojects/Release
+
diff --git a/vsprojects/libprotoc.vcproj b/vsprojects/libprotoc.vcproj
index 455c2cc2..8c93b955 100644
--- a/vsprojects/libprotoc.vcproj
+++ b/vsprojects/libprotoc.vcproj
@@ -224,6 +224,66 @@
>
</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"
>
</File>
@@ -392,6 +452,66 @@
>
</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"
>
</File>
diff --git a/vsprojects/tests.vcproj b/vsprojects/tests.vcproj
index 0d42949e..90515ba5 100644
--- a/vsprojects/tests.vcproj
+++ b/vsprojects/tests.vcproj
@@ -274,6 +274,10 @@
>
</File>
<File
+ RelativePath="..\src\google\protobuf\compiler\csharp\csharp_generator_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\src\google\protobuf\compiler\importer_unittest.cc"
>
</File>