summaryrefslogtreecommitdiff
path: root/RealtimeSync/RealtimeSync.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'RealtimeSync/RealtimeSync.vcxproj')
-rw-r--r--RealtimeSync/RealtimeSync.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/RealtimeSync/RealtimeSync.vcxproj b/RealtimeSync/RealtimeSync.vcxproj
index e16e892f..c250a421 100644
--- a/RealtimeSync/RealtimeSync.vcxproj
+++ b/RealtimeSync/RealtimeSync.vcxproj
@@ -238,6 +238,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\shadow.cpp" />
<ClCompile Include="..\shared\standard_paths.cpp" />
bgstack15