From be3eb334f6a0bd8d079430ce59e508eee3f0d102 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 02:39:23 +0100 Subject: [PATCH] Add file with wxWebRequest unit tests to MSVS project too This file is not generated and so needs to be updated manually. --- tests/test.vcxproj | 3 ++- tests/test.vcxproj.filters | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test.vcxproj b/tests/test.vcxproj index dad1177142..ab71189ad2 100644 --- a/tests/test.vcxproj +++ b/tests/test.vcxproj @@ -524,6 +524,7 @@ + @@ -570,4 +571,4 @@ - + \ No newline at end of file diff --git a/tests/test.vcxproj.filters b/tests/test.vcxproj.filters index 502e186b28..e285713fbf 100644 --- a/tests/test.vcxproj.filters +++ b/tests/test.vcxproj.filters @@ -265,5 +265,8 @@ Source Files + + Source Files + \ No newline at end of file