diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-02-27 15:38:50 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-02-27 15:42:33 -0800 |
| commit | 1550b30702ae4e83ea8b30bf95a4f20a6424aa4b (patch) | |
| tree | 5093d4cd9dbf7999782382e1b91ad225f9c121d7 /src/Cpp.Build.props | |
| parent | 3fae69ccb71d99c79adba6855ba7d6402216085d (diff) | |
| download | wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.tar.gz wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.tar.bz2 wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.zip | |
Include native .pdbs in .wixext.nupkg and refine build process
Diffstat (limited to 'src/Cpp.Build.props')
| -rw-r--r-- | src/Cpp.Build.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 9b7a1bb5..8c7304ee 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform> | 6 | <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform> |
| 7 | <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir> | 7 | <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir> |
| 8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> | 8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> |
| 9 | <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> | ||
| 10 | <NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker> | ||
| 9 | </PropertyGroup> | 11 | </PropertyGroup> |
| 10 | 12 | ||
| 11 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'"> | 13 | <PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='' AND '$(VisualStudioVersion)'>='15.0'"> |
