VS2017 update project and solution

This commit is contained in:
Jonathan Campbell
2019-04-10 22:57:17 -07:00
parent 64749ee2b6
commit b65b4698ff
2 changed files with 8 additions and 0 deletions

View File

@@ -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" />

View File

@@ -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">