초기 커밋.

This commit is contained in:
2025-12-17 17:03:50 +09:00
committed by seungmuk.oh
commit 4de4d36282
28 changed files with 2169 additions and 0 deletions

6
VaLogger/VaLogger.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace VaLogger;
public class VaLogger
{
}

9
VaLogger/VaLogger.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>