aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-18 09:25:20 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-18 09:25:20 -0800
commit83a23815b064bdb6c376c4d1ecfc7bc76971f62a (patch)
tree361f878ebb044e26a3c7ab7e5bd88de2bb1ea717 /templates/vsprojects
parent44fc7200f89cca18bf70c06d1dcaaed3246cf2fd (diff)
remove unused vsprojects
Diffstat (limited to 'templates/vsprojects')
-rw-r--r--templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template4
-rw-r--r--templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template4
-rw-r--r--templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template4
-rw-r--r--templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template4
-rw-r--r--templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template4
-rw-r--r--templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template4
-rw-r--r--templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template4
7 files changed, 0 insertions, 28 deletions
diff --git a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template b/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template
deleted file mode 100644
index 99f707ad41..0000000000
--- a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj.filters_defs.include" import="gen_filters"/>\
- ${gen_filters('grpc++_unsecure', libs)}
diff --git a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template b/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template
deleted file mode 100644
index a6a7b2c108..0000000000
--- a/templates/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj_defs.include" import="gen_project"/>\
- ${gen_project('grpc++_unsecure', libs)}
diff --git a/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template b/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template
deleted file mode 100644
index 980bc589e4..0000000000
--- a/templates/vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj_defs.include" import="gen_project"/>\
- ${gen_project('grpc_cpp_plugin', targets)}
diff --git a/templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template b/templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template
deleted file mode 100644
index 2c677d7f75..0000000000
--- a/templates/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj_defs.include" import="gen_project"/>\
- ${gen_project('grpc_csharp_plugin', targets)}
diff --git a/templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template b/templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template
deleted file mode 100644
index a31f3e383a..0000000000
--- a/templates/vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj_defs.include" import="gen_project"/>\
- ${gen_project('grpc_objective_c_plugin', targets)}
diff --git a/templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template b/templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template
deleted file mode 100644
index c2ef396842..0000000000
--- a/templates/vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj_defs.include" import="gen_project"/>\
- ${gen_project('grpc_python_plugin', targets)}
diff --git a/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template b/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template
deleted file mode 100644
index e7c094f5f9..0000000000
--- a/templates/vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj.template
+++ /dev/null
@@ -1,4 +0,0 @@
-%YAML 1.2
---- |
- <%namespace file="../vcxproj_defs.include" import="gen_project"/>\
- ${gen_project('grpc_ruby_plugin', targets)}