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 + + +