summaryrefslogtreecommitdiff
path: root/FreeFileSync.cbp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:02:17 +0200
commitb9203ee84953006547f4afd58f405874c87bf0dc (patch)
tree9e41f1533f120e9268e86658c52458630ffd718a /FreeFileSync.cbp
parent3.0 (diff)
downloadFreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2
FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip
3.1
Diffstat (limited to 'FreeFileSync.cbp')
-rw-r--r--FreeFileSync.cbp8
1 files changed, 8 insertions, 0 deletions
diff --git a/FreeFileSync.cbp b/FreeFileSync.cbp
index 575f9e04..f2201749 100644
--- a/FreeFileSync.cbp
+++ b/FreeFileSync.cbp
@@ -268,6 +268,8 @@
<Unit filename="shared\fileTraverser.h" />
<Unit filename="shared\globalFunctions.cpp" />
<Unit filename="shared\globalFunctions.h" />
+ <Unit filename="shared\guid.cpp" />
+ <Unit filename="shared\guid.h" />
<Unit filename="shared\localization.cpp" />
<Unit filename="shared\localization.h" />
<Unit filename="shared\shadow.cpp" />
@@ -311,6 +313,7 @@
<Option target="Debug" />
<Option target="Release" />
</Unit>
+ <Unit filename="ui\batchStatusHandler.h" />
<Unit filename="ui\checkVersion.cpp">
<Option target="Debug" />
<Option target="Release" />
@@ -367,6 +370,11 @@
<Unit filename="ui\sorting.h">
<Option target="&lt;{~None~}&gt;" />
</Unit>
+ <Unit filename="ui\trayIcon.cpp">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="ui\trayIcon.h" />
<Unit filename="ui\util.cpp" />
<Unit filename="ui\util.h" />
<Extensions>
bgstack15