From 03256e4f97d8bf90bb44a06b0201c762f3d0365b Mon Sep 17 00:00:00 2001 From: SHM Date: Wed, 12 Mar 2025 09:08:02 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=84=B1=ED=98=84=EB=AA=A8]=20Core=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/SystemX.Core/SystemX.Core.sln | 25 +++++++++++++++++++ .../SystemX.Core/SystemX.Core.csproj | 9 +++++++ 2 files changed, 34 insertions(+) create mode 100644 Projects/SystemX.Core/SystemX.Core.sln create mode 100644 Projects/SystemX.Core/SystemX.Core/SystemX.Core.csproj diff --git a/Projects/SystemX.Core/SystemX.Core.sln b/Projects/SystemX.Core/SystemX.Core.sln new file mode 100644 index 0000000..61b9793 --- /dev/null +++ b/Projects/SystemX.Core/SystemX.Core.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34728.123 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemX.Core", "SystemX.Core\SystemX.Core.csproj", "{F057A1E8-F5FF-4241-BEEA-1A57E971F379}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F057A1E8-F5FF-4241-BEEA-1A57E971F379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F057A1E8-F5FF-4241-BEEA-1A57E971F379}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F057A1E8-F5FF-4241-BEEA-1A57E971F379}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F057A1E8-F5FF-4241-BEEA-1A57E971F379}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A26A3BD0-2161-41FA-949A-DEA966E8F798} + EndGlobalSection +EndGlobal diff --git a/Projects/SystemX.Core/SystemX.Core/SystemX.Core.csproj b/Projects/SystemX.Core/SystemX.Core/SystemX.Core.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/Projects/SystemX.Core/SystemX.Core/SystemX.Core.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + +