initial commit

This commit is contained in:
Edward Tirado Jr 2025-11-05 10:38:32 -06:00
commit 65c137cec1
32 changed files with 420 additions and 0 deletions

BIN
MadLib/bin/Debug/net9.0/MadLib Executable file

Binary file not shown.

View file

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

Binary file not shown.

Binary file not shown.

View file

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