diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 9cf382c29..498ca8401 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -159,6 +159,8 @@ + + @@ -186,6 +188,7 @@ + diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index ccc15d613..21e348df4 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -18,6 +18,7 @@ + @@ -57,6 +58,8 @@ + + diff --git a/src/core/src/file_sys/file_sys.h b/src/common/src/file_sys.h similarity index 100% rename from src/core/src/file_sys/file_sys.h rename to src/common/src/file_sys.h diff --git a/src/core/src/file_sys/file_sys_directory.cpp b/src/common/src/file_sys_directory.cpp similarity index 100% rename from src/core/src/file_sys/file_sys_directory.cpp rename to src/common/src/file_sys_directory.cpp diff --git a/src/core/src/file_sys/file_sys_directory.h b/src/common/src/file_sys_directory.h similarity index 100% rename from src/core/src/file_sys/file_sys_directory.h rename to src/common/src/file_sys_directory.h diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 4ae1cb234..11e31c8f5 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -137,7 +137,6 @@ - @@ -157,8 +156,6 @@ - - diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters index 8fbb1d4e3..51aa17d76 100644 --- a/src/core/core.vcxproj.filters +++ b/src/core/core.vcxproj.filters @@ -14,9 +14,6 @@ - - file_sys - @@ -28,9 +25,6 @@ {a64d3c8a-747a-491b-b782-6e2622bedf24} - - {d19a3be3-56c3-4b0b-877c-c68388904bb2} - @@ -75,12 +69,6 @@ arm\mmu - - file_sys - - - file_sys -