Update BizHawk.Emulation.Cores.csproj

This commit is contained in:
alyosha-tas 2017-10-26 09:59:07 -04:00 committed by GitHub
parent 7b8a61b8e4
commit 50c69c90ef
1 changed files with 4 additions and 1 deletions

View File

@ -879,6 +879,9 @@
</Compile>
<Compile Include="Consoles\Nintendo\NES\NES.IDriveLight.cs">
<DependentUpon>NES.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\NES\NES.IInputPollable.cs">
<DependentUpon>NES.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\NES\NES.IInputPollable.cs">
<DependentUpon>NES.cs</DependentUpon>
@ -1318,4 +1321,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>