Slight reorg of an Apple II file

This commit is contained in:
adelikat 2015-05-31 17:01:19 +00:00
parent 0159fb57c5
commit 00a1c1f288
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@
</Compile>
<Compile Include="Calculator\TI83LinkPort.cs" />
<Compile Include="Computers\AppleII\AppleII.cs" />
<Compile Include="Computers\AppleII\AppleII.IAudioProvider.cs" />
<Compile Include="Computers\AppleII\AppleII.IAudioProvider.cs">
<DependentUpon>AppleII.cs</DependentUpon>
</Compile>
<Compile Include="Computers\AppleII\AppleII.IEmulator.cs">
<DependentUpon>AppleII.cs</DependentUpon>
</Compile>