3rd Rewrite of everything

Completly rewrote the project from scratch
This commit is contained in:
Stefan
2021-04-13 21:11:49 +02:00
parent b6ae111aee
commit 19579405fe
138 changed files with 2470 additions and 3227 deletions
@@ -0,0 +1,59 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Superbuchhaltungv3/1.0.0": {
"dependencies": {
"MaterialDesignThemes": "4.0.0"
},
"runtime": {
"Superbuchhaltungv3.dll": {}
}
},
"MaterialDesignColors/2.0.0": {
"runtime": {
"lib/netcoreapp3.1/MaterialDesignColors.dll": {
"assemblyVersion": "2.0.0.2422",
"fileVersion": "2.0.0.2422"
}
}
},
"MaterialDesignThemes/4.0.0": {
"dependencies": {
"MaterialDesignColors": "2.0.0"
},
"runtime": {
"lib/netcoreapp3.1/MaterialDesignThemes.Wpf.dll": {
"assemblyVersion": "4.0.0.2422",
"fileVersion": "4.0.0.2422"
}
}
}
}
},
"libraries": {
"Superbuchhaltungv3/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"MaterialDesignColors/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+JoghC3QRK0u9Wul1To1ORjcfTbFTVzFPjJ02H7VREOdNzIIn427e8G9gP9hXu9pm1r2OneLnoCG/lTma5cG2w==",
"path": "materialdesigncolors/2.0.0",
"hashPath": "materialdesigncolors.2.0.0.nupkg.sha512"
},
"MaterialDesignThemes/4.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+n5oWHuRiYL/gUw2XfQHCRZqHtU8KbrdurgU0IcO98Zsyhw4BvggodfXY8veRtbjjmM9EJ/sG2yKBrgPOGX4JQ==",
"path": "materialdesignthemes/4.0.0",
"hashPath": "materialdesignthemes.4.0.0.nupkg.sha512"
}
}
}
@@ -0,0 +1,10 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\stefa\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\stefa\\.nuget\\packages",
"C:\\Microsoft\\Xamarin\\NuGet",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.0"
}
}
}
@@ -0,0 +1 @@
{"Konten":[{"Aktiv":true,"KontoNummer":"2700","KontoName":"Kassa","Wert":100,"Id":"637539446025663156-4c664e0c-58a0-4695-98e8-383a8da62801","Buchungen":[{"Wert":100,"GegenKonto":"637539446072890849-338c375f-b6f4-4228-8661-b234c5f446e7"}]},{"Aktiv":true,"KontoNummer":"2800","KontoName":"Bank","Wert":-100,"Id":"637539446072890849-338c375f-b6f4-4228-8661-b234c5f446e7","Buchungen":[{"Wert":-100,"GegenKonto":"637539446025663156-4c664e0c-58a0-4695-98e8-383a8da62801"}]}]}