aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2013-09-23 22:04:56 -0400
committerGravatar ShizZy <shizzy@6bit.net>2013-09-23 22:04:56 -0400
commit29cdc1df39c81d7a001053ffca4aa1bc194a3c7b (patch)
tree17268fe563ea3c1cfc3812c7ac78de6f60fb3f0c /src/common/common.vcxproj
parente83de18f4b06430080d5bd2fb069bd089dd4f9ae (diff)
moved file_sys to common
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 9cf382c2..498ca840 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" />