From 1a90903cdadd6ced580c3b4d7270cd4b4e45709f Mon Sep 17 00:00:00 2001 From: terminx Date: Sun, 3 Mar 2019 11:15:16 +0000 Subject: [PATCH] Add vfs.cpp and vfs.h to the VS projects git-svn-id: https://svn.eduke32.com/eduke32@7385 1a8010ca-5511-0410-912e-c29ae57300e0 --- platform/Windows/build.vcxproj | 2 ++ platform/Windows/build.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/platform/Windows/build.vcxproj b/platform/Windows/build.vcxproj index 32916125e..215278847 100644 --- a/platform/Windows/build.vcxproj +++ b/platform/Windows/build.vcxproj @@ -292,6 +292,7 @@ + true @@ -372,6 +373,7 @@ + diff --git a/platform/Windows/build.vcxproj.filters b/platform/Windows/build.vcxproj.filters index 603028bd2..d5a3390e7 100644 --- a/platform/Windows/build.vcxproj.filters +++ b/platform/Windows/build.vcxproj.filters @@ -191,6 +191,9 @@ Source Files + + Source Files + @@ -394,6 +397,9 @@ Header Files + + Header Files +