Add missing includes to project filters

This commit is contained in:
Kawe Mazidjatari 2023-02-06 23:58:42 +01:00
parent 7928ac3b4c
commit 45ae9add6c
6 changed files with 24 additions and 0 deletions

View File

@ -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" />

View File

@ -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">

View File

@ -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" />

View File

@ -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">

View File

@ -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" />

View File

@ -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">