summaryrefslogtreecommitdiff
path: root/FreeFileSync.vcxproj
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:23:19 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:23:19 +0200
commit0887aee8c54d0ed51bb2031431e2bcdafebb4c6e (patch)
tree69537ceb9787bb25ac363cc4e6cdaf0804d78363 /FreeFileSync.vcxproj
parent5.12 (diff)
downloadFreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.gz
FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.bz2
FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.zip
5.13
Diffstat (limited to 'FreeFileSync.vcxproj')
-rw-r--r--FreeFileSync.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/FreeFileSync.vcxproj b/FreeFileSync.vcxproj
index 5bc30a85..ee27a426 100644
--- a/FreeFileSync.vcxproj
+++ b/FreeFileSync.vcxproj
@@ -236,6 +236,7 @@
<ClCompile Include="lib\binary.cpp" />
<ClCompile Include="lib\db_file.cpp" />
<ClCompile Include="lib\dir_lock.cpp" />
+ <ClCompile Include="lib\ffs_paths.cpp" />
<ClCompile Include="lib\hard_filter.cpp" />
<ClCompile Include="lib\icon_buffer.cpp" />
<ClCompile Include="lib\localization.cpp" />
@@ -289,6 +290,7 @@
<ClCompile Include="zen\file_traverser.cpp" />
<ClCompile Include="zen\format_unit.cpp" />
<ClCompile Include="zen\privilege.cpp" />
+ <ClCompile Include="zen\process_priority.cpp" />
<ClCompile Include="zen\recycler.cpp" />
<ClCompile Include="zen\scroll_window_under_cursor.cpp" />
<ClCompile Include="zen\zstring.cpp" />
bgstack15