QuickNES.ITraceable - set dependentupon property

This commit is contained in:
adelikat 2016-02-16 19:55:43 -05:00
parent 9253f9ef77
commit 180c9d8259
1 changed files with 3 additions and 1 deletions

View File

@ -737,7 +737,9 @@
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IStatable.cs">
<DependentUpon>QuickNES.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.ITraceable.cs" />
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.ITraceable.cs">
<DependentUpon>QuickNES.cs</DependentUpon>
</Compile>
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IVideoProvider.cs">
<DependentUpon>QuickNES.cs</DependentUpon>
</Compile>