diff options
author | aunsane <aunsane@gmail.com> | 2018-02-24 01:22:45 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-24 01:22:45 +0300 |
commit | b2eb0ef7a0f7f2b2bae0a48966038a673701df21 (patch) | |
tree | a4d9dae9fd0af1fbfbfaf3e70034b7f5ea788dd0 /plugins/Db_autobackups/db_autobackups.vcxproj | |
parent | 1785dc55c0a4cdcbc5f9788e0196e7d3a38fe53c (diff) |
Db_autobackups: Reworking settings of DB Autobackup (#1144)
Diffstat (limited to 'plugins/Db_autobackups/db_autobackups.vcxproj')
-rw-r--r-- | plugins/Db_autobackups/db_autobackups.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/db_autobackups.vcxproj b/plugins/Db_autobackups/db_autobackups.vcxproj index ffdaf3c3d5..041a3c6756 100644 --- a/plugins/Db_autobackups/db_autobackups.vcxproj +++ b/plugins/Db_autobackups/db_autobackups.vcxproj @@ -31,6 +31,9 @@ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\backup.ico" />
+ </ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
|