diff --git a/build/VStudio/winfsp_dll.vcxproj b/build/VStudio/winfsp_dll.vcxproj
index b82dad36..58ea242a 100644
--- a/build/VStudio/winfsp_dll.vcxproj
+++ b/build/VStudio/winfsp_dll.vcxproj
@@ -24,12 +24,12 @@
-
+
-
+
diff --git a/build/VStudio/winfsp_dll.vcxproj.filters b/build/VStudio/winfsp_dll.vcxproj.filters
index 1cc5a36a..7f612bf4 100644
--- a/build/VStudio/winfsp_dll.vcxproj.filters
+++ b/build/VStudio/winfsp_dll.vcxproj.filters
@@ -40,15 +40,15 @@
Source
-
- Source
-
-
- Source
-
Source
+
+ Source
+
+
+ Source
+
diff --git a/src/dll/dispatch.c b/src/dll/fs.c
similarity index 99%
rename from src/dll/dispatch.c
rename to src/dll/fs.c
index 67dc2955..24d89e15 100644
--- a/src/dll/dispatch.c
+++ b/src/dll/fs.c
@@ -1,5 +1,5 @@
/**
- * @file dll/dispatch.c
+ * @file dll/fs.c
*
* @copyright 2015-2016 Bill Zissimopoulos
*/
diff --git a/src/dll/access.c b/src/dll/security.c
similarity index 99%
rename from src/dll/access.c
rename to src/dll/security.c
index 81b11cba..82373374 100644
--- a/src/dll/access.c
+++ b/src/dll/security.c
@@ -1,5 +1,5 @@
/**
- * @file dll/access.c
+ * @file dll/security.c
*
* @copyright 2015-2016 Bill Zissimopoulos
*/