summaryrefslogtreecommitdiff
path: root/FreeFileSync.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync.vcxproj')
-rw-r--r--FreeFileSync.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeFileSync.vcxproj b/FreeFileSync.vcxproj
index 5fd7ed8a..d0fcb00e 100644
--- a/FreeFileSync.vcxproj
+++ b/FreeFileSync.vcxproj
@@ -273,6 +273,7 @@
<ClCompile Include="shared\help_provider.cpp" />
<ClCompile Include="shared\localization.cpp" />
<ClCompile Include="shared\long_path_prefix.cpp" />
+ <ClCompile Include="shared\mouse_move_dlg.cpp" />
<ClCompile Include="shared\privilege.cpp" />
<ClCompile Include="shared\recycler.cpp" />
<ClCompile Include="shared\serialize.cpp" />
@@ -297,7 +298,6 @@
<ClCompile Include="ui\gui_status_handler.cpp" />
<ClCompile Include="ui\main_dlg.cpp" />
<ClCompile Include="ui\msg_popup.cpp" />
- <ClCompile Include="ui\mouse_move_dlg.cpp" />
<ClCompile Include="ui\progress_indicator.cpp" />
<ClCompile Include="ui\search.cpp" />
<ClCompile Include="ui\small_dlgs.cpp" />
bgstack15