Add files via upload
This commit is contained in:
parent
027a150c02
commit
5b3c742f0d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue