summaryrefslogtreecommitdiff
path: root/RealtimeSync/RealtimeSync.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'RealtimeSync/RealtimeSync.vcxproj')
-rw-r--r--RealtimeSync/RealtimeSync.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/RealtimeSync/RealtimeSync.vcxproj b/RealtimeSync/RealtimeSync.vcxproj
index 858c909b..e16e892f 100644
--- a/RealtimeSync/RealtimeSync.vcxproj
+++ b/RealtimeSync/RealtimeSync.vcxproj
@@ -238,12 +238,14 @@
<ClCompile Include="..\shared\help_provider.cpp" />
<ClCompile Include="..\shared\localization.cpp" />
<ClCompile Include="..\shared\long_path_prefix.cpp" />
+ <ClCompile Include="..\shared\privilege.cpp" />
<ClCompile Include="..\shared\shadow.cpp" />
<ClCompile Include="..\shared\standard_paths.cpp" />
<ClCompile Include="..\shared\system_func.cpp" />
<ClCompile Include="..\shared\tinyxml\tinyxml.cpp" />
<ClCompile Include="..\shared\tinyxml\tinyxmlerror.cpp" />
<ClCompile Include="..\shared\tinyxml\tinyxmlparser.cpp" />
+ <ClCompile Include="..\shared\util.cpp" />
<ClCompile Include="..\shared\xml_base.cpp" />
<ClCompile Include="..\shared\zstring.cpp" />
<ClCompile Include="..\structures.cpp" />
bgstack15