mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-13 23:41:17 -05:00
Removed broken references
This commit is contained in:
parent
2fbbcd5d32
commit
7d4e85d032
|
|
@ -112,7 +112,6 @@
|
|||
<Reference Include="WindowsFormsIntegration" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AB.cs" />
|
||||
<Compile Include="EventFileImport.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
@ -167,12 +166,6 @@
|
|||
<Compile Include="BuildingEditor.Designer.cs">
|
||||
<DependentUpon>BuildingEditor.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CameraView.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="CameraView.Designer.cs">
|
||||
<DependentUpon>CameraView.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RomInfo.cs" />
|
||||
<Compile Include="ROMFiles\ScriptCommand.cs" />
|
||||
<Compile Include="ScintillaUtils\HotKeyManager.cs" />
|
||||
|
|
@ -204,7 +197,6 @@
|
|||
<Compile Include="ROMFiles\EncounterFile.cs" />
|
||||
<Compile Include="ROMFiles\TextArchive.cs" />
|
||||
<Compile Include="ROMFiles\MapHeader.cs" />
|
||||
<Compile Include="RichTextBoxExt.cs" />
|
||||
<Compile Include="ROMFiles\ScriptFile.cs" />
|
||||
<Compile Include="ROMFiles\GameMatrix.cs" />
|
||||
<Compile Include="ROMFiles\EventFile.cs" />
|
||||
|
|
@ -294,9 +286,6 @@
|
|||
<EmbeddedResource Include="BuildingEditor.resx">
|
||||
<DependentUpon>BuildingEditor.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="CameraView.resx">
|
||||
<DependentUpon>CameraView.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="ScintillaUtils\ScriptTooltip.resx">
|
||||
<DependentUpon>ScriptTooltip.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user