From bc3120027def18de72092d30d4f2a11d52354bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=80=89=E8=87=A3?= Date: Tue, 10 Oct 2023 22:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=86=20WinFormium=20=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WinFormiumProject-CN.sln | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/WinFormiumProject-CN.sln b/WinFormiumProject-CN.sln index 5196f72..035bfbc 100644 --- a/WinFormiumProject-CN.sln +++ b/WinFormiumProject-CN.sln @@ -14,6 +14,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决 README.md = README.md EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "示例", "示例", "{0A72CCDC-F7D2-435F-AA6C-A57DF9B178AD}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalWinFormiumApp", "examples\MinimalWinFormiumApp\MinimalWinFormiumApp.csproj", "{AA73AD39-10A1-4532-B0E0-6ECB5CA5B636}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormiumSubProcess", "examples\WinFormiumSubProcess\WinFormiumSubProcess.csproj", "{C3DE9D58-EA02-4420-97D2-FF7CDEB90491}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -24,10 +30,22 @@ Global {39675313-A12E-4F6A-923A-4C28308DF9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU {39675313-A12E-4F6A-923A-4C28308DF9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU {39675313-A12E-4F6A-923A-4C28308DF9C3}.Release|Any CPU.Build.0 = Release|Any CPU + {AA73AD39-10A1-4532-B0E0-6ECB5CA5B636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA73AD39-10A1-4532-B0E0-6ECB5CA5B636}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA73AD39-10A1-4532-B0E0-6ECB5CA5B636}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA73AD39-10A1-4532-B0E0-6ECB5CA5B636}.Release|Any CPU.Build.0 = Release|Any CPU + {C3DE9D58-EA02-4420-97D2-FF7CDEB90491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C3DE9D58-EA02-4420-97D2-FF7CDEB90491}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C3DE9D58-EA02-4420-97D2-FF7CDEB90491}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C3DE9D58-EA02-4420-97D2-FF7CDEB90491}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {AA73AD39-10A1-4532-B0E0-6ECB5CA5B636} = {0A72CCDC-F7D2-435F-AA6C-A57DF9B178AD} + {C3DE9D58-EA02-4420-97D2-FF7CDEB90491} = {0A72CCDC-F7D2-435F-AA6C-A57DF9B178AD} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {3E182896-FC1E-48CA-BB92-55B90C56A174} EndGlobalSection