fix NDSSettings .csproj stuff

This commit is contained in:
adelikat 2020-03-21 12:59:05 -05:00
parent d9d5658a7b
commit 12c6878be1
1 changed files with 3 additions and 1 deletions

View File

@ -343,7 +343,9 @@
<Compile Update="config/N64/N64VideoPluginconfig.Designer.cs" DependentUpon="N64VideoPluginconfig.cs" />
<EmbeddedResource Update="config/N64/N64VideoPluginconfig.resx" DependentUpon="N64VideoPluginconfig.cs" />
<Compile Update="config/NDS/NDSSettings.cs" SubType="Form" />
<Compile Update="config/NDS/NDSSettings.Designer.cs" DependentUpon="NDSSettings.cs" /> <Compile Update="config/NES/NesControllerSettings.cs" SubType="Form" />
<Compile Update="config/NDS/NDSSettings.Designer.cs" DependentUpon="NDSSettings.cs" />
<EmbeddedResource Update="config/NDS/NDSSettings.resx" DependentUpon="NDSSettings.cs" />
<Compile Update="config/NES/NesControllerSettings.cs" SubType="Form" />
<Compile Update="config/NES/NesControllerSettings.Designer.cs" DependentUpon="NesControllerSettings.cs" />
<EmbeddedResource Update="config/NES/NesControllerSettings.resx" DependentUpon="NesControllerSettings.cs" />
<Compile Update="config/NES/NESGraphicsConfig.cs" SubType="Form" />