From 02423bfa67963ce0b3fdf5ef170428d095d17b3e Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Sat, 18 Nov 2023 11:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B7=A5=E7=A8=8B=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iec103.sln | 2 +- widgets.vcxproj => iec103.vcxproj | 2 +- widgets.vcxproj.filters => iec103.vcxproj.filters | 0 widgets.vcxproj.user => iec103.vcxproj.user | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename widgets.vcxproj => iec103.vcxproj (99%) rename widgets.vcxproj.filters => iec103.vcxproj.filters (100%) rename widgets.vcxproj.user => iec103.vcxproj.user (100%) diff --git a/iec103.sln b/iec103.sln index c1c87bb..22b49d6 100644 --- a/iec103.sln +++ b/iec103.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.33423.255 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "widgets", "widgets.vcxproj", "{EEA43B07-32A7-4DE8-9E7F-20AE51E2C1A9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iec103", "iec103.vcxproj", "{EEA43B07-32A7-4DE8-9E7F-20AE51E2C1A9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/widgets.vcxproj b/iec103.vcxproj similarity index 99% rename from widgets.vcxproj rename to iec103.vcxproj index 0de67e6..f70ebd6 100644 --- a/widgets.vcxproj +++ b/iec103.vcxproj @@ -22,7 +22,7 @@ 15.0 {EEA43B07-32A7-4DE8-9E7F-20AE51E2C1A9} Win32Proj - widgets + iec103 10.0.17763.0 iec103 diff --git a/widgets.vcxproj.filters b/iec103.vcxproj.filters similarity index 100% rename from widgets.vcxproj.filters rename to iec103.vcxproj.filters diff --git a/widgets.vcxproj.user b/iec103.vcxproj.user similarity index 100% rename from widgets.vcxproj.user rename to iec103.vcxproj.user