From 1601fd183cf6f2bca1a870da4bb8e12484327eb6 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Thu, 2 Jan 2025 22:36:57 -0800
Subject: [PATCH] Revert "Include the ciolib.manifest the right way"

This reverts commit 9b2c9c0830c7b55ace641727d30454fefa2ec65a.

Don't need this now that we use the property sheet method
---
 src/sbbs3/scfg/scfg.vcxproj | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/sbbs3/scfg/scfg.vcxproj b/src/sbbs3/scfg/scfg.vcxproj
index cf8ee2f61f..ccbdc24999 100644
--- a/src/sbbs3/scfg/scfg.vcxproj
+++ b/src/sbbs3/scfg/scfg.vcxproj
@@ -108,9 +108,6 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\msvc.win32.exe.debug/scfg.bsc</OutputFile>
     </Bscmake>
-    <Manifest>
-      <AdditionalManifestFiles>..\..\conio\ciolib.manifest</AdditionalManifestFiles>
-    </Manifest>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <Midl>
@@ -153,9 +150,6 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <OutputFile>.\msvc.win32.exe.release/scfg.bsc</OutputFile>
     </Bscmake>
-    <Manifest>
-      <AdditionalManifestFiles>..\..\conio\ciolib.manifest</AdditionalManifestFiles>
-    </Manifest>
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\dat_rec.c">
-- 
GitLab