Update BizHawk.Emulation.Cores.csproj
This commit is contained in:
parent
7b8a61b8e4
commit
50c69c90ef
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue