From e3e248c0f0b046018cd04850bd1a25c1317125cb Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 22 Jan 2014 13:53:54 +0800 Subject: [PATCH] issue #3677: Updates Windows project to add PerformanceEventDispatcherTest. --- samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj | 2 ++ samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj b/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj index 7b7132157b..41fb8bb922 100644 --- a/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj +++ b/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj @@ -187,6 +187,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\websockets\prebuilt\win32\*.*" "$ + @@ -336,6 +337,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\websockets\prebuilt\win32\*.*" "$ + diff --git a/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj.filters b/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj.filters index 95d347f44b..ede5992323 100644 --- a/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj.filters +++ b/samples/Cpp/TestCpp/proj.win32/TestCpp.vcxproj.filters @@ -727,6 +727,9 @@ Classes\ReleasePoolTest + + Classes\PerformanceTest + @@ -1342,5 +1345,8 @@ Classes\ReleasePoolTest + + Classes\PerformanceTest + \ No newline at end of file