feature: webui, kobolcpp intergration memory, game module

This commit is contained in:
2026-04-30 02:43:23 -04:00
parent 9da4259df1
commit 00f1ac4bef
40 changed files with 5651 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalDiplomacy", "src\LocalDiplomacy\LocalDiplomacy.csproj", "{5FF51413-8983-57DD-BFCC-236F7B3B3F5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FF51413-8983-57DD-BFCC-236F7B3B3F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF51413-8983-57DD-BFCC-236F7B3B3F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF51413-8983-57DD-BFCC-236F7B3B3F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF51413-8983-57DD-BFCC-236F7B3B3F5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5FF51413-8983-57DD-BFCC-236F7B3B3F5F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28D30FCB-3EC1-4E01-9CFE-F2BFF6280675}
EndGlobalSection
EndGlobal