From 00d56b6917d2fe95283da512aa7c6b571d969b99 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 26 Jun 2013 10:04:32 -0700 Subject: [PATCH] Disabled incremental linking by default. Having it enabled by default doesn't appear to provide any benefit, and it inflates the size of output locations. --- CoApp.Powershell/etc/vcxproj.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CoApp.Powershell/etc/vcxproj.inc b/CoApp.Powershell/etc/vcxproj.inc index 296a0ec..19b1975 100644 --- a/CoApp.Powershell/etc/vcxproj.inc +++ b/CoApp.Powershell/etc/vcxproj.inc @@ -14,6 +14,7 @@ $(OverrideConfigurationType) + false $(ProjectName) true false @@ -68,4 +69,4 @@ - \ No newline at end of file +