Fix MSVC Project so it compiles on MSVC 2010 -- was missing Sam.cpp

This commit is contained in:
michaelangel007 2015-07-30 07:17:05 -07:00
parent 5a112ee9ed
commit 5f1decaaea

View File

@ -362,6 +362,7 @@
<ClCompile Include="source\Tape.cpp" />
<ClCompile Include="source\z80emu.cpp" />
<ClCompile Include="source\CPU.cpp" />
<ClCompile Include="source\SAM.cpp" />
<ClCompile Include="source\Disk.cpp" />
<ClCompile Include="source\DiskImage.cpp" />
<ClCompile Include="source\DiskImageHelper.cpp" />
@ -537,4 +538,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>