diff options
| author | 2013-09-25 20:59:29 -0400 | |
|---|---|---|
| committer | 2013-09-25 20:59:29 -0400 | |
| commit | 5b0b60ad6b98d3f556db772c4ec79975e36ad315 (patch) | |
| tree | bd30b8cc659a5cb240c3cffc954c0649fa2f35ec /src/common/common.vcxproj | |
| parent | removed <windows.h> include from common.h and added it only where needed (diff) | |
| download | yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.gz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.xz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.zip | |
moved file_sys back to core
Diffstat (limited to 'src/common/common.vcxproj')
| -rw-r--r-- | src/common/common.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 498ca8401..9cf382c29 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj | |||
| @@ -159,8 +159,6 @@ | |||
| 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" /> | ||
| 164 | <ClInclude Include="src\file_util.h" /> | 162 | <ClInclude Include="src\file_util.h" /> |
| 165 | <ClInclude Include="src\fixed_size_queue.h" /> | 163 | <ClInclude Include="src\fixed_size_queue.h" /> |
| 166 | <ClInclude Include="src\hash.h" /> | 164 | <ClInclude Include="src\hash.h" /> |
| @@ -188,7 +186,6 @@ | |||
| 188 | <ClCompile Include="src\console_listener.cpp" /> | 186 | <ClCompile Include="src\console_listener.cpp" /> |
| 189 | <ClCompile Include="src\extended_trace.cpp" /> | 187 | <ClCompile Include="src\extended_trace.cpp" /> |
| 190 | <ClCompile Include="src\file_search.cpp" /> | 188 | <ClCompile Include="src\file_search.cpp" /> |
| 191 | <ClCompile Include="src\file_sys_directory.cpp" /> | ||
| 192 | <ClCompile Include="src\file_util.cpp" /> | 189 | <ClCompile Include="src\file_util.cpp" /> |
| 193 | <ClCompile Include="src\hash.cpp" /> | 190 | <ClCompile Include="src\hash.cpp" /> |
| 194 | <ClCompile Include="src\log_manager.cpp" /> | 191 | <ClCompile Include="src\log_manager.cpp" /> |