Work on lab4

This commit is contained in:
2022-09-13 12:36:37 -05:00
parent 913deb1082
commit 50e7440f8c
105 changed files with 894 additions and 59 deletions

View File

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

View File

@@ -0,0 +1,15 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}