summaryrefslogtreecommitdiffstats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-24 04:04:56 +0200
committerShizZy <shizzy@6bit.net>2013-09-24 04:04:56 +0200
commit29cdc1df39c81d7a001053ffca4aa1bc194a3c7b (patch)
tree17268fe563ea3c1cfc3812c7ac78de6f60fb3f0c /src/common/common.vcxproj
parentremoved unused commented-out code (diff)
downloadyuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.gz
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.bz2
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.lz
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.xz
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.zst
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.zip
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj3
1 files changed, 3 insertions, 0 deletions
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 @@
<ClInclude Include="src\extended_trace.h" />
<ClInclude Include="src\fifo_queue.h" />
<ClInclude Include="src\file_search.h" />
+ <ClInclude Include="src\file_sys.h" />
+ <ClInclude Include="src\file_sys_directory.h" />
<ClInclude Include="src\file_util.h" />
<ClInclude Include="src\fixed_size_queue.h" />
<ClInclude Include="src\hash.h" />
@@ -186,6 +188,7 @@
<ClCompile Include="src\console_listener.cpp" />
<ClCompile Include="src\extended_trace.cpp" />
<ClCompile Include="src\file_search.cpp" />
+ <ClCompile Include="src\file_sys_directory.cpp" />
<ClCompile Include="src\file_util.cpp" />
<ClCompile Include="src\hash.cpp" />
<ClCompile Include="src\log_manager.cpp" />