aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/vs2013
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2015-03-19 10:24:48 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2015-03-19 10:24:48 -0700
commit1c0f54a86144d7a818dc24950ac4e270d1c4d501 (patch)
tree52d854a4173f985ff5549c41c87dda109bc876aa /templates/vsprojects/vs2013
parentc55a1d4d55c33aa5510dea4f425c519ff6ffe8e2 (diff)
parentb072a4ff754abb4b5077a5a110b7a01b6f828ed2 (diff)
Merge pull request #1092 from nicolasnoble/msvc-c++
Adding MSVC's grpc++ project file.
Diffstat (limited to 'templates/vsprojects/vs2013')
-rw-r--r--templates/vsprojects/vs2013/grpc++.vcxproj.filters.template2
-rw-r--r--templates/vsprojects/vs2013/grpc++.vcxproj.template2
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/vsprojects/vs2013/grpc++.vcxproj.filters.template b/templates/vsprojects/vs2013/grpc++.vcxproj.filters.template
new file mode 100644
index 0000000000..d74cce8c78
--- /dev/null
+++ b/templates/vsprojects/vs2013/grpc++.vcxproj.filters.template
@@ -0,0 +1,2 @@
+<%namespace file="vcxproj.filters_defs.include" import="gen_filters"/>\
+${gen_filters('grpc++', libs, targets)}
diff --git a/templates/vsprojects/vs2013/grpc++.vcxproj.template b/templates/vsprojects/vs2013/grpc++.vcxproj.template
new file mode 100644
index 0000000000..93994bb392
--- /dev/null
+++ b/templates/vsprojects/vs2013/grpc++.vcxproj.template
@@ -0,0 +1,2 @@
+<%namespace file="vcxproj_defs.include" import="gen_project"/>\
+${gen_project('grpc++', libs, targets)} \ No newline at end of file