From e642690a43711fcb51a97cf2ada9555283e183ac Mon Sep 17 00:00:00 2001 From: tymmkang Date: Wed, 15 Oct 2025 02:01:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Warhound.sln | 8 +++++++- WarhoundConsole/WarhoundConsole.csproj | 4 ++++ WarhoundLib/Class.cs | 4 ++++ WarhoundLib/WarhoundLib.csproj | 9 +++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 WarhoundLib/Class.cs create mode 100644 WarhoundLib/WarhoundLib.csproj diff --git a/Warhound.sln b/Warhound.sln index 61e5c29..f005e20 100644 --- a/Warhound.sln +++ b/Warhound.sln @@ -1,10 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.14.36518.9 d17.14 +VisualStudioVersion = 17.14.36518.9 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarhoundConsole", "WarhoundConsole\WarhoundConsole.csproj", "{F1D74A75-5CE9-4B62-852C-C8F3E5884A5C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarhoundLib", "WarhoundLib\WarhoundLib.csproj", "{7E3472E9-86E9-4032-826C-0DA805C2EBCE}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {F1D74A75-5CE9-4B62-852C-C8F3E5884A5C}.Debug|Any CPU.Build.0 = Debug|Any CPU {F1D74A75-5CE9-4B62-852C-C8F3E5884A5C}.Release|Any CPU.ActiveCfg = Release|Any CPU {F1D74A75-5CE9-4B62-852C-C8F3E5884A5C}.Release|Any CPU.Build.0 = Release|Any CPU + {7E3472E9-86E9-4032-826C-0DA805C2EBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7E3472E9-86E9-4032-826C-0DA805C2EBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7E3472E9-86E9-4032-826C-0DA805C2EBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E3472E9-86E9-4032-826C-0DA805C2EBCE}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/WarhoundConsole/WarhoundConsole.csproj b/WarhoundConsole/WarhoundConsole.csproj index 206b89a..c9220cb 100644 --- a/WarhoundConsole/WarhoundConsole.csproj +++ b/WarhoundConsole/WarhoundConsole.csproj @@ -7,4 +7,8 @@ enable + + + + diff --git a/WarhoundLib/Class.cs b/WarhoundLib/Class.cs new file mode 100644 index 0000000..ce4f820 --- /dev/null +++ b/WarhoundLib/Class.cs @@ -0,0 +1,4 @@ +namespace WarhoundLib +{ + +} diff --git a/WarhoundLib/WarhoundLib.csproj b/WarhoundLib/WarhoundLib.csproj new file mode 100644 index 0000000..bb23fb7 --- /dev/null +++ b/WarhoundLib/WarhoundLib.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + +