From 28706444d776b9e045e144b3e5e0ec6b6f6bcb2c Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Mon, 25 Mar 2024 16:27:51 -0700
Subject: [PATCH] Build release Win32 binaries without SSE exentions for more
 CPU compatibility

---
 src/vdmodem/vdmodem.vcxproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vdmodem/vdmodem.vcxproj b/src/vdmodem/vdmodem.vcxproj
index 4434eab432..082bd86fca 100644
--- a/src/vdmodem/vdmodem.vcxproj
+++ b/src/vdmodem/vdmodem.vcxproj
@@ -66,6 +66,7 @@
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     <Import Project="..\build\undeprecate.props" />
     <Import Project="..\xpdev\xpdev_mt.props" />
+    <Import Project="..\build\target_ia32.props" />
   </ImportGroup>
   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-- 
GitLab