VS2015: Adding a CPP file to a VCPROJ doesn't necessarily update the right file, apparently >:(

This commit is contained in:
Jonathan Campbell 2018-02-19 10:03:00 -08:00
parent eb31f49b95
commit bbb7cbf58f
2 changed files with 4 additions and 0 deletions

View File

@ -644,6 +644,7 @@ copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt"</Command>
<ClCompile Include="..\src\builtin\tree_exe.cpp" />
<ClCompile Include="..\src\builtin\xcopy_exe.cpp" />
<ClCompile Include="..\src\cpu\callback.cpp" />
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp" />
<ClCompile Include="..\src\cpu\core_full.cpp" />
<ClCompile Include="..\src\cpu\core_normal.cpp" />
<ClCompile Include="..\src\cpu\core_normal_286.cpp" />

View File

@ -807,6 +807,9 @@
<ClCompile Include="..\src\hardware\snd_pc98\x11\dosio.c">
<Filter>Sources\pc98fmboards</Filter>
</ClCompile>
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp">
<Filter>Sources\cpu</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\aviwriter\avi.h">