summaryrefslogtreecommitdiff
path: root/FreeFileSync.vcproj
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:01:29 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:01:29 +0200
commit9a2a524f1e311853d08050be2dcdddc09ac7759a (patch)
treed8e4a24169fce88c2d89931d58514889a0bcb0ea /FreeFileSync.vcproj
parent2.3 (diff)
downloadFreeFileSync-9a2a524f1e311853d08050be2dcdddc09ac7759a.tar.gz
FreeFileSync-9a2a524f1e311853d08050be2dcdddc09ac7759a.tar.bz2
FreeFileSync-9a2a524f1e311853d08050be2dcdddc09ac7759a.zip
3.0
Diffstat (limited to 'FreeFileSync.vcproj')
-rw-r--r--FreeFileSync.vcproj16
1 files changed, 12 insertions, 4 deletions
diff --git a/FreeFileSync.vcproj b/FreeFileSync.vcproj
index 2027afb9..124ba944 100644
--- a/FreeFileSync.vcproj
+++ b/FreeFileSync.vcproj
@@ -200,6 +200,10 @@
>
</File>
<File
+ RelativePath=".\shared\appMain.cpp"
+ >
+ </File>
+ <File
RelativePath=".\ui\batchStatusHandler.cpp"
>
</File>
@@ -284,6 +288,10 @@
>
</File>
<File
+ RelativePath=".\ui\settingsDialog.cpp"
+ >
+ </File>
+ <File
RelativePath=".\shared\shadow.cpp"
>
</File>
@@ -308,10 +316,6 @@
>
</File>
<File
- RelativePath=".\ui\syncDialog.cpp"
- >
- </File>
- <File
RelativePath=".\synchronization.cpp"
>
</File>
@@ -340,6 +344,10 @@
>
</File>
<File
+ RelativePath=".\ui\util.cpp"
+ >
+ </File>
+ <File
RelativePath=".\shared\xmlBase.cpp"
>
</File>
bgstack15