diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Directory.vcxproj.props | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Directory.vcxproj.props b/src/Directory.vcxproj.props index 0efe2cbb..9064973d 100644 --- a/src/Directory.vcxproj.props +++ b/src/Directory.vcxproj.props | |||
@@ -19,6 +19,9 @@ | |||
19 | <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> | 19 | <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
20 | <NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker> | 20 | <NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker> |
21 | </PropertyGroup> | 21 | </PropertyGroup> |
22 | <PropertyGroup Condition=" '$(CLRSupport)'=='true' "> | ||
23 | <LinkIncremental>false</LinkIncremental> | ||
24 | </PropertyGroup> | ||
22 | 25 | ||
23 | <PropertyGroup> | 26 | <PropertyGroup> |
24 | <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CustomizedNativeRecommendedRules.ruleset</CodeAnalysisRuleSet> | 27 | <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CustomizedNativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |