Fix VS Directories

This commit is contained in:
Rob
2023-12-30 13:22:41 -07:00
parent ebca0664d0
commit 88d28f7b50
2 changed files with 16 additions and 16 deletions

View File

@@ -218,16 +218,16 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="$(MC_ROOT)\platforms\openal\SoundSystemAL.cpp" />
<ClCompile Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdl.cpp" />
<ClCompile Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdlbase.cpp" />
<ClCompile Include="$(MC_ROOT)\platforms\sdl\main.cpp" />
<ClCompile Include="..\..\..\sdl\base\AppPlatform_sdl_base.cpp" />
<ClCompile Include="..\..\..\sdl\desktop\AppPlatform_sdl.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(MC_ROOT)\compat\KeyCodes.hpp" />
<ClInclude Include="$(MC_ROOT)\compat\SDLKeyCodes.h" />
<ClInclude Include="$(MC_ROOT)\platforms\openal\SoundSystemAL.hpp" />
<ClInclude Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdl.hpp" />
<ClInclude Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdlbase.hpp" />
<ClInclude Include="..\..\..\sdl\base\AppPlatform_sdl_base.hpp" />
<ClInclude Include="..\..\..\sdl\desktop\AppPlatform_sdl.hpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Client\Client.vcxproj">

View File

@@ -18,26 +18,20 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdl.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdlbase.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="$(MC_ROOT)\platforms\sdl\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="$(MC_ROOT)\platforms\openal\SoundSystemAL.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\sdl\base\AppPlatform_sdl_base.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\sdl\desktop\AppPlatform_sdl.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdl.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="$(MC_ROOT)\platforms\sdl\AppPlatform_sdlbase.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="$(MC_ROOT)\compat\KeyCodes.hpp">
<Filter>Header Files\Compatibility</Filter>
</ClInclude>
@@ -47,5 +41,11 @@
<ClInclude Include="$(MC_ROOT)\compat\SDLKeyCodes.h">
<Filter>Header Files\Compatibility</Filter>
</ClInclude>
<ClInclude Include="..\..\..\sdl\base\AppPlatform_sdl_base.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\sdl\desktop\AppPlatform_sdl.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>