Case sensitivity fixes
This commit is contained in:
parent
0776d48b81
commit
ccc9fdf672
|
@ -132,7 +132,7 @@
|
||||||
<Compile Include="config\InputConfig.cs">
|
<Compile Include="config\InputConfig.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="config\InputConfig.designer.cs">
|
<Compile Include="config\InputConfig.Designer.cs">
|
||||||
<DependentUpon>InputConfig.cs</DependentUpon>
|
<DependentUpon>InputConfig.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="config\InputWidget.cs">
|
<Compile Include="config\InputWidget.cs">
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
<Compile Include="NEStools\NESGameGenie.cs">
|
<Compile Include="NEStools\NESGameGenie.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="NEStools\NESGameGenie.designer.cs">
|
<Compile Include="NEStools\NESGameGenie.Designer.cs">
|
||||||
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
<DependentUpon>NESGameGenie.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="NEStools\NESGraphicsConfig.cs">
|
<Compile Include="NEStools\NESGraphicsConfig.cs">
|
||||||
|
@ -624,7 +624,7 @@
|
||||||
<None Include="config\ControllerImages\GENController.png" />
|
<None Include="config\ControllerImages\GENController.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="config\ControllerImages\NESController.PNG" />
|
<Content Include="config\ControllerImages\NESController.png" />
|
||||||
<None Include="images\cheat.png" />
|
<None Include="images\cheat.png" />
|
||||||
<None Include="images\Cheats.ico" />
|
<None Include="images\Cheats.ico" />
|
||||||
<None Include="images\Debugger.png" />
|
<None Include="images\Debugger.png" />
|
||||||
|
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue