diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-05 21:16:28 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
commit | 667ee81ee0263314b4546f5598efc66fe84c08b7 (patch) | |
tree | cfc2077743411a93d0e3c0d2ef637ef9bbdb655e /src/api/burn/WixToolset.Mba.Core | |
parent | b9c712f26d921f7ffe0509d1cc45456680e8139f (diff) | |
download | wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.gz wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.bz2 wix-667ee81ee0263314b4546f5598efc66fe84c08b7.zip |
Build with VS2022, which is now required.
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | 8 | ||||
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj index ce8c7105..4161f7f0 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | |||
@@ -18,11 +18,11 @@ | |||
18 | </ItemGroup> | 18 | </ItemGroup> |
19 | 19 | ||
20 | <ItemGroup Condition=" '$(NCrunch)'=='' "> | 20 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |
21 | <None Include="$(BaseOutputPath)$(Configuration)\v142\x86\mbanative.dll" CopyToOutputDirectory="PreserveNewest" /> | 21 | <None Include="$(BaseOutputPath)$(Configuration)\v143\x86\mbanative.dll" CopyToOutputDirectory="PreserveNewest" /> |
22 | <None Include="$(BaseOutputPath)$(Configuration)\v142\x86\mbanative.pdb" CopyToOutputDirectory="PreserveNewest" /> | 22 | <None Include="$(BaseOutputPath)$(Configuration)\v143\x86\mbanative.pdb" CopyToOutputDirectory="PreserveNewest" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | <ItemGroup Condition=" '$(NCrunch)'=='1' "> | 24 | <ItemGroup Condition=" '$(NCrunch)'=='1' "> |
25 | <None Include="$(NCrunchOriginalProjectDir)..\..\build\$(SegmentName)\$(Configuration)\v142\x86\mbanative.dll" CopyToOutputDirectory="PreserveNewest" /> | 25 | <None Include="$(NCrunchOriginalProjectDir)..\..\build\$(SegmentName)\$(Configuration)\v143\x86\mbanative.dll" CopyToOutputDirectory="PreserveNewest" /> |
26 | <None Include="$(NCrunchOriginalProjectDir)..\..\build\$(SegmentName)\$(Configuration)\v142\x86\mbanative.pdb" CopyToOutputDirectory="PreserveNewest" /> | 26 | <None Include="$(NCrunchOriginalProjectDir)..\..\build\$(SegmentName)\$(Configuration)\v143\x86\mbanative.pdb" CopyToOutputDirectory="PreserveNewest" /> |
27 | </ItemGroup> | 27 | </ItemGroup> |
28 | </Project> | 28 | </Project> |
diff --git a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index a5e09ea9..504496ae 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | |||
@@ -23,11 +23,11 @@ | |||
23 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> | 23 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> |
24 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> | 24 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> |
25 | 25 | ||
26 | <file src="v142\ARM64\mbanative.dll" target="runtimes\win-arm64\native" /> | 26 | <file src="v143\ARM64\mbanative.dll" target="runtimes\win-arm64\native" /> |
27 | <file src="v142\ARM64\mbanative.pdb" target="runtimes\win-arm64\native" /> | 27 | <file src="v143\ARM64\mbanative.pdb" target="runtimes\win-arm64\native" /> |
28 | <file src="v142\x64\mbanative.dll" target="runtimes\win-x64\native" /> | 28 | <file src="v143\x64\mbanative.dll" target="runtimes\win-x64\native" /> |
29 | <file src="v142\x64\mbanative.pdb" target="runtimes\win-x64\native" /> | 29 | <file src="v143\x64\mbanative.pdb" target="runtimes\win-x64\native" /> |
30 | <file src="v142\x86\mbanative.dll" target="runtimes\win-x86\native" /> | 30 | <file src="v143\x86\mbanative.dll" target="runtimes\win-x86\native" /> |
31 | <file src="v142\x86\mbanative.pdb" target="runtimes\win-x86\native" /> | 31 | <file src="v143\x86\mbanative.pdb" target="runtimes\win-x86\native" /> |
32 | </files> | 32 | </files> |
33 | </package> | 33 | </package> |