chore: 初始化仓库

This commit is contained in:
2025-01-21 16:21:28 +08:00
commit 5ddd421947
5 changed files with 345 additions and 0 deletions

22
JackCraft.Config.sln Normal file
View File

@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JackCraft.Config", "JackCraft.Config\JackCraft.Config.csproj", "{96DD0E6E-8CE2-42DE-87A9-111D9198CE76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Folder", "Solution Folder", "{1D7EF989-92C0-4831-BD2D-995DC966C6D0}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
Readme.MD = Readme.MD
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96DD0E6E-8CE2-42DE-87A9-111D9198CE76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96DD0E6E-8CE2-42DE-87A9-111D9198CE76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96DD0E6E-8CE2-42DE-87A9-111D9198CE76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96DD0E6E-8CE2-42DE-87A9-111D9198CE76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal