Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
moved files out of root dir (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotae4 authored Apr 15, 2022
1 parent 6eb2c11 commit c0ef502
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AmongUsMenu.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,12 @@
<ClCompile Include="hooks\PlayerPhysics.cpp" />
<ClCompile Include="hooks\PolusShipStatus.cpp" />
<ClCompile Include="hooks\RoleManager.cpp" />
<ClCompile Include="hooks\SaveManager.cpp" />
<ClCompile Include="hooks\UnityDebug.cpp" />
<ClCompile Include="profiler.cpp" />
<ClCompile Include="rpc\CustomRpcHandler.cpp" />
<ClCompile Include="rpc\RpcPlayerAppearance.cpp" />
<ClCompile Include="rpc\RpcSetRole.cpp" />
<ClCompile Include="rpc\RpcUsePlatform.cpp" />
<ClCompile Include="SaveManager.cpp" />
<ClCompile Include="user\keybinds.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -204,6 +203,7 @@
<ClCompile Include="rpc\RpcSnapTo.cpp" />
<ClCompile Include="gui\tabs\self_tab.cpp" />
<ClCompile Include="user\logger.cpp" />
<ClCompile Include="user\profiler.cpp" />
<ClCompile Include="user\resources.cpp" />
<ClCompile Include="user\utility.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
Expand Down Expand Up @@ -349,13 +349,13 @@
<ClInclude Include="includes\directx11.h" />
<ClInclude Include="includes\detours\detours.h" />
<ClInclude Include="framework\pch-il2cpp.h" />
<ClInclude Include="profiler.h" />
<ClInclude Include="user\achievements.hpp" />
<ClInclude Include="user\keybinds.h" />
<ClInclude Include="resources\resource_data.h" />
<ClInclude Include="rpc\_rpc.h" />
<ClInclude Include="gui\tabs\self_tab.h" />
<ClInclude Include="user\logger.h" />
<ClInclude Include="user\profiler.h" />
<ClInclude Include="user\resources.h" />
<ClInclude Include="user\utility.h" />
<ClInclude Include="framework\il2cpp-appdata.h" />
Expand Down
6 changes: 3 additions & 3 deletions AmongUsMenu.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@
<ClCompile Include="gui\tabs\replay_tab.cpp">
<Filter>gui\tabs</Filter>
</ClCompile>
<ClCompile Include="profiler.cpp">
<ClCompile Include="user\profiler.cpp">
<Filter>user</Filter>
</ClCompile>
<ClCompile Include="SaveManager.cpp">
<ClCompile Include="hooks\SaveManager.cpp">
<Filter>hooks</Filter>
</ClCompile>
</ItemGroup>
Expand Down Expand Up @@ -466,7 +466,7 @@
<ClInclude Include="gui\tabs\replay_tab.h">
<Filter>gui\tabs</Filter>
</ClInclude>
<ClInclude Include="profiler.h">
<ClInclude Include="user\profiler.h">
<Filter>user</Filter>
</ClInclude>
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c0ef502

Please sign in to comment.