Rename new cheat files
This commit is contained in:
parent
1cf87f33d8
commit
30bd5fa07b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue