Rename SzLib to SzCore

This commit is contained in:
2026-01-23 23:41:16 -06:00
parent f78f8fdf57
commit 7f232254b1
17 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
using System.Reflection.Metadata;
using SzLib;
using SzLib.DataObjects;
using SzCore;
using SzCore.DataObjects;
namespace SzCli;

View File

@@ -1,4 +1,4 @@
using SzLib;
using SzCore;
namespace SzCli;

View File

@@ -1,5 +1,5 @@
using System;
using SzLib;
using SzCore;
namespace SzCli;

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\SzLib\SzLib.csproj" />
<ProjectReference Include="..\SzCore\SzCore.csproj" />
</ItemGroup>
<PropertyGroup>

View File

@@ -1,4 +1,4 @@
using SzLib.DataObjects;
using SzCore.DataObjects;
namespace SzCli;