mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add missing includes to project filters
This commit is contained in:
parent
7928ac3b4c
commit
45ae9add6c
@ -449,6 +449,8 @@
|
||||
<ClInclude Include="..\thirdparty\nlohmann\json.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\json_fwd.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\ordered_map.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley_undef.hpp" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger.h" />
|
||||
|
@ -2000,6 +2000,12 @@
|
||||
<ClInclude Include="..\vstdlib\autocompletefilelist.h">
|
||||
<Filter>sdk\vstdlib</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley.hpp">
|
||||
<Filter>thirdparty\nlohmann\thirdparty\hedley</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley_undef.hpp">
|
||||
<Filter>thirdparty\nlohmann\thirdparty\hedley</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\shared\resource\lockedserver.png">
|
||||
|
@ -372,6 +372,8 @@
|
||||
<ClInclude Include="..\thirdparty\nlohmann\json.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\json_fwd.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\ordered_map.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley_undef.hpp" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger.h" />
|
||||
|
@ -1383,6 +1383,12 @@
|
||||
<ClInclude Include="..\vstdlib\autocompletefilelist.h">
|
||||
<Filter>sdk\vstdlib</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley.hpp">
|
||||
<Filter>thirdparty\nlohmann\thirdparty\hedley</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley_undef.hpp">
|
||||
<Filter>thirdparty\nlohmann\thirdparty\hedley</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\common\opcodes.cpp">
|
||||
|
@ -504,6 +504,8 @@
|
||||
<ClInclude Include="..\thirdparty\nlohmann\json.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\json_fwd.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\ordered_map.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley.hpp" />
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley_undef.hpp" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger.h" />
|
||||
|
@ -2171,6 +2171,12 @@
|
||||
<ClInclude Include="..\vstdlib\autocompletefilelist.h">
|
||||
<Filter>sdk\vstdlib</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley.hpp">
|
||||
<Filter>thirdparty\nlohmann\thirdparty\hedley</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\nlohmann\thirdparty\hedley\hedley_undef.hpp">
|
||||
<Filter>thirdparty\nlohmann\thirdparty\hedley</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\shared\resource\lockedserver.png">
|
||||
|
Loading…
x
Reference in New Issue
Block a user