Rename CheatForm.cs to Cheats.cs

This commit is contained in:
adelikat 2013-11-05 16:40:54 +00:00
parent 0a0487850d
commit 8a2a673528
4 changed files with 5 additions and 5 deletions

View File

@ -353,11 +353,11 @@
<Compile Include="tools\Cheats\CheatEdit.Designer.cs"> <Compile Include="tools\Cheats\CheatEdit.Designer.cs">
<DependentUpon>CheatEdit.cs</DependentUpon> <DependentUpon>CheatEdit.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="tools\Cheats\CheatForm.cs"> <Compile Include="tools\Cheats\Cheats.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
<Compile Include="tools\Cheats\CheatForm.Designer.cs"> <Compile Include="tools\Cheats\Cheats.Designer.cs">
<DependentUpon>CheatForm.cs</DependentUpon> <DependentUpon>Cheats.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="tools\GBA\GBAGPUView.cs"> <Compile Include="tools\GBA\GBAGPUView.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
@ -815,8 +815,8 @@
<EmbeddedResource Include="tools\Cheats\CheatEdit.resx"> <EmbeddedResource Include="tools\Cheats\CheatEdit.resx">
<DependentUpon>CheatEdit.cs</DependentUpon> <DependentUpon>CheatEdit.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="tools\Cheats\CheatForm.resx"> <EmbeddedResource Include="tools\Cheats\Cheats.resx">
<DependentUpon>CheatForm.cs</DependentUpon> <DependentUpon>Cheats.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="tools\GBA\GBAGPUView.resx"> <EmbeddedResource Include="tools\GBA\GBAGPUView.resx">
<DependentUpon>GBAGPUView.cs</DependentUpon> <DependentUpon>GBAGPUView.cs</DependentUpon>