diff --git a/windows/vcpp2010/examples/wsperf/wsperf.vcxproj b/windows/vcpp2010/examples/wsperf/wsperf.vcxproj new file mode 100644 index 0000000000..9886234e41 --- /dev/null +++ b/windows/vcpp2010/examples/wsperf/wsperf.vcxproj @@ -0,0 +1,85 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + {7FFF2CBA-7B06-48FD-817A-E666D80A53DB} + Win32Proj + wsperf + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(BOOSTROOT);..;%(AdditionalIncludeDirectories) + MultiThreaded + false + + + Console + true + true + true + F:\scm\websocketpp\windows\vcpp2010\Release;$(BOOSTROOT)\stage\lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;websocketpp.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/windows/vcpp2010/examples/wsperf/wsperf.vcxproj.filters b/windows/vcpp2010/examples/wsperf/wsperf.vcxproj.filters new file mode 100644 index 0000000000..44191a24ba --- /dev/null +++ b/windows/vcpp2010/examples/wsperf/wsperf.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {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 + + + + + Source Files + + + \ No newline at end of file diff --git a/windows/vcpp2010/websocketpp.sln b/windows/vcpp2010/websocketpp.sln index 4139952bfa..05f7a0ffae 100644 --- a/windows/vcpp2010/websocketpp.sln +++ b/windows/vcpp2010/websocketpp.sln @@ -14,6 +14,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "echoclient", "examples\echo {1C0FD04E-5ACA-4031-B3D1-320A5360C9D0} = {1C0FD04E-5ACA-4031-B3D1-320A5360C9D0} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wsperf", "examples\wsperf\wsperf.vcxproj", "{7FFF2CBA-7B06-48FD-817A-E666D80A53DB}" + ProjectSection(ProjectDependencies) = postProject + {1C0FD04E-5ACA-4031-B3D1-320A5360C9D0} = {1C0FD04E-5ACA-4031-B3D1-320A5360C9D0} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -40,6 +45,10 @@ Global {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 + {7FFF2CBA-7B06-48FD-817A-E666D80A53DB}.Debug|Win32.ActiveCfg = Debug|Win32 + {7FFF2CBA-7B06-48FD-817A-E666D80A53DB}.Debug|Win32.Build.0 = Debug|Win32 + {7FFF2CBA-7B06-48FD-817A-E666D80A53DB}.Release|Win32.ActiveCfg = Release|Win32 + {7FFF2CBA-7B06-48FD-817A-E666D80A53DB}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/windows/vcpp2010/websocketpp.vcxproj b/windows/vcpp2010/websocketpp.vcxproj index 0ba1ca8384..3312c44f5e 100644 --- a/windows/vcpp2010/websocketpp.vcxproj +++ b/windows/vcpp2010/websocketpp.vcxproj @@ -75,17 +75,17 @@ - - - - - - - + + + + + + + diff --git a/windows/vcpp2010/websocketpp.vcxproj.filters b/windows/vcpp2010/websocketpp.vcxproj.filters index ace00626f3..dc521bee21 100644 --- a/windows/vcpp2010/websocketpp.vcxproj.filters +++ b/windows/vcpp2010/websocketpp.vcxproj.filters @@ -5,12 +5,6 @@ {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - {79820f1e-61d9-46bc-9eb2-a52c20f62fa4} - - - {b6f4bad9-f45a-495f-93f2-f4b1605b9ac4} - {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd @@ -29,29 +23,23 @@ Source Files - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - + Source Files - Source Files\base64 + Source Files + + + Source Files + + + Source Files - Source Files\sha + Source Files + + + Source Files @@ -91,5 +79,11 @@ Header Files\utf8_validator + + Header Files + + + Header Files + - + \ No newline at end of file