diff --git a/build/VStudio/testing/memfs.vcxproj b/build/VStudio/testing/memfs.vcxproj
index e8faed8b..b650cc20 100644
--- a/build/VStudio/testing/memfs.vcxproj
+++ b/build/VStudio/testing/memfs.vcxproj
@@ -173,6 +173,10 @@
+
+
+
+
diff --git a/build/VStudio/testing/memfs.vcxproj.filters b/build/VStudio/testing/memfs.vcxproj.filters
index 3420cb4f..76ea980d 100644
--- a/build/VStudio/testing/memfs.vcxproj.filters
+++ b/build/VStudio/testing/memfs.vcxproj.filters
@@ -10,5 +10,13 @@
Source
+
+ Source
+
+
+
+
+ Source
+
\ No newline at end of file
diff --git a/build/VStudio/testing/winfsp-tests.vcxproj b/build/VStudio/testing/winfsp-tests.vcxproj
index 98fcfd3b..4084219c 100644
--- a/build/VStudio/testing/winfsp-tests.vcxproj
+++ b/build/VStudio/testing/winfsp-tests.vcxproj
@@ -101,7 +101,7 @@
Disabled
__func__=__FUNCTION__;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\..\src;..\..\..\inc;..\..\..\ext
+ ..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext
MultiThreadedDLL
@@ -118,7 +118,7 @@
Disabled
__func__=__FUNCTION__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\..\src;..\..\..\inc;..\..\..\ext
+ ..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext
MultiThreadedDLL
@@ -137,7 +137,7 @@
true
__func__=__FUNCTION__;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\..\src;..\..\..\inc;..\..\..\ext
+ ..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext
MultiThreadedDLL
@@ -158,7 +158,7 @@
true
__func__=__FUNCTION__;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\..\src;..\..\..\inc;..\..\..\ext
+ ..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext
MultiThreadedDLL
@@ -180,13 +180,13 @@
TurnOffAllWarnings
TurnOffAllWarnings
+
-
@@ -196,7 +196,7 @@
-
+
diff --git a/build/VStudio/testing/winfsp-tests.vcxproj.filters b/build/VStudio/testing/winfsp-tests.vcxproj.filters
index 417227fc..b98a3e24 100644
--- a/build/VStudio/testing/winfsp-tests.vcxproj.filters
+++ b/build/VStudio/testing/winfsp-tests.vcxproj.filters
@@ -25,9 +25,6 @@
Source
-
- Source
-
Source
@@ -52,12 +49,15 @@
Source
+
+ Source
+
Source\tlib
-
+
Source
diff --git a/tst/winfsp-tests/memfs.cpp b/tst/memfs/memfs.cpp
similarity index 100%
rename from tst/winfsp-tests/memfs.cpp
rename to tst/memfs/memfs.cpp
diff --git a/tst/winfsp-tests/memfs.h b/tst/memfs/memfs.h
similarity index 100%
rename from tst/winfsp-tests/memfs.h
rename to tst/memfs/memfs.h