mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Added new classes, reorganized classes.
This commit is contained in:
parent
fabb34eba2
commit
0e79fd8be8
2 changed files with 11 additions and 6 deletions
|
|
@ -64,28 +64,34 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Menus\ImportPathMenu.cs" />
|
||||||
|
<Compile Include="SettingsValidator.cs" />
|
||||||
|
<Compile Include="Utils\BarrierManager.cs" />
|
||||||
<Compile Include="Utils\ConsoleCommands.cs" />
|
<Compile Include="Utils\ConsoleCommands.cs" />
|
||||||
|
<Compile Include="Utils\DeleteAllPaths.cs" />
|
||||||
|
<Compile Include="Utils\DependencyChecker.cs" />
|
||||||
|
<Compile Include="Utils\TogglePaths.cs" />
|
||||||
|
<Compile Include="Utils\DismissDriver.cs" />
|
||||||
<Compile Include="Utils\Enums.cs" />
|
<Compile Include="Utils\Enums.cs" />
|
||||||
<Compile Include="Utils\Extensions.cs" />
|
<Compile Include="Utils\Extensions.cs" />
|
||||||
<Compile Include="Utils\MousePositionInWorld.cs" />
|
|
||||||
<Compile Include="Objects\CollectedVehicle.cs" />
|
<Compile Include="Objects\CollectedVehicle.cs" />
|
||||||
<Compile Include="Objects\Barrier.cs" />
|
<Compile Include="Objects\Barrier.cs" />
|
||||||
<Compile Include="Hints.cs" />
|
<Compile Include="Utils\Hints.cs" />
|
||||||
<Compile Include="Menus\BarrierMenu.cs" />
|
<Compile Include="Menus\BarrierMenu.cs" />
|
||||||
<Compile Include="Menus\EditPathMenu.cs" />
|
<Compile Include="Menus\EditPathMenu.cs" />
|
||||||
<Compile Include="Menus\EditWaypointMenu.cs" />
|
<Compile Include="Menus\EditWaypointMenu.cs" />
|
||||||
<Compile Include="EntryPoint.cs" />
|
<Compile Include="EntryPoint.cs" />
|
||||||
<Compile Include="Utils\GetUserInput.cs" />
|
<Compile Include="Utils\PathManager.cs" />
|
||||||
|
<Compile Include="Utils\DirectDriver.cs" />
|
||||||
|
<Compile Include="Utils\UserInput.cs" />
|
||||||
<Compile Include="Menus\MainMenu.cs" />
|
<Compile Include="Menus\MainMenu.cs" />
|
||||||
<Compile Include="Menus\MenuManager.cs" />
|
<Compile Include="Menus\MenuManager.cs" />
|
||||||
<Compile Include="Objects\Path.cs" />
|
<Compile Include="Objects\Path.cs" />
|
||||||
<Compile Include="Menus\PathCreationMenu.cs" />
|
<Compile Include="Menus\PathCreationMenu.cs" />
|
||||||
<Compile Include="Utils\PathXMLManager.cs" />
|
<Compile Include="Utils\PathXMLManager.cs" />
|
||||||
<Compile Include="Utils\PNWUserInput.cs" />
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Menus\PathMainMenu.cs" />
|
<Compile Include="Menus\PathMainMenu.cs" />
|
||||||
<Compile Include="Menus\SettingsMenu.cs" />
|
<Compile Include="Menus\SettingsMenu.cs" />
|
||||||
<Compile Include="Utils\RNUIMouseInputHandler.cs" />
|
|
||||||
<Compile Include="Settings.cs" />
|
<Compile Include="Settings.cs" />
|
||||||
<Compile Include="Objects\Waypoint.cs" />
|
<Compile Include="Objects\Waypoint.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
<protection id="ctrl flow" />
|
<protection id="ctrl flow" />
|
||||||
<protection id="anti dump" />
|
<protection id="anti dump" />
|
||||||
<protection id="anti debug" />
|
<protection id="anti debug" />
|
||||||
<protection id="invalid metadata" />
|
|
||||||
<protection id="ref proxy" />
|
<protection id="ref proxy" />
|
||||||
<protection id="resources" />
|
<protection id="resources" />
|
||||||
<protection id = "rename" >
|
<protection id = "rename" >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue