diff --git a/.vs/prog2-ss2020-wienkop/DesignTimeBuild/.dtbcache.v2 b/.vs/prog2-ss2020-wienkop/DesignTimeBuild/.dtbcache.v2 index 4fdb413ee1b56fb6577c83be86b640ee62e874bc..7a6a1c9aae1db08347be21c436729ff6ce8ed66a 100644 Binary files a/.vs/prog2-ss2020-wienkop/DesignTimeBuild/.dtbcache.v2 and b/.vs/prog2-ss2020-wienkop/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/prog2-ss2020-wienkop/v16/.suo b/.vs/prog2-ss2020-wienkop/v16/.suo index 7b2835dd69cdd5a3624cab93ab6c48600e4ed19c..233dc9c5a8b6a0b0cbcf23cb0ff431d11389d7bd 100644 Binary files a/.vs/prog2-ss2020-wienkop/v16/.suo and b/.vs/prog2-ss2020-wienkop/v16/.suo differ diff --git a/01Buergeramt-Di/Program.cs b/01Buergeramt-Di/Program.cs index 941ff8678d7cd9c483da8f7d86725550304f4ff6..61ac2ad1309689b29f329e119bee4bd35f5f95d8 100644 --- a/01Buergeramt-Di/Program.cs +++ b/01Buergeramt-Di/Program.cs @@ -57,7 +57,7 @@ namespace _01Buergeramt_Di public Buergeramt(string ort, int anzahlAusweise) { this.ort = ort; - personalweise = new Personalausweis[anzahlAusweise]; + personalausweise = new Personalausweis[anzahlAusweise]; } public Personalausweis NeuerAusweis(string name) { diff --git a/01Buergeramt-Di/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Di.csproj.CoreCompileInputs.cache b/01Buergeramt-Di/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Di.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..53b6064a5d44a2a9707c4838688a495c10f851ac 100644 --- a/01Buergeramt-Di/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Di.csproj.CoreCompileInputs.cache +++ b/01Buergeramt-Di/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Di.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +44f1394e2a6257f856f7d135dd083eaadf1ae823 diff --git a/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll b/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll index 4a6583546ccd9086c93b475cb0a46bea91ced0a7..3f6c3e2f42f054cea3ae309316757e8d2a3ddd2e 100644 Binary files a/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll and b/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll differ diff --git a/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe b/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe index 37f23639449600fcf4a0a1c7daefd9feda5ec3a1..a7b7da9b15f017b9183d13b3b42dde4ff9cdb385 100644 Binary files a/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe and b/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe differ diff --git a/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb b/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb index 404853003fe83b5569b8111167834d4998f3a50d..df15f9931241590198ff1f8d7656055fc7f63d79 100644 Binary files a/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb and b/01Buergeramt/bin/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb differ diff --git a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csproj.CoreCompileInputs.cache b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..df0a2414d1505946aedaa55ef68458940077609f 100644 --- a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csproj.CoreCompileInputs.cache +++ b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +ff9a39688220e628f288f5b24600daac1196a88d diff --git a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csprojAssemblyReference.cache b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csprojAssemblyReference.cache index 09f733cba816ea75758c5185c8e79a12110d4074..308f84f1bd32b1f7e1467356eb1ac40d7da08d5e 100644 Binary files a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csprojAssemblyReference.cache and b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.csprojAssemblyReference.cache differ diff --git a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll index 4a6583546ccd9086c93b475cb0a46bea91ced0a7..3f6c3e2f42f054cea3ae309316757e8d2a3ddd2e 100644 Binary files a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll and b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.dll differ diff --git a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe index 37f23639449600fcf4a0a1c7daefd9feda5ec3a1..a7b7da9b15f017b9183d13b3b42dde4ff9cdb385 100644 Binary files a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe and b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.exe differ diff --git a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb index 404853003fe83b5569b8111167834d4998f3a50d..df15f9931241590198ff1f8d7656055fc7f63d79 100644 Binary files a/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb and b/01Buergeramt/obj/Debug/netcoreapp3.1/01Uebg_Buergeramt-Mo.pdb differ diff --git a/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.dll b/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.dll index ca5a61764a0216cac990118bcc1227da30d7bc84..992220aa0fc111b3b66432f915b149af096c759c 100644 Binary files a/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.dll and b/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.dll differ diff --git a/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.exe b/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.exe index 6b29c817363cccb247f4684b5702a61045f912fe..2f3eb588f42b8bb7c999dc6a6e04b7df6d459a6a 100644 Binary files a/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.exe and b/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.exe differ diff --git a/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.pdb b/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.pdb index 3b4aab2850f56b0c8b796355f2f10eac07b8c463..15a29a577fcc919f63d8eecfb832672bbf283fb0 100644 Binary files a/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.pdb and b/01Indexer/bin/Debug/netcoreapp3.1/01Indexer.pdb differ diff --git a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csproj.CoreCompileInputs.cache b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..1b6f1e869a39c3ee424e7e08fdf8b1f1e3226e94 100644 --- a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csproj.CoreCompileInputs.cache +++ b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +8b7b75bb69b672e6a7477237e4395e0ef6407dac diff --git a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csprojAssemblyReference.cache b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csprojAssemblyReference.cache index ed51084113c37d43a99e791dd0a169f2b0c6b55a..eccb16c61b24a1a51c2c7f95176dcd7d1142727d 100644 Binary files a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csprojAssemblyReference.cache and b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.csprojAssemblyReference.cache differ diff --git a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.dll b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.dll index ca5a61764a0216cac990118bcc1227da30d7bc84..992220aa0fc111b3b66432f915b149af096c759c 100644 Binary files a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.dll and b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.dll differ diff --git a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.exe b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.exe index 6b29c817363cccb247f4684b5702a61045f912fe..2f3eb588f42b8bb7c999dc6a6e04b7df6d459a6a 100644 Binary files a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.exe and b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.exe differ diff --git a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.pdb b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.pdb index 3b4aab2850f56b0c8b796355f2f10eac07b8c463..15a29a577fcc919f63d8eecfb832672bbf283fb0 100644 Binary files a/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.pdb and b/01Indexer/obj/Debug/netcoreapp3.1/01Indexer.pdb differ diff --git a/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.dll b/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.dll index f774415f960f47054e7fe00399d0900fdeaf08da..2dcfe8414474efcd68a860c8b22a14f3566ccb12 100644 Binary files a/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.dll and b/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.dll differ diff --git a/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.exe b/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.exe index 6223a6a3ace9b85fc30fe17f7acee0c70494a8aa..0732ab48532b46ae722f3466e0f177b22c1a0d51 100644 Binary files a/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.exe and b/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.exe differ diff --git a/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.pdb b/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.pdb index 3fdf04581bd156992d7b68e80b7172e0eb870b80..09b9a28709b64d5cf683acdb86c2823ea1e65840 100644 Binary files a/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.pdb and b/01KlassenWiederholung/bin/Debug/netcoreapp3.1/01KlassenWiederholung.pdb differ diff --git a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csproj.CoreCompileInputs.cache b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..28ede7621dd470a6863b7a09611771689dc1f488 100644 --- a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csproj.CoreCompileInputs.cache +++ b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +82aabe7d8f5e95a70e62a8056949f0852a121b56 diff --git a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csprojAssemblyReference.cache b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csprojAssemblyReference.cache index 94be5c29ccc5594c3d7ed74fab336753939a60f4..7f0f297190e841544bdf8650ade14a114ad67ff8 100644 Binary files a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csprojAssemblyReference.cache and b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.csprojAssemblyReference.cache differ diff --git a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.dll b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.dll index f774415f960f47054e7fe00399d0900fdeaf08da..2dcfe8414474efcd68a860c8b22a14f3566ccb12 100644 Binary files a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.dll and b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.dll differ diff --git a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.exe b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.exe index 6223a6a3ace9b85fc30fe17f7acee0c70494a8aa..0732ab48532b46ae722f3466e0f177b22c1a0d51 100644 Binary files a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.exe and b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.exe differ diff --git a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.pdb b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.pdb index 3fdf04581bd156992d7b68e80b7172e0eb870b80..09b9a28709b64d5cf683acdb86c2823ea1e65840 100644 Binary files a/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.pdb and b/01KlassenWiederholung/obj/Debug/netcoreapp3.1/01KlassenWiederholung.pdb differ diff --git a/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.dll b/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.dll index 514edda6c297d7a142397611f55e059b7d7989e0..6315e234904c9970ac71259d0f7df98b488f9601 100644 Binary files a/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.dll and b/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.dll differ diff --git a/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.exe b/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.exe index 09a09e554104c3912f55e81685b7b591c369a7f1..16b7f6aa3bb448ab5ef4e145d3fc4cc34a2bd81f 100644 Binary files a/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.exe and b/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.exe differ diff --git a/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.pdb b/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.pdb index 08d2d56282a92de64a7939ad19f59266318f504e..7cab1495fed801298367b10f79a164b16dafeb6f 100644 Binary files a/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.pdb and b/01OperatorOverloading/bin/Debug/netcoreapp3.1/01OperatorOverloading.pdb differ diff --git a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csproj.CoreCompileInputs.cache b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..635e2f87768f084e0426ee7e728dd23eb194cfe1 100644 --- a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csproj.CoreCompileInputs.cache +++ b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +80121664ed3059c23145d5fcd702eb3b2171d68d diff --git a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csprojAssemblyReference.cache b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csprojAssemblyReference.cache index cf534861a3640f8554f9ce25bfe11127debf486c..b5214f35120e32e54563c1c022ea640ba350567a 100644 Binary files a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csprojAssemblyReference.cache and b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.csprojAssemblyReference.cache differ diff --git a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.dll b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.dll index 514edda6c297d7a142397611f55e059b7d7989e0..6315e234904c9970ac71259d0f7df98b488f9601 100644 Binary files a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.dll and b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.dll differ diff --git a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.exe b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.exe index 09a09e554104c3912f55e81685b7b591c369a7f1..16b7f6aa3bb448ab5ef4e145d3fc4cc34a2bd81f 100644 Binary files a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.exe and b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.exe differ diff --git a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.pdb b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.pdb index 08d2d56282a92de64a7939ad19f59266318f504e..7cab1495fed801298367b10f79a164b16dafeb6f 100644 Binary files a/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.pdb and b/01OperatorOverloading/obj/Debug/netcoreapp3.1/01OperatorOverloading.pdb differ diff --git a/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.dll b/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.dll index 788b5c94861e60a7a313f0b25f7c815f1c9bbf49..bf8072a94dc02f77348275b3da4bc446ff9da94d 100644 Binary files a/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.dll and b/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.dll differ diff --git a/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.exe b/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.exe index 4163ab5ae09fefae4db223f3924e0ebf88739fe1..a1a79d6fbcb9c65c5f5e0d2ab31d502ae0985112 100644 Binary files a/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.exe and b/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.exe differ diff --git a/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb b/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb index 67ffbed9e4dce9368f16c9c607c1a9da8af8dd4b..e67e5998da0b187c11e58a6afd541da75f00eb59 100644 Binary files a/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb and b/01OperatorTrueFalse/bin/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb differ diff --git a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csproj.CoreCompileInputs.cache b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..bca2be005e570f3bf0fa08e751dad8b39bf0b0f8 100644 --- a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csproj.CoreCompileInputs.cache +++ b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +08cc8c79ec5522b629c871dea671639b9cadb17f diff --git a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csprojAssemblyReference.cache b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csprojAssemblyReference.cache index cf534861a3640f8554f9ce25bfe11127debf486c..9f4bd98749eb5f85c5249b4582b96dc7ea27d580 100644 Binary files a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csprojAssemblyReference.cache and b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.csprojAssemblyReference.cache differ diff --git a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.dll b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.dll index 788b5c94861e60a7a313f0b25f7c815f1c9bbf49..bf8072a94dc02f77348275b3da4bc446ff9da94d 100644 Binary files a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.dll and b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.dll differ diff --git a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.exe b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.exe index 4163ab5ae09fefae4db223f3924e0ebf88739fe1..a1a79d6fbcb9c65c5f5e0d2ab31d502ae0985112 100644 Binary files a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.exe and b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.exe differ diff --git a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb index 67ffbed9e4dce9368f16c9c607c1a9da8af8dd4b..e67e5998da0b187c11e58a6afd541da75f00eb59 100644 Binary files a/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb and b/01OperatorTrueFalse/obj/Debug/netcoreapp3.1/01OperatorTrueFalse.pdb differ diff --git a/01WPF_Demo/bin/Debug/01WPF_Demo.exe b/01WPF_Demo/bin/Debug/01WPF_Demo.exe index 4c98c03c9ada141fb624e31d5d2b3f63965f6226..a71fd704c38ff2d7aac15e1b7525ed96834047d6 100644 Binary files a/01WPF_Demo/bin/Debug/01WPF_Demo.exe and b/01WPF_Demo/bin/Debug/01WPF_Demo.exe differ diff --git a/01WPF_Demo/bin/Debug/01WPF_Demo.pdb b/01WPF_Demo/bin/Debug/01WPF_Demo.pdb index a885914a87fd03d40e5800af81d104999666e888..76c88f2947459e1ee7821cd2103f49c6ebcd9919 100644 Binary files a/01WPF_Demo/bin/Debug/01WPF_Demo.pdb and b/01WPF_Demo/bin/Debug/01WPF_Demo.pdb differ diff --git a/01WPF_Demo/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/01WPF_Demo/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..3871b184d3f475a3c71d56db9f48c2a193080512 --- /dev/null +++ b/01WPF_Demo/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/01WPF_Demo/obj/Debug/01WPF_Demo.csproj.CoreCompileInputs.cache b/01WPF_Demo/obj/Debug/01WPF_Demo.csproj.CoreCompileInputs.cache index fedbbfff72962a4e1068087aa5d80ebe00c4525b..3327488f1b4ffdc3cd1e13fa91f989a11e44cf92 100644 --- a/01WPF_Demo/obj/Debug/01WPF_Demo.csproj.CoreCompileInputs.cache +++ b/01WPF_Demo/obj/Debug/01WPF_Demo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -390c570c04e08522ae0e2daf17bc344f788e09e4 +99cb04e81c51d9826ec1e8e9a5ae17c71b6bfb77 diff --git a/01WPF_Demo/obj/Debug/01WPF_Demo.exe b/01WPF_Demo/obj/Debug/01WPF_Demo.exe index 4c98c03c9ada141fb624e31d5d2b3f63965f6226..a71fd704c38ff2d7aac15e1b7525ed96834047d6 100644 Binary files a/01WPF_Demo/obj/Debug/01WPF_Demo.exe and b/01WPF_Demo/obj/Debug/01WPF_Demo.exe differ diff --git a/01WPF_Demo/obj/Debug/01WPF_Demo.pdb b/01WPF_Demo/obj/Debug/01WPF_Demo.pdb index a885914a87fd03d40e5800af81d104999666e888..76c88f2947459e1ee7821cd2103f49c6ebcd9919 100644 Binary files a/01WPF_Demo/obj/Debug/01WPF_Demo.pdb and b/01WPF_Demo/obj/Debug/01WPF_Demo.pdb differ diff --git a/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll b/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll index 3c9d5e64de45d9aa6f7892082fce12b2146c3209..9cd2604eb8546ab2453c9b0bddd3404a6a4f59f1 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll and b/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll differ diff --git a/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe b/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe index 449a1b821e6a0b9e3cc110cd7bd8e7a90f9da10b..dffe7d52144bc7d4cab9f33bd973e84f3c6d2894 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe and b/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe differ diff --git a/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb b/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb index 3a2e2cba64c5eec873eea85011f30b4dfeacef7d..93b0c1c8f3995c73d957b0886edba040964a3898 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb and b/02 Uebg KlasseTimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb differ diff --git a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csproj.CoreCompileInputs.cache b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..f9dabfe0551f73a99c703a1311b11b3f6e5a1b44 100644 --- a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csproj.CoreCompileInputs.cache +++ b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +0b0af6f12917e1fcd06ee61c661cf16430a5eb6f diff --git a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csprojAssemblyReference.cache b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csprojAssemblyReference.cache index 475e9f25ddab19c98e99fb9760c6360cd0369394..9373385b98e1b7a59f299923e290e7b415004a26 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csprojAssemblyReference.cache and b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.csprojAssemblyReference.cache differ diff --git a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll index 3c9d5e64de45d9aa6f7892082fce12b2146c3209..9cd2604eb8546ab2453c9b0bddd3404a6a4f59f1 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll and b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.dll differ diff --git a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe index 449a1b821e6a0b9e3cc110cd7bd8e7a90f9da10b..dffe7d52144bc7d4cab9f33bd973e84f3c6d2894 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe and b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.exe differ diff --git a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb index 3a2e2cba64c5eec873eea85011f30b4dfeacef7d..93b0c1c8f3995c73d957b0886edba040964a3898 100644 Binary files a/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb and b/02 Uebg KlasseTimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgMo KlasseTimeOpOverloading.pdb differ diff --git a/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll b/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll index d6cb890fd21503c36fffb7eb90dfbd3240f1af7b..863f857c08e1bf5f050002459b78ba1382beab3f 100644 Binary files a/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll and b/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll differ diff --git a/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe b/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe index 4320ddef3ddfd2574b07ca8afd8f448153f28bc5..6c9c45bccbb091a907c70a9df9d2a689b9d5fdda 100644 Binary files a/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe and b/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe differ diff --git a/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb b/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb index 4f843d3b148e1444873adb5fb384c8c73bb77635..51cc188b34b2bcaec090318dc85d2ee9db1cdfae 100644 Binary files a/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb and b/02 UebgDi Klassse TimeOpOverloading/bin/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb differ diff --git a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.csproj.CoreCompileInputs.cache b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..4ac4e5630a7d8e6b61ba9caeac65b07ed6b7c08a 100644 --- a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.csproj.CoreCompileInputs.cache +++ b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +3fab30d89c0f5c200e3dfef91aeaec836f357972 diff --git a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll index d6cb890fd21503c36fffb7eb90dfbd3240f1af7b..863f857c08e1bf5f050002459b78ba1382beab3f 100644 Binary files a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll and b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.dll differ diff --git a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe index 4320ddef3ddfd2574b07ca8afd8f448153f28bc5..6c9c45bccbb091a907c70a9df9d2a689b9d5fdda 100644 Binary files a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe and b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.exe differ diff --git a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb index 4f843d3b148e1444873adb5fb384c8c73bb77635..51cc188b34b2bcaec090318dc85d2ee9db1cdfae 100644 Binary files a/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb and b/02 UebgDi Klassse TimeOpOverloading/obj/Debug/netcoreapp3.1/02 UebgDi Klassse TimeOpOverloading.pdb differ diff --git a/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll b/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll index 680d11fc0625bdafff6af2dd13e0c8388dfdaffd..2a3e8d154c90809defa624ffd1145bcbf764a316 100644 Binary files a/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll and b/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll differ diff --git a/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe b/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe index c702a39802992fe1e125c9a1b3cf1b9dff6df767..f6739c5e32f1c9725cd16dca3e7347b4dfef7f7a 100644 Binary files a/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe and b/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe differ diff --git a/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb b/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb index 7cd1d3b4fccace40bfb70454d942a6baf2f5ec94..51156000a4d8fb2b69d648f546e0a31bc0edef36 100644 Binary files a/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb and b/02 UebgSa FiFoListe/bin/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb differ diff --git a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.csproj.CoreCompileInputs.cache b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..46262ee6306765bb1f151ea0259c0dfe5d9ee9f3 100644 --- a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.csproj.CoreCompileInputs.cache +++ b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +f5ddd8b256104d76f0da0481b9ef6884429a1be5 diff --git a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll index 680d11fc0625bdafff6af2dd13e0c8388dfdaffd..2a3e8d154c90809defa624ffd1145bcbf764a316 100644 Binary files a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll and b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.dll differ diff --git a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe index c702a39802992fe1e125c9a1b3cf1b9dff6df767..f6739c5e32f1c9725cd16dca3e7347b4dfef7f7a 100644 Binary files a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe and b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.exe differ diff --git a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb index 7cd1d3b4fccace40bfb70454d942a6baf2f5ec94..51156000a4d8fb2b69d648f546e0a31bc0edef36 100644 Binary files a/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb and b/02 UebgSa FiFoListe/obj/Debug/netcoreapp3.1/02 UebgSa FiFoListe.pdb differ diff --git a/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.dll b/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.dll index 62999239af7924d1a2c1d146bfbd0b181e433ade..1bc59e2454454630c3251bb96563e1b2cac38a63 100644 Binary files a/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.dll and b/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.dll differ diff --git a/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.exe b/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.exe index 6d4ec549693dc5bfb8d1380975e8d34af414a5f4..cc13276d52826f42c76a705638cd7a91d50d940f 100644 Binary files a/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.exe and b/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.exe differ diff --git a/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.pdb b/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.pdb index 65a216b46730a5ccc0461a03ea776c930528de76..6607e4555e0a1831d4d63a80b17a8bd32de9ff0a 100644 Binary files a/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.pdb and b/02VerketteteListe-2/bin/Debug/netcoreapp3.1/02VerketteteListe-2.pdb differ diff --git a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.csproj.CoreCompileInputs.cache b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..fe1aaa45b53b72012059a252032c3b2577f81cbf 100644 --- a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.csproj.CoreCompileInputs.cache +++ b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +9a55c364e0e07888a32494819047d5352f3c537d diff --git a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.dll b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.dll index 62999239af7924d1a2c1d146bfbd0b181e433ade..1bc59e2454454630c3251bb96563e1b2cac38a63 100644 Binary files a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.dll and b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.dll differ diff --git a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.exe b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.exe index 6d4ec549693dc5bfb8d1380975e8d34af414a5f4..cc13276d52826f42c76a705638cd7a91d50d940f 100644 Binary files a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.exe and b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.exe differ diff --git a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.pdb b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.pdb index 65a216b46730a5ccc0461a03ea776c930528de76..6607e4555e0a1831d4d63a80b17a8bd32de9ff0a 100644 Binary files a/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.pdb and b/02VerketteteListe-2/obj/Debug/netcoreapp3.1/02VerketteteListe-2.pdb differ diff --git a/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll b/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll index 9326abed64b21c933d7f3d20f005fba5db776838..cdcace5684925da2a15af7ecad78284d4b7bba53 100644 Binary files a/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll and b/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll differ diff --git a/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe b/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe index 28b964d615930e438f0852fbe5f7c53f7aa8d1cf..9a3ed2b3a1bf214e354ed03b5324b2b15f61f353 100644 Binary files a/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe and b/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe differ diff --git a/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb b/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb index f2462648671dfd226adb2c2ad2404be77016433d..f257a491fdabeb48c9bb02d771120eee0193dc45 100644 Binary files a/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb and b/02VerketteteListe/bin/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb differ diff --git a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.csproj.CoreCompileInputs.cache b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..2b26a2563bc29a0e8296c1788a847ca4f7c9618e 100644 --- a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.csproj.CoreCompileInputs.cache +++ b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +afb5fd5a475480dc78f9ae16c00b84659b376e94 diff --git a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll index 9326abed64b21c933d7f3d20f005fba5db776838..cdcace5684925da2a15af7ecad78284d4b7bba53 100644 Binary files a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll and b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.dll differ diff --git a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe index 28b964d615930e438f0852fbe5f7c53f7aa8d1cf..9a3ed2b3a1bf214e354ed03b5324b2b15f61f353 100644 Binary files a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe and b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.exe differ diff --git a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb index f2462648671dfd226adb2c2ad2404be77016433d..f257a491fdabeb48c9bb02d771120eee0193dc45 100644 Binary files a/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb and b/02VerketteteListe/obj/Debug/netcoreapp3.1/02VerketteteListe-1Intro.pdb differ diff --git a/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll b/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll index f002de3f961383646793caf03821859a837d22ed..cdbf2eb8073a774f2bc1fd62e376bb8c1dbf1563 100644 Binary files a/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll and b/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll differ diff --git a/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe b/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe index e4cb122cb38b2a938a6f84c7d6a2710f66703b82..3124497923aa701dbf70f052073a02dcf52fd08d 100644 Binary files a/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe and b/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe differ diff --git a/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb b/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb index e1f021034a1e2166406ddd6e7ad5c15b1b2a9291..198f76d030e7673f57ba43f00951576796ca78b4 100644 Binary files a/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb and b/03 UebgDi ZyklischeListe/bin/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb differ diff --git a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.csproj.CoreCompileInputs.cache b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..66b5521565b08484f39734a30498a8e42383c100 100644 --- a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.csproj.CoreCompileInputs.cache +++ b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +95e07f408307cfae97d7a7b22253177d0a2b7d89 diff --git a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll index f002de3f961383646793caf03821859a837d22ed..cdbf2eb8073a774f2bc1fd62e376bb8c1dbf1563 100644 Binary files a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll and b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.dll differ diff --git a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe index e4cb122cb38b2a938a6f84c7d6a2710f66703b82..3124497923aa701dbf70f052073a02dcf52fd08d 100644 Binary files a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe and b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.exe differ diff --git a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb index e1f021034a1e2166406ddd6e7ad5c15b1b2a9291..198f76d030e7673f57ba43f00951576796ca78b4 100644 Binary files a/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb and b/03 UebgDi ZyklischeListe/obj/Debug/netcoreapp3.1/03 UebgDi ZyklischeListe.pdb differ diff --git a/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll b/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll index 0a74addb5f8c7c43842e478fd05f0ab171fe93b6..98b63363c090e1aa1d70d8aaf06f2921297d54da 100644 Binary files a/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll and b/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll differ diff --git a/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe b/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe index d7924022ff97855f0271f0606d7805498cb977d5..25b5623bae344231add9ac88973018dc91417ccb 100644 Binary files a/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe and b/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe differ diff --git a/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb b/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb index c118e716987db7d82260bcfc9bcd2f7272f72201..b17d421b44213bfda6bbb2bc2fa85f89dc578f31 100644 Binary files a/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb and b/03 UebgMo FiFoListe/bin/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb differ diff --git a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.csproj.CoreCompileInputs.cache b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..b8641b0f7d581f9663445eb3a7a72e6db7c1ff75 100644 --- a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.csproj.CoreCompileInputs.cache +++ b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +ce8acb1b8c740d1ad9cceff67c964294a6a32796 diff --git a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll index 0a74addb5f8c7c43842e478fd05f0ab171fe93b6..98b63363c090e1aa1d70d8aaf06f2921297d54da 100644 Binary files a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll and b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.dll differ diff --git a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe index d7924022ff97855f0271f0606d7805498cb977d5..25b5623bae344231add9ac88973018dc91417ccb 100644 Binary files a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe and b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.exe differ diff --git a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb index c118e716987db7d82260bcfc9bcd2f7272f72201..b17d421b44213bfda6bbb2bc2fa85f89dc578f31 100644 Binary files a/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb and b/03 UebgMo FiFoListe/obj/Debug/netcoreapp3.1/03 UebgMo FiFoListe.pdb differ diff --git a/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.dll b/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.dll index 01a79bea3422c9967e9d2f013272768794a00004..360de67f79d399911907c30cdb4822ccc269949b 100644 Binary files a/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.dll and b/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.dll differ diff --git a/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.exe b/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.exe index 09b6248b1d709b4b614fb425f6c58e10f3959e9a..59d1a4c0e65035e57d03da627e3cf1c94080ce5a 100644 Binary files a/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.exe and b/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.exe differ diff --git a/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.pdb b/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.pdb index d223db810e295176512857777f7f63764b356d8a..a5d22992562d7caa404f4d43717fd2180346273e 100644 Binary files a/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.pdb and b/03BinTree/bin/Debug/netcoreapp3.1/03BinTree.pdb differ diff --git a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.csproj.CoreCompileInputs.cache b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..741ab9492988e46078639043bdaf97865a1d7834 100644 --- a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.csproj.CoreCompileInputs.cache +++ b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +ec661f7291001ea15aea6989048ad77630d942e9 diff --git a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.dll b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.dll index 01a79bea3422c9967e9d2f013272768794a00004..360de67f79d399911907c30cdb4822ccc269949b 100644 Binary files a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.dll and b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.dll differ diff --git a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.exe b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.exe index 09b6248b1d709b4b614fb425f6c58e10f3959e9a..59d1a4c0e65035e57d03da627e3cf1c94080ce5a 100644 Binary files a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.exe and b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.exe differ diff --git a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.pdb b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.pdb index d223db810e295176512857777f7f63764b356d8a..a5d22992562d7caa404f4d43717fd2180346273e 100644 Binary files a/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.pdb and b/03BinTree/obj/Debug/netcoreapp3.1/03BinTree.pdb differ diff --git a/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll b/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll index 51b062198c0fe18a67a37128ce06eeb5a4475a67..dbb1b166a85f667cc879b5cf70db54484d71ac6b 100644 Binary files a/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll and b/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll differ diff --git a/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe b/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe index 803977cd6e6e9e2566bb51a3030a87342de108b3..fe02dcbcab74d8ee66d0e6e3a2b416d44682c9ca 100644 Binary files a/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe and b/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe differ diff --git a/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb b/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb index 65c1ce6853dc9022fdebcc95c540bff1043ca047..eab18d199c16c7f0c5ffae74e688fbcf29a15392 100644 Binary files a/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb and b/03DoppeltverketteteListe/bin/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb differ diff --git a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.csproj.CoreCompileInputs.cache b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..7e2c925dd429f1336fb32646e9c6264fcf1df11f 100644 --- a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.csproj.CoreCompileInputs.cache +++ b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +f5686ccd9ba753d375d3932aa1119366a68a5ed0 diff --git a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll index 51b062198c0fe18a67a37128ce06eeb5a4475a67..dbb1b166a85f667cc879b5cf70db54484d71ac6b 100644 Binary files a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll and b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.dll differ diff --git a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe index 803977cd6e6e9e2566bb51a3030a87342de108b3..fe02dcbcab74d8ee66d0e6e3a2b416d44682c9ca 100644 Binary files a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe and b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.exe differ diff --git a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb index 65c1ce6853dc9022fdebcc95c540bff1043ca047..eab18d199c16c7f0c5ffae74e688fbcf29a15392 100644 Binary files a/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb and b/03DoppeltverketteteListe/obj/Debug/netcoreapp3.1/03DoppeltverketteteListe.pdb differ diff --git a/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll b/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll index e1e34a5d230890b8398925b6e839b859c4e99101..6f1d377a51251dd107b0bd3c2157d1ca88e8d22e 100644 Binary files a/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll and b/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll differ diff --git a/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe b/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe index d7decce0c8727677ee1061394b21943e094d3046..1cb94344a53d6bf5358cbab2e02e61d8ea6ad2fc 100644 Binary files a/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe and b/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe differ diff --git a/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb b/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb index 751f6f8e75eef0f53d9740a74adbcf6e6b078000..b05bb79d250e173ead351038cfd3270b5555ce19 100644 Binary files a/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb and b/03Praktikumsaufgabe2Liste/bin/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb differ diff --git a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.csproj.CoreCompileInputs.cache b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..0df7b01d492d319f95a755871977a148ec2ad8c5 100644 --- a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.csproj.CoreCompileInputs.cache +++ b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +375036f40ba8eb3d9954a1c339288f2c156d9aae diff --git a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll index e1e34a5d230890b8398925b6e839b859c4e99101..6f1d377a51251dd107b0bd3c2157d1ca88e8d22e 100644 Binary files a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll and b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.dll differ diff --git a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe index d7decce0c8727677ee1061394b21943e094d3046..1cb94344a53d6bf5358cbab2e02e61d8ea6ad2fc 100644 Binary files a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe and b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.exe differ diff --git a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb index 751f6f8e75eef0f53d9740a74adbcf6e6b078000..b05bb79d250e173ead351038cfd3270b5555ce19 100644 Binary files a/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb and b/03Praktikumsaufgabe2Liste/obj/Debug/netcoreapp3.1/03Praktikumsaufgabe2Liste.pdb differ diff --git a/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.dll b/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.dll index 21912f7868aa3ddcff0355ed9ea5e4c767c7d348..8e5ae340c4f7b48c9d55edb5d3f6c444a6ee42e4 100644 Binary files a/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.dll and b/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.dll differ diff --git a/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.exe b/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.exe index 3b4e4e57a0a5c83c30722eb721c99b68437c5b32..5af773c5d57a6fd2c13a55536e7c30550071de16 100644 Binary files a/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.exe and b/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.exe differ diff --git a/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb b/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb index eaf76304bdb34bfecd314a0a4ed95f376ecdb17d..ddeec08366aa70b2c3f78527cd751bc9d317409e 100644 Binary files a/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb and b/03VererbungKfzIntro/bin/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb differ diff --git a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.csproj.CoreCompileInputs.cache b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..dab4da420849f146d592c0de06b1466858223e9d 100644 --- a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.csproj.CoreCompileInputs.cache +++ b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +2084f8319d7aacf5ee73532f1640e260513ce3b2 diff --git a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.dll b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.dll index 21912f7868aa3ddcff0355ed9ea5e4c767c7d348..8e5ae340c4f7b48c9d55edb5d3f6c444a6ee42e4 100644 Binary files a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.dll and b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.dll differ diff --git a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.exe b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.exe index 3b4e4e57a0a5c83c30722eb721c99b68437c5b32..5af773c5d57a6fd2c13a55536e7c30550071de16 100644 Binary files a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.exe and b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.exe differ diff --git a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb index eaf76304bdb34bfecd314a0a4ed95f376ecdb17d..ddeec08366aa70b2c3f78527cd751bc9d317409e 100644 Binary files a/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb and b/03VererbungKfzIntro/obj/Debug/netcoreapp3.1/03VererbungKfzIntro.pdb differ diff --git a/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll b/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll index a68d9267873ada29c3ef36a543077da63d012544..b1011cb09c30220600652a7b344b382a1b3d6575 100644 Binary files a/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll and b/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll differ diff --git a/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe b/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe index 7a262eac4c09e2ddc568100138561fd9908cdbe1..5b9b9f3ecc28594f20e6cd70f953d868c8df668c 100644 Binary files a/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe and b/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe differ diff --git a/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb b/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb index 67798560c499bc9b8483c8e6364ca8466ad157df..eb2089ac856c3d2e8ef929493d5f5606d1dc5e08 100644 Binary files a/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb and b/04 UebgDi Vererbung/bin/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb differ diff --git a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.csproj.CoreCompileInputs.cache b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..9f7b48cda516edb1f816dedb6538ef8dd0c45b0c 100644 --- a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.csproj.CoreCompileInputs.cache +++ b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +771f1e79728cb0f8079a30459dbcf029a7f9f7ba diff --git a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll index a68d9267873ada29c3ef36a543077da63d012544..b1011cb09c30220600652a7b344b382a1b3d6575 100644 Binary files a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll and b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.dll differ diff --git a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe index 7a262eac4c09e2ddc568100138561fd9908cdbe1..5b9b9f3ecc28594f20e6cd70f953d868c8df668c 100644 Binary files a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe and b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.exe differ diff --git a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb index 67798560c499bc9b8483c8e6364ca8466ad157df..eb2089ac856c3d2e8ef929493d5f5606d1dc5e08 100644 Binary files a/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb and b/04 UebgDi Vererbung/obj/Debug/netcoreapp3.1/04 UebgDi Vererbung.pdb differ diff --git a/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll b/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll index 1be08615678305fc6e19fbb6e2afc2c5fdb7530a..7aa28b0ce4153ecef8af04e81404f099b0e16e32 100644 Binary files a/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll and b/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll differ diff --git a/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe b/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe index 7bff3e8b45891c7386fbae69bfcb6c3c202077c4..50967afc6131ff1424f78ddbfc59dd89d0caa1a7 100644 Binary files a/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe and b/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe differ diff --git a/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb b/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb index 3e444d3b343b8a819f52f2ca325ec071240d0f44..84375bc3c6ecdf4c2765a097c966ace25c25f184 100644 Binary files a/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb and b/04 UebgMo ZyklischeListe/bin/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb differ diff --git a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.csproj.CoreCompileInputs.cache b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..c9137e7da051603d6ff9f7228f7938d51d181ae5 100644 --- a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.csproj.CoreCompileInputs.cache +++ b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +73d081b47891c44dde1264599cdb3df70779e945 diff --git a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll index 1be08615678305fc6e19fbb6e2afc2c5fdb7530a..7aa28b0ce4153ecef8af04e81404f099b0e16e32 100644 Binary files a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll and b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.dll differ diff --git a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe index 7bff3e8b45891c7386fbae69bfcb6c3c202077c4..50967afc6131ff1424f78ddbfc59dd89d0caa1a7 100644 Binary files a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe and b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.exe differ diff --git a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb index 3e444d3b343b8a819f52f2ca325ec071240d0f44..84375bc3c6ecdf4c2765a097c966ace25c25f184 100644 Binary files a/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb and b/04 UebgMo ZyklischeListe/obj/Debug/netcoreapp3.1/04 UebgMo ZyklischeListe.pdb differ diff --git a/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll b/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll index 9406c879ee6f778d13a5088146aea6506ce2739a..3e7ffb84ded98a8cfc9e091ab73d5daae9a458c7 100644 Binary files a/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll and b/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll differ diff --git a/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe b/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe index 5940e51b927af06a223396ec331f45cc56a8a8d4..b9cff5953491a821d30bff23ce53d7716da8759d 100644 Binary files a/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe and b/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe differ diff --git a/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb b/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb index d907bddd2994ce7a785567a40cfbf2c71d5aa1e9..e8ff6c9deca5fab479405851286c64013fae09a6 100644 Binary files a/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb and b/04VererbungGrafischeObjekte/bin/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb differ diff --git a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.CoreCompileInputs.cache b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..1684e633e03fc7a3a93a61c1eac5b49382cf09b8 100644 --- a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.CoreCompileInputs.cache +++ b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +18d08417674306df1de137efb7d3681d2dbc8dd9 diff --git a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.FileListAbsolute.txt b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.FileListAbsolute.txt index 0803e84c01be40fdf5555a733f248848f639c8b5..93010430064f108c5c9a1b444e45ada2ff1e94c3 100644 --- a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.FileListAbsolute.txt +++ b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.csproj.FileListAbsolute.txt @@ -10,3 +10,4 @@ C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\04VererbungGrafischeObjekte\o C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\04VererbungGrafischeObjekte\obj\Debug\netcoreapp3.1\04VererbungGrafischeObjekte.dll C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\04VererbungGrafischeObjekte\obj\Debug\netcoreapp3.1\04VererbungGrafischeObjekte.pdb C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\04VererbungGrafischeObjekte\obj\Debug\netcoreapp3.1\04VererbungGrafischeObjekte.genruntimeconfig.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\04VererbungGrafischeObjekte\obj\Debug\netcoreapp3.1\04VererbungGrafischeObjekte.csprojAssemblyReference.cache diff --git a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll index 9406c879ee6f778d13a5088146aea6506ce2739a..3e7ffb84ded98a8cfc9e091ab73d5daae9a458c7 100644 Binary files a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll and b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.dll differ diff --git a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe index 5940e51b927af06a223396ec331f45cc56a8a8d4..b9cff5953491a821d30bff23ce53d7716da8759d 100644 Binary files a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe and b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.exe differ diff --git a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb index d907bddd2994ce7a785567a40cfbf2c71d5aa1e9..e8ff6c9deca5fab479405851286c64013fae09a6 100644 Binary files a/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb and b/04VererbungGrafischeObjekte/obj/Debug/netcoreapp3.1/04VererbungGrafischeObjekte.pdb differ diff --git a/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.dll b/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.dll index d073fe9134862ed89d215f1baab13c5006b8f251..ae0d69702d31abaeed101eec0ef33d4589650fda 100644 Binary files a/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.dll and b/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.dll differ diff --git a/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.exe b/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.exe index f0aeb08ba41b847da0c7377aae2aaaddb4986709..4a5c3bd467f9566348b4b79a48ad9601a79f104b 100644 Binary files a/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.exe and b/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.exe differ diff --git a/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.pdb b/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.pdb index 755b902b47719d82b93f53c11d85cd85a2c6e924..a44b740d7179861e0d42df955a2f93c79950dea2 100644 Binary files a/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.pdb and b/05 InterfaceIntro/bin/Debug/netcoreapp3.1/05 InterfaceIntro.pdb differ diff --git a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.csproj.CoreCompileInputs.cache b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..fc6b6561624a1eecd71ee497765bbc68009e528a 100644 --- a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.csproj.CoreCompileInputs.cache +++ b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +1c55cfe1097292421cb4bbb1ddd170022dd9e1cc diff --git a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.dll b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.dll index d073fe9134862ed89d215f1baab13c5006b8f251..ae0d69702d31abaeed101eec0ef33d4589650fda 100644 Binary files a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.dll and b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.dll differ diff --git a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.exe b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.exe index f0aeb08ba41b847da0c7377aae2aaaddb4986709..4a5c3bd467f9566348b4b79a48ad9601a79f104b 100644 Binary files a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.exe and b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.exe differ diff --git a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.pdb b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.pdb index 755b902b47719d82b93f53c11d85cd85a2c6e924..a44b740d7179861e0d42df955a2f93c79950dea2 100644 Binary files a/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.pdb and b/05 InterfaceIntro/obj/Debug/netcoreapp3.1/05 InterfaceIntro.pdb differ diff --git a/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll b/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll index de1c4e898e3c964f2374379e25cf6d0c63e0ed4d..92feab88edbfd5b375233d0add77a55a6a6e826a 100644 Binary files a/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll and b/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll differ diff --git a/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe b/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe index 30e0b4d9da998eb3aa5490780a38fbba50e5bda7..a49131ffc7cbfd8166335253487a53258f6b9f49 100644 Binary files a/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe and b/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe differ diff --git a/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb b/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb index 17b27350e6508e511a0726c486a506a59924c58f..5dcdb7982173ec2937f411daf9562ee1cb532288 100644 Binary files a/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb and b/05 UebgDi Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb differ diff --git a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.csproj.CoreCompileInputs.cache b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..a93d09d037e820ace0313d750059e9bbb12f8d98 100644 --- a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.csproj.CoreCompileInputs.cache +++ b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +aa48e36d20a8386b436d0a115778243004a138ce diff --git a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll index de1c4e898e3c964f2374379e25cf6d0c63e0ed4d..92feab88edbfd5b375233d0add77a55a6a6e826a 100644 Binary files a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll and b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.dll differ diff --git a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe index 30e0b4d9da998eb3aa5490780a38fbba50e5bda7..a49131ffc7cbfd8166335253487a53258f6b9f49 100644 Binary files a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe and b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.exe differ diff --git a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb index 17b27350e6508e511a0726c486a506a59924c58f..5dcdb7982173ec2937f411daf9562ee1cb532288 100644 Binary files a/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb and b/05 UebgDi Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgDi Warenwirtschaft.pdb differ diff --git a/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll b/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll index ef7ba833c362f169499a54d6666069dacd98efb4..4b04ae07102f53576011afce1f596fddf200c967 100644 Binary files a/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll and b/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll differ diff --git a/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe b/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe index d59680d1d204333198b12e1ef8697e2fbb7d79f6..63715fa5b9b26998227916632abf0d7a37251765 100644 Binary files a/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe and b/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe differ diff --git a/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb b/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb index c18ba365c1a054cec220cb5dae6769b914e28f5c..ad83f65c0e342bde2d420d5b9dfc22d57b065e3e 100644 Binary files a/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb and b/05 UebgMo Warenwirtschaft/bin/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb differ diff --git a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.csproj.CoreCompileInputs.cache b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..f4b0c0717021ca48445f4791c4f5d552bf95f17c 100644 --- a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.csproj.CoreCompileInputs.cache +++ b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +a1a6453792792e114466d5624bb6c193ce6a23c1 diff --git a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll index ef7ba833c362f169499a54d6666069dacd98efb4..4b04ae07102f53576011afce1f596fddf200c967 100644 Binary files a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll and b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.dll differ diff --git a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe index d59680d1d204333198b12e1ef8697e2fbb7d79f6..63715fa5b9b26998227916632abf0d7a37251765 100644 Binary files a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe and b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.exe differ diff --git a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb index c18ba365c1a054cec220cb5dae6769b914e28f5c..ad83f65c0e342bde2d420d5b9dfc22d57b065e3e 100644 Binary files a/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb and b/05 UebgMo Warenwirtschaft/obj/Debug/netcoreapp3.1/05 UebgMo Warenwirtschaft.pdb differ diff --git a/05Exceptions1/bin/Debug/06Ausnahmen.exe b/05Exceptions1/bin/Debug/06Ausnahmen.exe index 850f8ca71585f14b073bea3681879f788cd6e019..eef0a5dd02a6fec6996b48c23c51c64cff2bc754 100644 Binary files a/05Exceptions1/bin/Debug/06Ausnahmen.exe and b/05Exceptions1/bin/Debug/06Ausnahmen.exe differ diff --git a/05Exceptions1/bin/Debug/06Ausnahmen.pdb b/05Exceptions1/bin/Debug/06Ausnahmen.pdb index c64ec9666ff9f5b5a912d3e810aaef96d9fd08b2..59bb108de59ea1ca6b8bfaef21a009a4c0ee18df 100644 Binary files a/05Exceptions1/bin/Debug/06Ausnahmen.pdb and b/05Exceptions1/bin/Debug/06Ausnahmen.pdb differ diff --git a/05Exceptions1/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs b/05Exceptions1/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..3aa53186c9efc5bd6af75a8596fcf3d2247fb54d --- /dev/null +++ b/05Exceptions1/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")] diff --git a/05Exceptions1/obj/Debug/05Exceptions1.csproj.CoreCompileInputs.cache b/05Exceptions1/obj/Debug/05Exceptions1.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..3d289ae64fe7894511c410f37e1370ec7f6b8402 --- /dev/null +++ b/05Exceptions1/obj/Debug/05Exceptions1.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d5c660b065a06c458ab35a0b64f95402c8c1f5c5 diff --git a/05Exceptions1/obj/Debug/05Exceptions1.csproj.FileListAbsolute.txt b/05Exceptions1/obj/Debug/05Exceptions1.csproj.FileListAbsolute.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd5bed6621a4b20f067d583f9202026eabbf1762 --- /dev/null +++ b/05Exceptions1/obj/Debug/05Exceptions1.csproj.FileListAbsolute.txt @@ -0,0 +1,7 @@ +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\bin\Debug\06Ausnahmen.exe.config +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\bin\Debug\06Ausnahmen.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\bin\Debug\06Ausnahmen.pdb +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\obj\Debug\05Exceptions1.csprojAssemblyReference.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\obj\Debug\05Exceptions1.csproj.CoreCompileInputs.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\obj\Debug\06Ausnahmen.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions1\obj\Debug\06Ausnahmen.pdb diff --git a/05Exceptions1/obj/Debug/05Exceptions1.csprojAssemblyReference.cache b/05Exceptions1/obj/Debug/05Exceptions1.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..cbe43f5d0942e588721d2233d6e7d55c2fd5b466 Binary files /dev/null and b/05Exceptions1/obj/Debug/05Exceptions1.csprojAssemblyReference.cache differ diff --git a/05Exceptions1/obj/Debug/06Ausnahmen.exe b/05Exceptions1/obj/Debug/06Ausnahmen.exe index 850f8ca71585f14b073bea3681879f788cd6e019..eef0a5dd02a6fec6996b48c23c51c64cff2bc754 100644 Binary files a/05Exceptions1/obj/Debug/06Ausnahmen.exe and b/05Exceptions1/obj/Debug/06Ausnahmen.exe differ diff --git a/05Exceptions1/obj/Debug/06Ausnahmen.pdb b/05Exceptions1/obj/Debug/06Ausnahmen.pdb index c64ec9666ff9f5b5a912d3e810aaef96d9fd08b2..59bb108de59ea1ca6b8bfaef21a009a4c0ee18df 100644 Binary files a/05Exceptions1/obj/Debug/06Ausnahmen.pdb and b/05Exceptions1/obj/Debug/06Ausnahmen.pdb differ diff --git a/05Exceptions2/bin/Debug/06Exceptions.exe b/05Exceptions2/bin/Debug/06Exceptions.exe index 1c931a651d727e094f7cde80df0e05dbfdba8543..dc06ca7bd17946325fb60e071f22ba775b0f5da9 100644 Binary files a/05Exceptions2/bin/Debug/06Exceptions.exe and b/05Exceptions2/bin/Debug/06Exceptions.exe differ diff --git a/05Exceptions2/bin/Debug/06Exceptions.pdb b/05Exceptions2/bin/Debug/06Exceptions.pdb index f93ee2d1d5938f11c64187fd3f541c87511c97ae..f9f18d45ab2447e5b621b349a7b07b8a45488d47 100644 Binary files a/05Exceptions2/bin/Debug/06Exceptions.pdb and b/05Exceptions2/bin/Debug/06Exceptions.pdb differ diff --git a/05Exceptions2/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs b/05Exceptions2/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..3aa53186c9efc5bd6af75a8596fcf3d2247fb54d --- /dev/null +++ b/05Exceptions2/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")] diff --git a/05Exceptions2/obj/Debug/05Exceptions2.csproj.CoreCompileInputs.cache b/05Exceptions2/obj/Debug/05Exceptions2.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..3d289ae64fe7894511c410f37e1370ec7f6b8402 --- /dev/null +++ b/05Exceptions2/obj/Debug/05Exceptions2.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d5c660b065a06c458ab35a0b64f95402c8c1f5c5 diff --git a/05Exceptions2/obj/Debug/05Exceptions2.csproj.FileListAbsolute.txt b/05Exceptions2/obj/Debug/05Exceptions2.csproj.FileListAbsolute.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1432b162eb7bb21cfe2413a4139eeff35ddad13 --- /dev/null +++ b/05Exceptions2/obj/Debug/05Exceptions2.csproj.FileListAbsolute.txt @@ -0,0 +1,7 @@ +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\bin\Debug\06Exceptions.exe.config +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\bin\Debug\06Exceptions.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\bin\Debug\06Exceptions.pdb +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\obj\Debug\05Exceptions2.csprojAssemblyReference.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\obj\Debug\05Exceptions2.csproj.CoreCompileInputs.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\obj\Debug\06Exceptions.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions2\obj\Debug\06Exceptions.pdb diff --git a/05Exceptions2/obj/Debug/05Exceptions2.csprojAssemblyReference.cache b/05Exceptions2/obj/Debug/05Exceptions2.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..cbe43f5d0942e588721d2233d6e7d55c2fd5b466 Binary files /dev/null and b/05Exceptions2/obj/Debug/05Exceptions2.csprojAssemblyReference.cache differ diff --git a/05Exceptions2/obj/Debug/06Exceptions.exe b/05Exceptions2/obj/Debug/06Exceptions.exe index 1c931a651d727e094f7cde80df0e05dbfdba8543..dc06ca7bd17946325fb60e071f22ba775b0f5da9 100644 Binary files a/05Exceptions2/obj/Debug/06Exceptions.exe and b/05Exceptions2/obj/Debug/06Exceptions.exe differ diff --git a/05Exceptions2/obj/Debug/06Exceptions.pdb b/05Exceptions2/obj/Debug/06Exceptions.pdb index f93ee2d1d5938f11c64187fd3f541c87511c97ae..f9f18d45ab2447e5b621b349a7b07b8a45488d47 100644 Binary files a/05Exceptions2/obj/Debug/06Exceptions.pdb and b/05Exceptions2/obj/Debug/06Exceptions.pdb differ diff --git a/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.exe b/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.exe index f765ba273fe64f733cf73b4e9acd0c76496503cb..54ceea80cf94f8f5ff45045f6828e2e0552f06bb 100644 Binary files a/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.exe and b/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.exe differ diff --git a/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.pdb b/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.pdb index c9c2a48da0801d2fb903f11be43da3c401e6f923..62c849df6f2e4f259a32fcdefbaf4fe595a93516 100644 Binary files a/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.pdb and b/05Exceptions_Beispiel/bin/Debug/06Exception_Beispiel.pdb differ diff --git a/05Exceptions_Beispiel/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs b/05Exceptions_Beispiel/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..3aa53186c9efc5bd6af75a8596fcf3d2247fb54d --- /dev/null +++ b/05Exceptions_Beispiel/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")] diff --git a/05Exceptions_Beispiel/obj/Debug/05Exceptions_Beispiel.csproj.CoreCompileInputs.cache b/05Exceptions_Beispiel/obj/Debug/05Exceptions_Beispiel.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..3d289ae64fe7894511c410f37e1370ec7f6b8402 --- /dev/null +++ b/05Exceptions_Beispiel/obj/Debug/05Exceptions_Beispiel.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d5c660b065a06c458ab35a0b64f95402c8c1f5c5 diff --git a/05Exceptions_Beispiel/obj/Debug/05Exceptions_Beispiel.csproj.FileListAbsolute.txt b/05Exceptions_Beispiel/obj/Debug/05Exceptions_Beispiel.csproj.FileListAbsolute.txt new file mode 100644 index 0000000000000000000000000000000000000000..404416ef971187ec7e38fe3bc5fa49581de8a138 --- /dev/null +++ b/05Exceptions_Beispiel/obj/Debug/05Exceptions_Beispiel.csproj.FileListAbsolute.txt @@ -0,0 +1,7 @@ +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\bin\Debug\06Exception_Beispiel.exe.config +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\bin\Debug\06Exception_Beispiel.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\bin\Debug\06Exception_Beispiel.pdb +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\obj\Debug\05Exceptions_Beispiel.csprojAssemblyReference.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\obj\Debug\05Exceptions_Beispiel.csproj.CoreCompileInputs.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\obj\Debug\06Exception_Beispiel.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\05Exceptions_Beispiel\obj\Debug\06Exception_Beispiel.pdb diff --git a/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.exe b/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.exe index f765ba273fe64f733cf73b4e9acd0c76496503cb..54ceea80cf94f8f5ff45045f6828e2e0552f06bb 100644 Binary files a/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.exe and b/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.exe differ diff --git a/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.pdb b/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.pdb index c9c2a48da0801d2fb903f11be43da3c401e6f923..62c849df6f2e4f259a32fcdefbaf4fe595a93516 100644 Binary files a/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.pdb and b/05Exceptions_Beispiel/obj/Debug/06Exception_Beispiel.pdb differ diff --git a/05HTMLEngine/Program.cs b/05HTMLEngine/Program.cs index 0a1803cba93c8ec361929036dcd908f74d3a6e4d..171fc20a82464fc85b8a4002cb5f254601a418c6 100644 --- a/05HTMLEngine/Program.cs +++ b/05HTMLEngine/Program.cs @@ -64,7 +64,9 @@ class Program System.IO.File.WriteAllText("Example.html", html); - System.Diagnostics.Process.Start("Example.html"); + System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo("Example.html"); + startInfo.UseShellExecute = true; + System.Diagnostics.Process.Start(startInfo); } } diff --git a/05HTMLEngine/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs b/05HTMLEngine/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..f1a77a1b8eab416c1ac5aebefa19d08cebcc2d46 --- /dev/null +++ b/05HTMLEngine/obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.2", FrameworkDisplayName = ".NET Framework 4.5.2")] diff --git a/05HTMLEngine/obj/Debug/HTMLEngine.csproj.CoreCompileInputs.cache b/05HTMLEngine/obj/Debug/HTMLEngine.csproj.CoreCompileInputs.cache index ae069197e688d966063a87e9104726ab443b4bb2..3cbdeb39c909914fec41ef2f85ef8a8cd2297c7f 100644 --- a/05HTMLEngine/obj/Debug/HTMLEngine.csproj.CoreCompileInputs.cache +++ b/05HTMLEngine/obj/Debug/HTMLEngine.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b57928ec7141251d966ec71722969d94b9ac9591 +013c689f6f919a46355ad359caeedce8a36bc8d1 diff --git a/06 UebgDiExceptions/06 UebgDiExceptions.csproj b/06 UebgDiExceptions/06 UebgDiExceptions.csproj new file mode 100644 index 0000000000000000000000000000000000000000..015e5d85b143e3dc4b063e2e1c48c581b835aab6 --- /dev/null +++ b/06 UebgDiExceptions/06 UebgDiExceptions.csproj @@ -0,0 +1,9 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>netcoreapp3.1</TargetFramework> + <RootNamespace>_06_UebgDiExceptions</RootNamespace> + </PropertyGroup> + +</Project> diff --git a/06 UebgDiExceptions/Program.cs b/06 UebgDiExceptions/Program.cs new file mode 100644 index 0000000000000000000000000000000000000000..3933fc69a811e0035939b2f07938a2100a5cf653 --- /dev/null +++ b/06 UebgDiExceptions/Program.cs @@ -0,0 +1,19 @@ +using System; + +namespace _06_UebgDiExceptions +{ + // Erstellen Sie eine Dummy-Methode Funktion1, die einen try-catch Block enthält und + // eine zweite Dummy-Methode Funktion2, die wiederum einen try-catch Block besitzt und + // eine Methode Funktion3, die bei ihrem Aufruf einen throw mit einer selbst + // erstellten Fehlerklasse zur Folge hat. Main ruft Funktion1, Funktion1 ruft Funktion2 + // und Funktion2 ruft Funktion3. + // Schreiben Sie entsprechende catch-Methoden, werfen Sie den Fehler weiter + // und stellen Sie sicher, dass das Programm unter keinen Umständen beendet wird! + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } + } +} diff --git a/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.deps.json b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.deps.json new file mode 100644 index 0000000000000000000000000000000000000000..1593e0391e7d75c86dc2141ad3a82b308218fc06 --- /dev/null +++ b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "06 UebgDiExceptions/1.0.0": { + "runtime": { + "06 UebgDiExceptions.dll": {} + } + } + } + }, + "libraries": { + "06 UebgDiExceptions/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.dll b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.dll new file mode 100644 index 0000000000000000000000000000000000000000..dfdec278c8ac4837384b5dfe2a065a7d05aac99e Binary files /dev/null and b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.dll differ diff --git a/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.exe b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.exe new file mode 100644 index 0000000000000000000000000000000000000000..e1e11014cf0586a279c2d9b9e87df611aa4fe7f2 Binary files /dev/null and b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.exe differ diff --git a/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.pdb b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.pdb new file mode 100644 index 0000000000000000000000000000000000000000..d9107d37c51bede768513d0c534141d97d351369 Binary files /dev/null and b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.pdb differ diff --git a/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.runtimeconfig.dev.json b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.runtimeconfig.dev.json new file mode 100644 index 0000000000000000000000000000000000000000..3becea41545888f98131d88ad51766e8ddde3bce --- /dev/null +++ b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\wienkop\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\wienkop\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.runtimeconfig.json b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.runtimeconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..bc456d7868bb54ec1809da30e339cd43f0a8a09c --- /dev/null +++ b/06 UebgDiExceptions/bin/Debug/netcoreapp3.1/06 UebgDiExceptions.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "3.1.0" + } + } +} \ No newline at end of file diff --git a/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.dgspec.json b/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.dgspec.json new file mode 100644 index 0000000000000000000000000000000000000000..b0692eb69b0dc48a7c90372d1e4dd2c7d8af9aec --- /dev/null +++ b/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj": {} + }, + "projects": { + "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj", + "projectName": "06 UebgDiExceptions", + "projectPath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj", + "packagesPath": "C:\\Users\\wienkop\\.nuget\\packages\\", + "outputPath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\wienkop\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[3.1.2, 3.1.2]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.g.props b/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.g.props new file mode 100644 index 0000000000000000000000000000000000000000..71e2560680d6cba0b1c8f0e4f5c188f730659b86 --- /dev/null +++ b/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.g.props @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\wienkop\.nuget\packages\</NuGetPackageFolders> + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion> + </PropertyGroup> + <PropertyGroup> + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> + </PropertyGroup> +</Project> \ No newline at end of file diff --git a/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.g.targets b/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.g.targets new file mode 100644 index 0000000000000000000000000000000000000000..53cfaa19b16f3769b2bfc33db3b5c0053c16fdba --- /dev/null +++ b/06 UebgDiExceptions/obj/06 UebgDiExceptions.csproj.nuget.g.targets @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> + </PropertyGroup> +</Project> \ No newline at end of file diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..ad8dfe1a6310302587a2d0c0111d81b250eb4105 --- /dev/null +++ b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.AssemblyInfo.cs b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.AssemblyInfo.cs new file mode 100644 index 0000000000000000000000000000000000000000..38ba871759422ad15ea11eb63e955260bdfe2999 --- /dev/null +++ b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// </auto-generated> +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("06 UebgDiExceptions")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("06 UebgDiExceptions")] +[assembly: System.Reflection.AssemblyTitleAttribute("06 UebgDiExceptions")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.AssemblyInfoInputs.cache b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.AssemblyInfoInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..c69fa54099af615b5de6b2c5c996320bd011ba72 --- /dev/null +++ b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3e4181e00f206cad8d5b7bd23513b4c39872f0bc diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.assets.cache b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..5419d883ff47448675e64199743a6fae9cee568c Binary files /dev/null and b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.assets.cache differ diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.csproj.CoreCompileInputs.cache b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..5ca1217d3cd1be6f05d6bf7eeb80264766c80f49 --- /dev/null +++ b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +439cc4f2af4c1f18fcfbd9afbfea239181ff5c1b diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.csproj.FileListAbsolute.txt b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.csproj.FileListAbsolute.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ba6c1504e75ef666d7355f1c73029d990e50020 --- /dev/null +++ b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.csproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\bin\Debug\netcoreapp3.1\06 UebgDiExceptions.exe +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\bin\Debug\netcoreapp3.1\06 UebgDiExceptions.deps.json +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\bin\Debug\netcoreapp3.1\06 UebgDiExceptions.runtimeconfig.json +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\bin\Debug\netcoreapp3.1\06 UebgDiExceptions.runtimeconfig.dev.json +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\bin\Debug\netcoreapp3.1\06 UebgDiExceptions.dll +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\bin\Debug\netcoreapp3.1\06 UebgDiExceptions.pdb +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\obj\Debug\netcoreapp3.1\06 UebgDiExceptions.AssemblyInfoInputs.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\obj\Debug\netcoreapp3.1\06 UebgDiExceptions.AssemblyInfo.cs +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\obj\Debug\netcoreapp3.1\06 UebgDiExceptions.csproj.CoreCompileInputs.cache +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\obj\Debug\netcoreapp3.1\06 UebgDiExceptions.dll +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\obj\Debug\netcoreapp3.1\06 UebgDiExceptions.pdb +C:\Users\wienkop\source\repos\prog2-ss2020-wienkop\06 UebgDiExceptions\obj\Debug\netcoreapp3.1\06 UebgDiExceptions.genruntimeconfig.cache diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.dll b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.dll new file mode 100644 index 0000000000000000000000000000000000000000..dfdec278c8ac4837384b5dfe2a065a7d05aac99e Binary files /dev/null and b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.dll differ diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.exe b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.exe new file mode 100644 index 0000000000000000000000000000000000000000..e1e11014cf0586a279c2d9b9e87df611aa4fe7f2 Binary files /dev/null and b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.exe differ diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.genruntimeconfig.cache b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.genruntimeconfig.cache new file mode 100644 index 0000000000000000000000000000000000000000..34bedab819ef1631d37d6e87ef9a716c545a105e --- /dev/null +++ b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.genruntimeconfig.cache @@ -0,0 +1 @@ +86c8e15dd33445635927cfaf398408205fd11473 diff --git a/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.pdb b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.pdb new file mode 100644 index 0000000000000000000000000000000000000000..d9107d37c51bede768513d0c534141d97d351369 Binary files /dev/null and b/06 UebgDiExceptions/obj/Debug/netcoreapp3.1/06 UebgDiExceptions.pdb differ diff --git a/06 UebgDiExceptions/obj/project.assets.json b/06 UebgDiExceptions/obj/project.assets.json new file mode 100644 index 0000000000000000000000000000000000000000..4b5196a9545adaecaad47d5d2c1e53dfa4035ff2 --- /dev/null +++ b/06 UebgDiExceptions/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\wienkop\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj", + "projectName": "06 UebgDiExceptions", + "projectPath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj", + "packagesPath": "C:\\Users\\wienkop\\.nuget\\packages\\", + "outputPath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\wienkop\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[3.1.2, 3.1.2]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/06 UebgDiExceptions/obj/project.nuget.cache b/06 UebgDiExceptions/obj/project.nuget.cache new file mode 100644 index 0000000000000000000000000000000000000000..9ec7807a7219e72ded57000bd03d5b7a4d1dc223 --- /dev/null +++ b/06 UebgDiExceptions/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "RbMF2dl3Nptt9cokdnLjy3sYUAHPc5kV4kkBGtPfx0eb8Qu2m9LEofUm+MwsIBdHiD5++SePdCcb/J97GrlqdA==", + "success": true, + "projectFilePath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\06 UebgDiExceptions\\06 UebgDiExceptions.csproj", + "expectedPackageFiles": [ + "C:\\Users\\wienkop\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\3.1.2\\microsoft.aspnetcore.app.ref.3.1.2.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.dll b/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.dll index 85b572f5bcd3b04448034957d43a180dcc098e77..f26342668538b477f50663f639ec1ffd56f777f2 100644 Binary files a/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.dll and b/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.dll differ diff --git a/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.exe b/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.exe index dc77bfe0697f0201207f7724435c0d310ca5009a..1df8f0e949e62a92aad1f09ee1b4d43931891c4a 100644 Binary files a/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.exe and b/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.exe differ diff --git a/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.pdb b/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.pdb index 25180e430e551c2505712008bc5cb799696487ec..9dcd57eb02304fcb23ddc75288bbf4a768bf6215 100644 Binary files a/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.pdb and b/06Exceptions_Threads/bin/Debug/netcoreapp3.1/06Exceptions_Threads.pdb differ diff --git a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.csproj.CoreCompileInputs.cache b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.csproj.CoreCompileInputs.cache index 866b744e18d17bd43f4fc4b66cbb3dbc817b1992..21565fdb84e85e244913c963b44a2a9b6f0c83f1 100644 --- a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.csproj.CoreCompileInputs.cache +++ b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c0523642d3f3714f80c0cf31b3f8720f51a0bc09 +e665818b2d0fce5e979075b8a2ea09b551a52616 diff --git a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.dll b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.dll index 85b572f5bcd3b04448034957d43a180dcc098e77..f26342668538b477f50663f639ec1ffd56f777f2 100644 Binary files a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.dll and b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.dll differ diff --git a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.exe b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.exe index dc77bfe0697f0201207f7724435c0d310ca5009a..1df8f0e949e62a92aad1f09ee1b4d43931891c4a 100644 Binary files a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.exe and b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.exe differ diff --git a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.pdb b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.pdb index 25180e430e551c2505712008bc5cb799696487ec..9dcd57eb02304fcb23ddc75288bbf4a768bf6215 100644 Binary files a/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.pdb and b/06Exceptions_Threads/obj/Debug/netcoreapp3.1/06Exceptions_Threads.pdb differ diff --git a/prog2-ss2020-wienkop.sln b/prog2-ss2020-wienkop.sln index 8f2852d45b07147807174a1eeb62cea2735c67bb..9ae27d4361b7031caf7ae9b0390b78f613ec27b8 100644 --- a/prog2-ss2020-wienkop.sln +++ b/prog2-ss2020-wienkop.sln @@ -70,6 +70,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "06Exceptions_Threads", "06E EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "06WPF_Ausnahmen", "06WPF_Ausnahmen\06WPF_Ausnahmen.csproj", "{1F9AC3B4-A182-4E5F-BEB7-8D98B2B99E98}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "06 UebgDiExceptions", "06 UebgDiExceptions\06 UebgDiExceptions.csproj", "{FEBCFEA1-9AD3-4202-A6B2-46CBC799A87A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -200,6 +202,10 @@ Global {1F9AC3B4-A182-4E5F-BEB7-8D98B2B99E98}.Debug|Any CPU.Build.0 = Debug|Any CPU {1F9AC3B4-A182-4E5F-BEB7-8D98B2B99E98}.Release|Any CPU.ActiveCfg = Release|Any CPU {1F9AC3B4-A182-4E5F-BEB7-8D98B2B99E98}.Release|Any CPU.Build.0 = Release|Any CPU + {FEBCFEA1-9AD3-4202-A6B2-46CBC799A87A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEBCFEA1-9AD3-4202-A6B2-46CBC799A87A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEBCFEA1-9AD3-4202-A6B2-46CBC799A87A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEBCFEA1-9AD3-4202-A6B2-46CBC799A87A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE