diff options
author | FroggieFrog <FroggieFrog@users.noreply.github.com> | 2020-01-15 14:22:37 +0100 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-20 16:31:43 +1000 |
commit | 2dc387030d10478d413cfae5bf2f18abd25f1a51 (patch) | |
tree | dcf841bf48de056812cfb5d18a3061b44d92b269 /src/wixlib/netfx.wixproj | |
parent | f2e8523f44eeb88e418c93f00715896d663dc256 (diff) | |
download | wix-2dc387030d10478d413cfae5bf2f18abd25f1a51.tar.gz wix-2dc387030d10478d413cfae5bf2f18abd25f1a51.tar.bz2 wix-2dc387030d10478d413cfae5bf2f18abd25f1a51.zip |
Add support for .NET Framework 4.7.2 and .NET Framework 4.8 to NetFxExtension. Based on https://github.com/wixtoolset/wix4/pull/267
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/netfx.wixproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 32d928ca..e9b95422 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj | |||
@@ -11,6 +11,8 @@ | |||
11 | <Pedantic>true</Pedantic> | 11 | <Pedantic>true</Pedantic> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | <ItemGroup> | 13 | <ItemGroup> |
14 | <Compile Include="NetFx472.wxs" /> | ||
15 | <Compile Include="NetFx48.wxs" /> | ||
14 | <Compile Include="NetFxExtension.wxs" /> | 16 | <Compile Include="NetFxExtension.wxs" /> |
15 | <Compile Include="NetFx1.wxs" /> | 17 | <Compile Include="NetFx1.wxs" /> |
16 | <Compile Include="NetFx1.1.wxs" /> | 18 | <Compile Include="NetFx1.1.wxs" /> |