Skip to content

Commit

Permalink
Removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Nov 12, 2023
1 parent 0141e84 commit dd1ae7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion Watchdog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Elevated terminal:

## 3rd party credits

- [A modern C++ scope guard that is easy to use but hard to misuse](https://github.com/ricab/scope_guard)
- [Fast C++ logging library](https://github.com/gabime/spdlog)
- [POCO C++ Libraries](https://pocoproject.org/)
- [WinReg](https://github.com/GiovanniDicanio/WinReg)
Expand Down
2 changes: 2 additions & 0 deletions Watchdog/Watchdog.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@
<ClInclude Include="Util.h" />
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
<None Include="README.md" />
<None Include="vcpkg.json" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Watchdog/Watchdog.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
</ItemGroup>
<ItemGroup>
<None Include="vcpkg.json" />
<None Include=".editorconfig" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Watchdog.rc">
Expand Down

0 comments on commit dd1ae7d

Please sign in to comment.