From 8d7e9433b34af7717ae68533697ba66f5edc72a4 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 23 Apr 2015 16:42:57 +0100 Subject: [PATCH] Add C# files to Visual Studio projects. Also ignore Windows native build output files. --- .gitignore | 5 ++ vsprojects/libprotoc.vcproj | 120 ++++++++++++++++++++++++++++++++++++ vsprojects/tests.vcproj | 4 ++ 3 files changed, 129 insertions(+) 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 @@ -223,6 +223,66 @@ RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -391,6 +451,66 @@ RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.cc" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vsprojects/tests.vcproj b/vsprojects/tests.vcproj index 0d42949e..90515ba5 100644 --- a/vsprojects/tests.vcproj +++ b/vsprojects/tests.vcproj @@ -273,6 +273,10 @@ RelativePath="..\src\google\protobuf\compiler\cpp\cpp_unittest.cc" > + +