신규등록

This commit is contained in:
JiWoong Sul
2025-11-22 01:08:44 +09:00
commit e81218576d
32 changed files with 3046 additions and 0 deletions

BIN
bin/Debug/net7.0/nekoban_map_gen Executable file

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"nekoban_map_gen/1.0.0": {
"runtime": {
"nekoban_map_gen.dll": {}
}
}
}
},
"libraries": {
"nekoban_map_gen/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
}
}
}