[성현모] CPMeta 라이브러리, 예제 추가

This commit is contained in:
SHM
2025-10-31 11:49:13 +09:00
parent b78e5a23ea
commit 3d5e790057
12 changed files with 378 additions and 0 deletions

View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36301.6 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPMeta", "CPMeta\CPMeta.csproj", "{0BDB3E8C-2F57-4780-8B6F-3AE3F426A6C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayGround.NetFramework", "PlayGround.NetFramework\PlayGround.NetFramework.csproj", "{9EFF44BF-88AD-495B-B4FA-313A969666F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BDB3E8C-2F57-4780-8B6F-3AE3F426A6C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BDB3E8C-2F57-4780-8B6F-3AE3F426A6C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BDB3E8C-2F57-4780-8B6F-3AE3F426A6C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BDB3E8C-2F57-4780-8B6F-3AE3F426A6C3}.Release|Any CPU.Build.0 = Release|Any CPU
{9EFF44BF-88AD-495B-B4FA-313A969666F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EFF44BF-88AD-495B-B4FA-313A969666F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EFF44BF-88AD-495B-B4FA-313A969666F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EFF44BF-88AD-495B-B4FA-313A969666F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F4B97E1-3EAE-406D-BAD9-69F7D27498B2}
EndGlobalSection
EndGlobal