@joebigelow / wix-1 / commits / e901e04c

Incremental linking is not supported by C++/CLI

Rob Mensching committed Oct 2, 2022 at 19:27 UTC e901e04cfb8f1b759903f41b5c8f2f91e3f877aa
1 file changed +3
src/Directory.vcxproj.props
+3
@@ -19,6 +19,9 @@
19 <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
20 <NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker>
21 </PropertyGroup>
22 + <PropertyGroup Condition=" '$(CLRSupport)'=='true' ">
23 + <LinkIncremental>false</LinkIncremental>
24 + </PropertyGroup>
25
26 <PropertyGroup>
27 <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CustomizedNativeRecommendedRules.ruleset</CodeAnalysisRuleSet>