diff options
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r-- | src/Cpp.Build.props | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 0e00132b..a90fec2c 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
@@ -11,6 +11,10 @@ | |||
11 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'=='15.0'"> | 11 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'=='15.0'"> |
12 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | 12 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
13 | </PropertyGroup> | 13 | </PropertyGroup> |
14 | |||
15 | <PropertyGroup Condition=" '$(CLRSupport)'=='true' "> | ||
16 | <DisableSpecificCompilerWarnings>4564;4691</DisableSpecificCompilerWarnings> | ||
17 | </PropertyGroup> | ||
14 | 18 | ||
15 | <ItemDefinitionGroup> | 19 | <ItemDefinitionGroup> |
16 | <ClCompile> | 20 | <ClCompile> |
@@ -95,10 +99,4 @@ | |||
95 | <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary> | 99 | <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary> |
96 | </ClCompile> | 100 | </ClCompile> |
97 | </ItemDefinitionGroup> | 101 | </ItemDefinitionGroup> |
98 | <ItemDefinitionGroup Condition=" '$(CLRSupport)'=='true' "> | ||
99 | <Link> | ||
100 | <KeyFile>$(LinkKeyFile)</KeyFile> | ||
101 | <DelaySign>$(LinkDelaySign)</DelaySign> | ||
102 | </Link> | ||
103 | </ItemDefinitionGroup> | ||
104 | </Project> | 102 | </Project> |