diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-02-13 20:13:57 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-02-13 20:16:48 -0600 |
| commit | 391057093e45db2d4b2450bd236b9e1fc4cfd53c (patch) | |
| tree | 0057f9e3626a594b0d2bc691c8ead8ea1283598d /src/Cpp.Build.props | |
| parent | e0d1a8f6e54f2c573fc79fc442518758297b7d80 (diff) | |
| download | wix-391057093e45db2d4b2450bd236b9e1fc4cfd53c.tar.gz wix-391057093e45db2d4b2450bd236b9e1fc4cfd53c.tar.bz2 wix-391057093e45db2d4b2450bd236b9e1fc4cfd53c.zip | |
Add test for creating a Managed BA through mbahost.
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> |
