From 04d89bc9216553adcd0df87985a7665882924093 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 22 八月 2025 17:56:10 +0800
Subject: [PATCH] 1. 优化Notch计算周长,使用比例的形式计算

---
 Common_Class/SISAssem/SISAssem.vcxproj |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Common_Class/SISAssem/SISAssem.vcxproj b/Common_Class/SISAssem/SISAssem.vcxproj
index cab5378..19206e2 100644
--- a/Common_Class/SISAssem/SISAssem.vcxproj
+++ b/Common_Class/SISAssem/SISAssem.vcxproj
@@ -22,6 +22,7 @@
     <ProjectGuid>{147FB2E2-F781-431F-92A5-15F9E72E2FF2}</ProjectGuid>
     <RootNamespace>SISAssem</RootNamespace>
     <Keyword>MFCDLLProj</Keyword>
+    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

--
Gitblit v1.9.3