Add files via upload

This commit is contained in:
alyosha-tas 2017-06-11 18:31:25 -04:00 committed by GitHub
parent 027a150c02
commit 5b3c742f0d
1 changed files with 10 additions and 0 deletions

View File

@ -372,6 +372,12 @@
<Compile Include="config\ColecoVision\ColecoControllerSettings.Designer.cs">
<DependentUpon>ColecoControllerSettings.cs</DependentUpon>
</Compile>
<Compile Include="config\A7800\A7800ControllerSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="config\A7800\A7800ControllerSettings.Designer.cs">
<DependentUpon>A7800ControllerSettings.cs</DependentUpon>
</Compile>
<Compile Include="config\INTV\IntvControllerSettings.cs">
<SubType>Form</SubType>
</Compile>
@ -1196,6 +1202,7 @@
</Compile>
<Compile Include="tools\VirtualPads\schema\A26Schema.cs" />
<Compile Include="tools\VirtualPads\schema\A78Schema.cs" />
<Compile Include="tools\VirtualPads\schema\A7800HawkSchema.cs" />
<Compile Include="tools\VirtualPads\schema\AppleIISchema.cs" />
<Compile Include="tools\VirtualPads\schema\C64Schema.cs" />
<Compile Include="tools\VirtualPads\schema\ColecoSchema.cs" />
@ -1338,6 +1345,9 @@
<EmbeddedResource Include="config\ColecoVision\ColecoControllerSettings.resx">
<DependentUpon>ColecoControllerSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="config\A7800\A7800ControllerSettings.resx">
<DependentUpon>A7800ControllerSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="config\INTV\IntvControllerSettings.resx">
<DependentUpon>IntvControllerSettings.cs</DependentUpon>
</EmbeddedResource>