first commit

This commit is contained in:
sevi-kun
2021-05-28 20:05:12 +02:00
commit b6d5327243
32 changed files with 429 additions and 0 deletions

Binary file not shown.

BIN
bin/Debug/net5.0/rhentai Executable file

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"/home/belar/.dotnet/store/|arch|/|tfm|",
"/home/belar/.nuget/packages"
]
}
}

View File

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