diff --git a/imcrvtip/imcrvtip.vcxproj b/imcrvtip/imcrvtip.vcxproj index 540b478..1cdb481 100644 --- a/imcrvtip/imcrvtip.vcxproj +++ b/imcrvtip/imcrvtip.vcxproj @@ -48,9 +48,6 @@ imcrvtip 10.0 - - 10.0.22621.0 - DynamicLibrary diff --git a/installer/_build_msi.cmd b/installer/_build_msi.cmd index 22160db..0e7d5b2 100644 --- a/installer/_build_msi.cmd +++ b/installer/_build_msi.cmd @@ -13,16 +13,16 @@ if not defined SIGNCOMMAND set SignOutput=false set BUILDCOMMAND=dotnet build installer-msi.wixproj -nologo -verbosity:normal -target:Build echo build x86.msi -%BUILDCOMMAND% -property:TargetPlatform=x86 -property:InstallerPlatform=x86 -property:BaseIntermediateOutputPath=%OutDir%\x86\ +%BUILDCOMMAND% -property:PackagePlatform=x86 -property:InstallerPlatform=x86 -property:BaseIntermediateOutputPath=%OutDir%\x86\ echo build x64.msi -%BUILDCOMMAND% -property:TargetPlatform=x64 -property:InstallerPlatform=x64 -property:BaseIntermediateOutputPath=%OutDir%\x64\ +%BUILDCOMMAND% -property:PackagePlatform=x64 -property:InstallerPlatform=x64 -property:BaseIntermediateOutputPath=%OutDir%\x64\ echo build arm32.msi -%BUILDCOMMAND% -property:TargetPlatform=arm32 -property:InstallerPlatform=arm64 -property:BaseIntermediateOutputPath=%OutDir%\arm32\ +%BUILDCOMMAND% -property:PackagePlatform=arm32 -property:InstallerPlatform=arm64 -property:BaseIntermediateOutputPath=%OutDir%\arm32\ echo build arm64.msi -%BUILDCOMMAND% -property:TargetPlatform=arm64 -property:InstallerPlatform=arm64 -property:BaseIntermediateOutputPath=%OutDir%\arm64\ +%BUILDCOMMAND% -property:PackagePlatform=arm64 -property:InstallerPlatform=arm64 -property:BaseIntermediateOutputPath=%OutDir%\arm64\ popd endlocal diff --git a/installer/_solution_build.cmd b/installer/_solution_build.cmd index 1083c39..64b328a 100644 --- a/installer/_solution_build.cmd +++ b/installer/_solution_build.cmd @@ -16,7 +16,7 @@ rem x64 %BUILDCOMMAND% -property:Platform=x64 rem ARM32 -%BUILDCOMMAND% -property:Platform=ARM +%BUILDCOMMAND% -property:Platform=ARM -property:WindowsTargetPlatformVersion=10.0.22621.0 rem ARM64 %BUILDCOMMAND% -property:Platform=ARM64 diff --git a/installer/_solution_build_debug.cmd b/installer/_solution_build_debug.cmd index 215f428..1c6eccf 100644 --- a/installer/_solution_build_debug.cmd +++ b/installer/_solution_build_debug.cmd @@ -16,7 +16,7 @@ rem x64 %BUILDCOMMAND% -property:Platform=x64 rem ARM32 -%BUILDCOMMAND% -property:Platform=ARM +%BUILDCOMMAND% -property:Platform=ARM -property:WindowsTargetPlatformVersion=10.0.22621.0 rem ARM64 %BUILDCOMMAND% -property:Platform=ARM64 diff --git a/installer/installer-msi.wixproj b/installer/installer-msi.wixproj index c141888..6a70b90 100644 --- a/installer/installer-msi.wixproj +++ b/installer/installer-msi.wixproj @@ -12,28 +12,28 @@ --> - + x86 - + x64 - + arm32 - + arm64 - + - + - + - + diff --git a/libinput/libinput.vcxproj b/libinput/libinput.vcxproj index 965474f..ec605f2 100644 --- a/libinput/libinput.vcxproj +++ b/libinput/libinput.vcxproj @@ -49,9 +49,6 @@ 10.0 libinput - - 10.0.22621.0 - DynamicLibrary