refactoring: rename folder name
This commit is contained in:
parent
93c701751d
commit
816f3f4dde
|
|
@ -42,12 +42,12 @@
|
|||
<ClCompile Include="..\..\core\actions\Spawn.cpp" />
|
||||
<ClCompile Include="..\..\core\components\Button.cpp" />
|
||||
<ClCompile Include="..\..\core\components\Menu.cpp" />
|
||||
<ClCompile Include="..\..\core\event\Collision.cpp" />
|
||||
<ClCompile Include="..\..\core\event\KeyEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\event\MouseEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\events\Collision.cpp" />
|
||||
<ClCompile Include="..\..\core\events\KeyEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\events\MouseEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\impl\TextRenderer.cpp" />
|
||||
<ClCompile Include="..\..\core\impl\VoiceCallback.cpp" />
|
||||
<ClCompile Include="..\..\core\manager\CollisionManager.cpp" />
|
||||
<ClCompile Include="..\..\core\managers\CollisionManager.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\Audio.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\Game.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\GC.cpp" />
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@
|
|||
<Filter Include="impl">
|
||||
<UniqueIdentifier>{3475b59d-d50c-43b1-8334-bcb9e1703ed2}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="event">
|
||||
<Filter Include="events">
|
||||
<UniqueIdentifier>{6c9657de-02d5-4d3b-9e1d-bc921eb5aea3}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="manager">
|
||||
<Filter Include="managers">
|
||||
<UniqueIdentifier>{9031e36b-fa85-4b4e-8e80-657c7e68f283}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="transitions">
|
||||
|
|
@ -156,17 +156,17 @@
|
|||
<ClCompile Include="..\..\core\impl\VoiceCallback.cpp">
|
||||
<Filter>impl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\Collision.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\Collision.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\KeyEvent.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\KeyEvent.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\MouseEvent.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\MouseEvent.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\manager\CollisionManager.cpp">
|
||||
<Filter>manager</Filter>
|
||||
<ClCompile Include="..\..\core\managers\CollisionManager.cpp">
|
||||
<Filter>managers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\tools\Data.cpp">
|
||||
<Filter>tools</Filter>
|
||||
|
|
|
|||
|
|
@ -186,12 +186,12 @@
|
|||
<ClCompile Include="..\..\core\actions\Spawn.cpp" />
|
||||
<ClCompile Include="..\..\core\components\Button.cpp" />
|
||||
<ClCompile Include="..\..\core\components\Menu.cpp" />
|
||||
<ClCompile Include="..\..\core\event\Collision.cpp" />
|
||||
<ClCompile Include="..\..\core\event\KeyEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\event\MouseEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\events\Collision.cpp" />
|
||||
<ClCompile Include="..\..\core\events\KeyEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\events\MouseEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\impl\TextRenderer.cpp" />
|
||||
<ClCompile Include="..\..\core\impl\VoiceCallback.cpp" />
|
||||
<ClCompile Include="..\..\core\manager\CollisionManager.cpp" />
|
||||
<ClCompile Include="..\..\core\managers\CollisionManager.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\Audio.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\Game.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\GC.cpp" />
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@
|
|||
<Filter Include="impl">
|
||||
<UniqueIdentifier>{3475b59d-d50c-43b1-8334-bcb9e1703ed2}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="event">
|
||||
<Filter Include="events">
|
||||
<UniqueIdentifier>{6c9657de-02d5-4d3b-9e1d-bc921eb5aea3}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="manager">
|
||||
<Filter Include="managers">
|
||||
<UniqueIdentifier>{9031e36b-fa85-4b4e-8e80-657c7e68f283}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="transitions">
|
||||
|
|
@ -156,17 +156,17 @@
|
|||
<ClCompile Include="..\..\core\impl\VoiceCallback.cpp">
|
||||
<Filter>impl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\Collision.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\Collision.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\KeyEvent.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\KeyEvent.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\MouseEvent.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\MouseEvent.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\manager\CollisionManager.cpp">
|
||||
<Filter>manager</Filter>
|
||||
<ClCompile Include="..\..\core\managers\CollisionManager.cpp">
|
||||
<Filter>managers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\tools\Data.cpp">
|
||||
<Filter>tools</Filter>
|
||||
|
|
|
|||
|
|
@ -219,12 +219,12 @@
|
|||
<ClCompile Include="..\..\core\actions\Spawn.cpp" />
|
||||
<ClCompile Include="..\..\core\components\Button.cpp" />
|
||||
<ClCompile Include="..\..\core\components\Menu.cpp" />
|
||||
<ClCompile Include="..\..\core\event\Collision.cpp" />
|
||||
<ClCompile Include="..\..\core\event\KeyEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\event\MouseEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\events\Collision.cpp" />
|
||||
<ClCompile Include="..\..\core\events\KeyEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\events\MouseEvent.cpp" />
|
||||
<ClCompile Include="..\..\core\impl\TextRenderer.cpp" />
|
||||
<ClCompile Include="..\..\core\impl\VoiceCallback.cpp" />
|
||||
<ClCompile Include="..\..\core\manager\CollisionManager.cpp" />
|
||||
<ClCompile Include="..\..\core\managers\CollisionManager.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\Audio.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\Game.cpp" />
|
||||
<ClCompile Include="..\..\core\modules\GC.cpp" />
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@
|
|||
<Filter Include="impl">
|
||||
<UniqueIdentifier>{3475b59d-d50c-43b1-8334-bcb9e1703ed2}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="event">
|
||||
<Filter Include="events">
|
||||
<UniqueIdentifier>{6c9657de-02d5-4d3b-9e1d-bc921eb5aea3}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="manager">
|
||||
<Filter Include="managers">
|
||||
<UniqueIdentifier>{9031e36b-fa85-4b4e-8e80-657c7e68f283}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="transitions">
|
||||
|
|
@ -156,17 +156,17 @@
|
|||
<ClCompile Include="..\..\core\impl\VoiceCallback.cpp">
|
||||
<Filter>impl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\Collision.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\Collision.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\KeyEvent.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\KeyEvent.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\event\MouseEvent.cpp">
|
||||
<Filter>event</Filter>
|
||||
<ClCompile Include="..\..\core\events\MouseEvent.cpp">
|
||||
<Filter>events</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\manager\CollisionManager.cpp">
|
||||
<Filter>manager</Filter>
|
||||
<ClCompile Include="..\..\core\managers\CollisionManager.cpp">
|
||||
<Filter>managers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\core\tools\Data.cpp">
|
||||
<Filter>tools</Filter>
|
||||
|
|
|
|||
Loading…
Reference in New Issue