Rename new cheat files

This commit is contained in:
adelikat 2013-10-06 20:06:28 +00:00
parent 1cf87f33d8
commit 30bd5fa07b
6 changed files with 13 additions and 13 deletions

View File

@ -484,20 +484,20 @@
<Compile Include="N64tools\N64VideoPluginconfig.Designer.cs">
<DependentUpon>N64VideoPluginconfig.cs</DependentUpon>
</Compile>
<Compile Include="tools\Cheats\Cheat.cs" />
<Compile Include="tools\Cheats\CheatEdit.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="tools\Cheats\CheatEdit.Designer.cs">
<DependentUpon>CheatEdit.cs</DependentUpon>
</Compile>
<Compile Include="tools\Cheats\CheatList.cs" />
<Compile Include="tools\Cheats\NewCheat.cs" />
<Compile Include="tools\Cheats\NewCheatForm.cs">
<Compile Include="tools\Cheats\CheatForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="tools\Cheats\NewCheatForm.Designer.cs">
<DependentUpon>NewCheatForm.cs</DependentUpon>
<Compile Include="tools\Cheats\CheatForm.Designer.cs">
<DependentUpon>CheatForm.cs</DependentUpon>
</Compile>
<Compile Include="tools\Cheats\CheatList.cs" />
<Compile Include="tools\HexEditor\HexColor.cs">
<SubType>Form</SubType>
</Compile>
@ -827,8 +827,8 @@
<EmbeddedResource Include="tools\Cheats\CheatEdit.resx">
<DependentUpon>CheatEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="tools\Cheats\NewCheatForm.resx">
<DependentUpon>NewCheatForm.cs</DependentUpon>
<EmbeddedResource Include="tools\Cheats\CheatForm.resx">
<DependentUpon>CheatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="tools\HexEditor\HexColor.resx">
<DependentUpon>HexColor.cs</DependentUpon>

View File

@ -493,12 +493,12 @@
<DependentUpon>CheatEdit.cs</DependentUpon>
</Compile>
<Compile Include="tools\Cheats\CheatList.cs" />
<Compile Include="tools\Cheats\NewCheat.cs" />
<Compile Include="tools\Cheats\NewCheatForm.cs">
<Compile Include="tools\Cheats\Cheat.cs" />
<Compile Include="tools\Cheats\CheatForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="tools\Cheats\NewCheatForm.Designer.cs">
<DependentUpon>NewCheatForm.cs</DependentUpon>
<Compile Include="tools\Cheats\CheatForm.Designer.cs">
<DependentUpon>CheatForm.cs</DependentUpon>
</Compile>
<Compile Include="tools\HexEditor\HexColor.cs">
<SubType>Form</SubType>
@ -827,8 +827,8 @@
<EmbeddedResource Include="tools\Cheats\CheatEdit.resx">
<DependentUpon>CheatEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="tools\Cheats\NewCheatForm.resx">
<DependentUpon>NewCheatForm.cs</DependentUpon>
<EmbeddedResource Include="tools\Cheats\CheatForm.resx">
<DependentUpon>CheatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="tools\HexEditor\HexColor.resx">
<DependentUpon>HexColor.cs</DependentUpon>