diff options
author | Painter, Christopher P <chrpai@iswix.com> | 2018-12-20 13:57:18 -0600 |
---|---|---|
committer | Painter, Christopher P <chrpai@iswix.com> | 2018-12-20 13:57:18 -0600 |
commit | fd7f8754b3c8807d39dcf8295a12ff32ec0264b4 (patch) | |
tree | f33d389b5e2b831eb04b8e92edf2ae9e2a6a0c15 /src/wixlib/vs.wixproj | |
parent | 600a864d8f22ca53bfbf70a111b21f4a83c33d07 (diff) | |
download | wix-fd7f8754b3c8807d39dcf8295a12ff32ec0264b4.tar.gz wix-fd7f8754b3c8807d39dcf8295a12ff32ec0264b4.tar.bz2 wix-fd7f8754b3c8807d39dcf8295a12ff32ec0264b4.zip |
VS2019 Support
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/vs.wixproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixlib/vs.wixproj b/src/wixlib/vs.wixproj index f283e6ef..e18a52cd 100644 --- a/src/wixlib/vs.wixproj +++ b/src/wixlib/vs.wixproj | |||
@@ -23,6 +23,7 @@ | |||
23 | <Compile Include="VS14.wxs" /> | 23 | <Compile Include="VS14.wxs" /> |
24 | <Compile Include="VS2015.wxs" /> | 24 | <Compile Include="VS2015.wxs" /> |
25 | <Compile Include="VS2017.wxs" /> | 25 | <Compile Include="VS2017.wxs" /> |
26 | <Compile Include="VS2019.wxs" /> | ||
26 | <Compile Include="VSExtension_x86.wxs" /> | 27 | <Compile Include="VSExtension_x86.wxs" /> |
27 | <Compile Include="VsixPackage.wxs" /> | 28 | <Compile Include="VsixPackage.wxs" /> |
28 | <Compile Include="vs2005\vs2005_VSIPCC_Collection_Files_RTL.wxs" /> | 29 | <Compile Include="vs2005\vs2005_VSIPCC_Collection_Files_RTL.wxs" /> |