mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
VS2017 update project and solution
This commit is contained in:
@@ -1347,6 +1347,8 @@ copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt"</Command>
|
||||
<ClCompile Include="..\src\cpu\core_normal_286.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_normal_8086.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_prefetch.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_prefetch_286.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_prefetch_8086.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_simple.cpp" />
|
||||
<ClCompile Include="..\src\cpu\cpu.cpp" />
|
||||
<ClCompile Include="..\src\cpu\flags.cpp" />
|
||||
|
@@ -900,6 +900,12 @@
|
||||
<ClCompile Include="..\src\misc\iconvpp.cpp">
|
||||
<Filter>Sources\misc</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\cpu\core_prefetch_286.cpp">
|
||||
<Filter>Sources\cpu</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\cpu\core_prefetch_8086.cpp">
|
||||
<Filter>Sources\cpu</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\aviwriter\avi.h">
|
||||
|
Reference in New Issue
Block a user