summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/dbchecker.vcxproj.filters
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-17 22:40:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-17 22:40:11 +0300
commit13f77569325efda3683e5ac0f63dcd418daf1cac (patch)
tree01ae75890c14f22bb75fea473ea592cc1942f1f1 /plugins/DbChecker/dbchecker.vcxproj.filters
parente5e57900ba47ffe47c0bd284e3eb039a85db970a (diff)
fixes #2691 (DbChecker: add "Mark all events as read" option)
Diffstat (limited to 'plugins/DbChecker/dbchecker.vcxproj.filters')
-rw-r--r--plugins/DbChecker/dbchecker.vcxproj.filters8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/DbChecker/dbchecker.vcxproj.filters b/plugins/DbChecker/dbchecker.vcxproj.filters
index 1b59a81264..acb8e16265 100644
--- a/plugins/DbChecker/dbchecker.vcxproj.filters
+++ b/plugins/DbChecker/dbchecker.vcxproj.filters
@@ -20,6 +20,9 @@
<ClCompile Include="src\stdafx.cxx">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\options.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc">
@@ -40,4 +43,9 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\dbtool.ico">
+ <Filter>Resource Files</Filter>
+ </Image>
+ </ItemGroup>
</Project> \ No newline at end of file