From 445d65ffac4ba9b90ad906a27cf292b2e6e97ab1 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Thu, 27 Oct 2011 17:59:09 +0200 Subject: [PATCH] add echo client project --- windows/vcpp2010/examples/echoclient.vcxproj | 99 +++++++++++++++++++ .../examples/echoclient.vcxproj.filters | 30 ++++++ windows/vcpp2010/websocketpp.sln | 9 ++ 3 files changed, 138 insertions(+) create mode 100644 windows/vcpp2010/examples/echoclient.vcxproj create mode 100644 windows/vcpp2010/examples/echoclient.vcxproj.filters diff --git a/windows/vcpp2010/examples/echoclient.vcxproj b/windows/vcpp2010/examples/echoclient.vcxproj new file mode 100644 index 0000000000..cff2202597 --- /dev/null +++ b/windows/vcpp2010/examples/echoclient.vcxproj @@ -0,0 +1,99 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D7C36001-002F-4B8E-B4C0-A04E2F9522D0} + Win32Proj + echoclient + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;NOCOMM;_WIN32_WINNT=0x0600;%(PreprocessorDefinitions) + $(BOOSTROOT);..;%(AdditionalIncludeDirectories) + MultiThreadedDebug + + + Console + true + $(BOOSTROOT)\stage\lib;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;NOCOMM;_WIN32_WINNT=0x0600;%(PreprocessorDefinitions) + $(BOOSTROOT);..;%(AdditionalIncludeDirectories) + MultiThreaded + false + StreamingSIMDExtensions2 + + + Console + true + true + true + $(BOOSTROOT)\stage\lib;%(AdditionalLibraryDirectories) + + + + + + + + + + + + {1c0fd04e-5aca-4031-b3d1-320a5360c9d0} + + + + + + \ No newline at end of file diff --git a/windows/vcpp2010/examples/echoclient.vcxproj.filters b/windows/vcpp2010/examples/echoclient.vcxproj.filters new file mode 100644 index 0000000000..765ace9c46 --- /dev/null +++ b/windows/vcpp2010/examples/echoclient.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/windows/vcpp2010/websocketpp.sln b/windows/vcpp2010/websocketpp.sln index a2ca1b86e3..4139952bfa 100644 --- a/windows/vcpp2010/websocketpp.sln +++ b/windows/vcpp2010/websocketpp.sln @@ -9,6 +9,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chatserver", "examples\chat EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chatclient", "examples\chatclient.vcxproj", "{116BFEDA-AF8E-4B3F-8508-ACC5EE89F905}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "echoclient", "examples\echoclient.vcxproj", "{D7C36001-002F-4B8E-B4C0-A04E2F9522D0}" + ProjectSection(ProjectDependencies) = postProject + {1C0FD04E-5ACA-4031-B3D1-320A5360C9D0} = {1C0FD04E-5ACA-4031-B3D1-320A5360C9D0} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -31,6 +36,10 @@ Global {116BFEDA-AF8E-4B3F-8508-ACC5EE89F905}.Debug|Win32.Build.0 = Debug|Win32 {116BFEDA-AF8E-4B3F-8508-ACC5EE89F905}.Release|Win32.ActiveCfg = Release|Win32 {116BFEDA-AF8E-4B3F-8508-ACC5EE89F905}.Release|Win32.Build.0 = Release|Win32 + {D7C36001-002F-4B8E-B4C0-A04E2F9522D0}.Debug|Win32.ActiveCfg = Debug|Win32 + {D7C36001-002F-4B8E-B4C0-A04E2F9522D0}.Debug|Win32.Build.0 = Debug|Win32 + {D7C36001-002F-4B8E-B4C0-A04E2F9522D0}.Release|Win32.ActiveCfg = Release|Win32 + {D7C36001-002F-4B8E-B4C0-A04E2F9522D0}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE