diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:23:19 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:23:19 +0200 |
commit | 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e (patch) | |
tree | 69537ceb9787bb25ac363cc4e6cdaf0804d78363 /FreeFileSync.vcxproj | |
parent | 5.12 (diff) | |
download | FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.gz FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.bz2 FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.zip |
5.13
Diffstat (limited to 'FreeFileSync.vcxproj')
-rw-r--r-- | FreeFileSync.vcxproj | 2 |
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" /> |