moved file_sys to common
This commit is contained in:
parent
e83de18f4b
commit
29cdc1df39
7 changed files with 6 additions and 15 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue