summaryrefslogtreecommitdiff
path: root/FreeFileSync.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync.vcxproj')
-rw-r--r--FreeFileSync.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/FreeFileSync.vcxproj b/FreeFileSync.vcxproj
index 60c622f6..5bc30a85 100644
--- a/FreeFileSync.vcxproj
+++ b/FreeFileSync.vcxproj
@@ -141,6 +141,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<MinimalRebuild>false</MinimalRebuild>
<SmallerTypeCheck>true</SmallerTypeCheck>
+ <ShowIncludes>false</ShowIncludes>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
bgstack15