summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/dbchecker.vcxproj
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
parente5e57900ba47ffe47c0bd284e3eb039a85db970a (diff)
fixes #2691 (DbChecker: add "Mark all events as read" option)
Diffstat (limited to 'plugins/DbChecker/dbchecker.vcxproj')
-rw-r--r--plugins/DbChecker/dbchecker.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/DbChecker/dbchecker.vcxproj b/plugins/DbChecker/dbchecker.vcxproj
index 71f8179d96..00ac8e13d3 100644
--- a/plugins/DbChecker/dbchecker.vcxproj
+++ b/plugins/DbChecker/dbchecker.vcxproj
@@ -21,6 +21,7 @@
<ItemGroup>
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\openerror.cpp" />
+ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\progress.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
@@ -37,6 +38,9 @@
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\dbtool.ico" />
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>DbChecker</ProjectName>
<ProjectGuid>{A2E9DA24-95E4-4414-94AF-488A382E276A}</ProjectGuid>