diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-11 10:20:55 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-11 10:45:51 -0800 |
commit | 92e2e3f55eb9985e720c669fe514b4ebea5219b1 (patch) | |
tree | 6d15e131607337ca0bb5c2340596068d75fc33a5 /templates/vsprojects/vs2013/grpc_csharp_ext.vcxproj.template | |
parent | 187994e0fd92a06789abb2c427dc96942608352e (diff) |
some VS project template fixes and added templates for grpc_csharp_ext
Diffstat (limited to 'templates/vsprojects/vs2013/grpc_csharp_ext.vcxproj.template')
-rw-r--r-- | templates/vsprojects/vs2013/grpc_csharp_ext.vcxproj.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vsprojects/vs2013/grpc_csharp_ext.vcxproj.template b/templates/vsprojects/vs2013/grpc_csharp_ext.vcxproj.template new file mode 100644 index 0000000000..84aa50209a --- /dev/null +++ b/templates/vsprojects/vs2013/grpc_csharp_ext.vcxproj.template @@ -0,0 +1,2 @@ +<%namespace file="vcxproj_defs.include" import="gen_project"/>\ +${gen_project('grpc_csharp_ext', libs, targets)} |