Rename CheatForm.cs to Cheats.cs
This commit is contained in:
parent
0a0487850d
commit
8a2a673528
|
@ -353,11 +353,11 @@
|
|||
<Compile Include="tools\Cheats\CheatEdit.Designer.cs">
|
||||
<DependentUpon>CheatEdit.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="tools\Cheats\CheatForm.cs">
|
||||
<Compile Include="tools\Cheats\Cheats.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="tools\Cheats\CheatForm.Designer.cs">
|
||||
<DependentUpon>CheatForm.cs</DependentUpon>
|
||||
<Compile Include="tools\Cheats\Cheats.Designer.cs">
|
||||
<DependentUpon>Cheats.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="tools\GBA\GBAGPUView.cs">
|
||||
<SubType>Form</SubType>
|
||||
|
@ -815,8 +815,8 @@
|
|||
<EmbeddedResource Include="tools\Cheats\CheatEdit.resx">
|
||||
<DependentUpon>CheatEdit.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="tools\Cheats\CheatForm.resx">
|
||||
<DependentUpon>CheatForm.cs</DependentUpon>
|
||||
<EmbeddedResource Include="tools\Cheats\Cheats.resx">
|
||||
<DependentUpon>Cheats.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="tools\GBA\GBAGPUView.resx">
|
||||
<DependentUpon>GBAGPUView.cs</DependentUpon>
|
||||
|
|
Loading…
Reference in New Issue