diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-13 20:22:17 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-13 20:22:17 +1000 |
| commit | 0e6972aecab5eeef12f6209949d8a0b67a4b7d2a (patch) | |
| tree | 59985de8d07d861c3a77cc5de71de0526ec91736 /src/Cpp.Build.props | |
| parent | 18752ee7da742d0219e7b882315e03ad888f5725 (diff) | |
| download | wix-0e6972aecab5eeef12f6209949d8a0b67a4b7d2a.tar.gz wix-0e6972aecab5eeef12f6209949d8a0b67a4b7d2a.tar.bz2 wix-0e6972aecab5eeef12f6209949d8a0b67a4b7d2a.zip | |
Update dependencies.
Diffstat (limited to 'src/Cpp.Build.props')
| -rw-r--r-- | src/Cpp.Build.props | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 864f0fcd..9b7a1bb5 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
| @@ -11,10 +11,6 @@ | |||
| 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> | ||
| 18 | 14 | ||
| 19 | <ItemDefinitionGroup> | 15 | <ItemDefinitionGroup> |
| 20 | <ClCompile> | 16 | <ClCompile> |
| @@ -74,12 +70,6 @@ | |||
| 74 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 70 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 75 | </ClCompile> | 71 | </ClCompile> |
| 76 | </ItemDefinitionGroup> | 72 | </ItemDefinitionGroup> |
| 77 | <ItemDefinitionGroup Condition=" '$(Configuration)'=='Debug' and '$(CLRSupport)'=='true' "> | ||
| 78 | <ClCompile> | ||
| 79 | <BasicRuntimeChecks></BasicRuntimeChecks> | ||
| 80 | <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary> | ||
| 81 | </ClCompile> | ||
| 82 | </ItemDefinitionGroup> | ||
| 83 | <ItemDefinitionGroup Condition=" '$(Configuration)'=='Release' "> | 73 | <ItemDefinitionGroup Condition=" '$(Configuration)'=='Release' "> |
| 84 | <ClCompile> | 74 | <ClCompile> |
| 85 | <Optimization>MinSpace</Optimization> | 75 | <Optimization>MinSpace</Optimization> |
| @@ -93,10 +83,4 @@ | |||
| 93 | <OptimizeReferences>true</OptimizeReferences> | 83 | <OptimizeReferences>true</OptimizeReferences> |
| 94 | </Link> | 84 | </Link> |
| 95 | </ItemDefinitionGroup> | 85 | </ItemDefinitionGroup> |
| 96 | <ItemDefinitionGroup Condition=" '$(Configuration)'=='Release' and '$(CLRSupport)'=='true' "> | ||
| 97 | <ClCompile> | ||
| 98 | <BasicRuntimeChecks></BasicRuntimeChecks> | ||
| 99 | <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary> | ||
| 100 | </ClCompile> | ||
| 101 | </ItemDefinitionGroup> | ||
| 102 | </Project> | 86 | </Project> |
