summaryrefslogtreecommitdiff
path: root/contrib/transport-sample
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-06-27 10:17:57 +0000
committerRoger Meier <roger@apache.org>2012-06-27 10:17:57 +0000
commit27647d5b18e1a494c9e12c35a8701932c4767c02 (patch)
treef2003747f871cd9e6d32899c8463083368697ac7 /contrib/transport-sample
parentd62032850caf9c76f5069e5c53d34e433b05da58 (diff)
downloadthrift-27647d5b18e1a494c9e12c35a8701932c4767c02.tar.gz
THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows
remove redundant thrift-sample.sln git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1354405 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'contrib/transport-sample')
-rw-r--r--contrib/transport-sample/thrift-sample.sln26
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/transport-sample/thrift-sample.sln b/contrib/transport-sample/thrift-sample.sln
deleted file mode 100644
index a9fa1efa1..000000000
--- a/contrib/transport-sample/thrift-sample.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-?
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server\server.vcxproj", "{72FCAF29-506D-4164-9FA6-F54C5C28E79D}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcxproj", "{85FBFB54-530B-498F-9F38-44BA204FAE6A}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {72FCAF29-506D-4164-9FA6-F54C5C28E79D}.Debug|Win32.ActiveCfg = Debug|Win32
- {72FCAF29-506D-4164-9FA6-F54C5C28E79D}.Debug|Win32.Build.0 = Debug|Win32
- {72FCAF29-506D-4164-9FA6-F54C5C28E79D}.Release|Win32.ActiveCfg = Release|Win32
- {72FCAF29-506D-4164-9FA6-F54C5C28E79D}.Release|Win32.Build.0 = Release|Win32
- {85FBFB54-530B-498F-9F38-44BA204FAE6A}.Debug|Win32.ActiveCfg = Debug|Win32
- {85FBFB54-530B-498F-9F38-44BA204FAE6A}.Debug|Win32.Build.0 = Debug|Win32
- {85FBFB54-530B-498F-9F38-44BA204FAE6A}.Release|Win32.ActiveCfg = Release|Win32
- {85FBFB54-530B-498F-9F38-44BA204FAE6A}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal