This commit is contained in:
2026-01-20 10:05:45 -06:00
commit 0a91734a27
41 changed files with 565 additions and 0 deletions

28
SessionZero.sln Normal file
View File

@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SzLib", "SzLib\SzLib.csproj", "{ED0D882A-FB40-4BD7-9681-7A13C5B6443C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SzCli", "SzCli\SzCli.csproj", "{F598E3F7-5CE7-4713-9AED-9BCFDC872974}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED0D882A-FB40-4BD7-9681-7A13C5B6443C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED0D882A-FB40-4BD7-9681-7A13C5B6443C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED0D882A-FB40-4BD7-9681-7A13C5B6443C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED0D882A-FB40-4BD7-9681-7A13C5B6443C}.Release|Any CPU.Build.0 = Release|Any CPU
{F598E3F7-5CE7-4713-9AED-9BCFDC872974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F598E3F7-5CE7-4713-9AED-9BCFDC872974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F598E3F7-5CE7-4713-9AED-9BCFDC872974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F598E3F7-5CE7-4713-9AED-9BCFDC872974}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal