init commit

This commit is contained in:
Blake Ridgway 2025-06-10 21:13:00 -05:00
commit 54c5ae2945
34 changed files with 468 additions and 0 deletions

BIN
bin/Debug/net8.0/url_gen Executable file

Binary file not shown.

View file

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

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}