diff options
Diffstat (limited to 'src/common/common.vcxproj')
| -rw-r--r-- | src/common/common.vcxproj | 3 |
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 @@ | |||
| 159 | <ClInclude Include="src\extended_trace.h" /> | 159 | <ClInclude Include="src\extended_trace.h" /> |
| 160 | <ClInclude Include="src\fifo_queue.h" /> | 160 | <ClInclude Include="src\fifo_queue.h" /> |
| 161 | <ClInclude Include="src\file_search.h" /> | 161 | <ClInclude Include="src\file_search.h" /> |
| 162 | <ClInclude Include="src\file_sys.h" /> | ||
| 163 | <ClInclude Include="src\file_sys_directory.h" /> | ||
| 162 | <ClInclude Include="src\file_util.h" /> | 164 | <ClInclude Include="src\file_util.h" /> |
| 163 | <ClInclude Include="src\fixed_size_queue.h" /> | 165 | <ClInclude Include="src\fixed_size_queue.h" /> |
| 164 | <ClInclude Include="src\hash.h" /> | 166 | <ClInclude Include="src\hash.h" /> |
| @@ -186,6 +188,7 @@ | |||
| 186 | <ClCompile Include="src\console_listener.cpp" /> | 188 | <ClCompile Include="src\console_listener.cpp" /> |
| 187 | <ClCompile Include="src\extended_trace.cpp" /> | 189 | <ClCompile Include="src\extended_trace.cpp" /> |
| 188 | <ClCompile Include="src\file_search.cpp" /> | 190 | <ClCompile Include="src\file_search.cpp" /> |
| 191 | <ClCompile Include="src\file_sys_directory.cpp" /> | ||
| 189 | <ClCompile Include="src\file_util.cpp" /> | 192 | <ClCompile Include="src\file_util.cpp" /> |
| 190 | <ClCompile Include="src\hash.cpp" /> | 193 | <ClCompile Include="src\hash.cpp" /> |
| 191 | <ClCompile Include="src\log_manager.cpp" /> | 194 | <ClCompile Include="src\log_manager.cpp" /> |