diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-03-10 21:13:15 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-03-10 21:13:15 +0100 |
commit | b072a4ff754abb4b5077a5a110b7a01b6f828ed2 (patch) | |
tree | 3ed74b0a1a3ad50326c01d8ff66ded33a73f04ae /templates | |
parent | e0e8edfeda1f7061915bd04fd5e2f28a31064a5c (diff) |
Adding MSVC's grpc++ project file.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vsprojects/vs2013/grpc++.vcxproj.filters.template | 2 | ||||
-rw-r--r-- | templates/vsprojects/vs2013/grpc++.vcxproj.template | 2 |
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 |