From 041ad2fe5fa7f6be0cacf3e9d2d14a40a4669a1a Mon Sep 17 00:00:00 2001 From: gnomerd Date: Mon, 9 Dec 2019 11:11:50 +0100 Subject: [PATCH] Initial commit --- 2019/1/1.csproj | 9 + 2019/1/Program.cs | 12 + 2019/1/bin/Debug/netcoreapp2.2/1.deps.json | 23 + 2019/1/bin/Debug/netcoreapp2.2/1.dll | Bin 0 -> 4608 bytes 2019/1/bin/Debug/netcoreapp2.2/1.pdb | Bin 0 -> 504 bytes .../netcoreapp2.2/1.runtimeconfig.dev.json | 9 + .../Debug/netcoreapp2.2/1.runtimeconfig.json | 9 + 2019/1/input.txt | 100 +++ 2019/1/obj/1.csproj.nuget.cache | 5 + 2019/1/obj/1.csproj.nuget.dgspec.json | 60 ++ 2019/1/obj/1.csproj.nuget.g.props | 18 + 2019/1/obj/1.csproj.nuget.g.targets | 10 + .../obj/Debug/netcoreapp2.2/1.AssemblyInfo.cs | 23 + .../netcoreapp2.2/1.AssemblyInfoInputs.cache | 1 + 2019/1/obj/Debug/netcoreapp2.2/1.assets.cache | Bin 0 -> 20701 bytes .../1.csproj.CoreCompileInputs.cache | 1 + .../1.csproj.FileListAbsolute.txt | 11 + .../1.csprojAssemblyReference.cache | Bin 0 -> 102817 bytes 2019/1/obj/Debug/netcoreapp2.2/1.dll | Bin 0 -> 4608 bytes 2019/1/obj/Debug/netcoreapp2.2/1.pdb | Bin 0 -> 504 bytes 2019/1/obj/project.assets.json | 744 ++++++++++++++++++ 21 files changed, 1035 insertions(+) create mode 100644 2019/1/1.csproj create mode 100644 2019/1/Program.cs create mode 100644 2019/1/bin/Debug/netcoreapp2.2/1.deps.json create mode 100644 2019/1/bin/Debug/netcoreapp2.2/1.dll create mode 100644 2019/1/bin/Debug/netcoreapp2.2/1.pdb create mode 100644 2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.dev.json create mode 100644 2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.json create mode 100644 2019/1/input.txt create mode 100644 2019/1/obj/1.csproj.nuget.cache create mode 100644 2019/1/obj/1.csproj.nuget.dgspec.json create mode 100644 2019/1/obj/1.csproj.nuget.g.props create mode 100644 2019/1/obj/1.csproj.nuget.g.targets create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfo.cs create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfoInputs.cache create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.assets.cache create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.csproj.CoreCompileInputs.cache create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.csproj.FileListAbsolute.txt create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.csprojAssemblyReference.cache create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.dll create mode 100644 2019/1/obj/Debug/netcoreapp2.2/1.pdb create mode 100644 2019/1/obj/project.assets.json diff --git a/2019/1/1.csproj b/2019/1/1.csproj new file mode 100644 index 0000000..fee4499 --- /dev/null +++ b/2019/1/1.csproj @@ -0,0 +1,9 @@ + + + + Exe + netcoreapp2.2 + _1 + + + diff --git a/2019/1/Program.cs b/2019/1/Program.cs new file mode 100644 index 0000000..074ff45 --- /dev/null +++ b/2019/1/Program.cs @@ -0,0 +1,12 @@ +using System; +using System.IO; + +namespace _1 +{ + class Program { + static void Main(string[] args) { + string input = System.IO.File.ReadAllText(@"./input.txt"); + Console.Write(input); + } + } +} diff --git a/2019/1/bin/Debug/netcoreapp2.2/1.deps.json b/2019/1/bin/Debug/netcoreapp2.2/1.deps.json new file mode 100644 index 0000000..1a1cf23 --- /dev/null +++ b/2019/1/bin/Debug/netcoreapp2.2/1.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "da39a3ee5e6b4b0d3255bfef95601890afd80709" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "1/1.0.0": { + "runtime": { + "1.dll": {} + } + } + } + }, + "libraries": { + "1/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/2019/1/bin/Debug/netcoreapp2.2/1.dll b/2019/1/bin/Debug/netcoreapp2.2/1.dll new file mode 100644 index 0000000000000000000000000000000000000000..56dd0249dc450b83847e98461bcd1347770b1c9a GIT binary patch literal 4608 zcmeHKU2GiH6+YvijkCeqSOF453zKzHOi9MOwh4)`ll5PcEwR^lH%0|Z@$BsNddTd| zGIw^ds|xbK&kGMhyZ{dsJitS!)TlpFl(uRmDk0HEqz`?pRH+h3yZ{vfi3h@W?#y`C zc8cIRz0N&z&(A%7_wG42vyWe-P9o~Uym5o*3cfsY3Vu7d0Cwu$t10^3&TIRxXlJhN zFRj{AulrurH*30Ox~>=KWuf~GSGQe#x=_?>UPTzay~zWS>iHR>Gg>E&9QxN6v9*6w zns#X!q8?CqV!Z!j039=j$w0@aBlH_9;B^kO zn-^QgGSO`yy>XDJw1xGpsJ`L466*nex^06Ih_wLt^#lNTD$dAnU~1?@%Z4v~i!t^s zhsp9u%(jsO$MA*YL6Ci=WlYwE(A!6jXtEvW^(D?L2K&|lBfrpz4#1WM9Fwhmudyei z(e2oQy?x{Z)(3XM;bdX}o+arg>5hS3wSdfI@u!oTvK0E=95FJ+aAr7rj7@fv1NcX% z=zoT20P)<0*OpphpzF2zUo|T?lgq*P_8*cEQ&$ zdpHs3;nAg{Q%lgEiE=hw^tOw;+FQt)-ft~Pun*HSX&)#|pRhzr6o*VIb3__4?HJ~Cki+Zn9D zbk|#qC<}@n*k#+XgEnrI$VkYD+{JH;vPQ*m2zI!P#~IES430hAMYE>u#+(JQ;s}d_ zCc_FmKc-LHX4Um%U|TXK#m2%|gAL>SFb+w(efk7)4wfD_S|MycG+FvNV**9$U&TdF3aU zl+#PD2rPtc*6Rp%DQna#Wh$PY7<%vsMcT)`NIN1p_>cV;kGOlE_}hoiz8Cy5>N@P+ z6<+JS+CJj$6mrfX%QI_2-MyM*+d|#ckbC1G>ACGH{!jTH8R$?wRL3i7A9l^-yLoe1 zosZsx&T?CXK?&tox3Sc3M>W=qIdoRO*wLtWj9|4$MLGvKLkn2t@j{yeo(DV`zSihZ zU7vg%-uy_H`V|nJi1ctbjX4pCrWI`wea?p-8}ADNoi44Ar$i1A?<#?7f-1o`QCVzo z-AKjduIo^$!KVOHT!pGP(ex`NlcD%;gvwasU8TC<6!g_lz1YS&A~Jyqr5`1M4k?+~ zyJ>JFdN13mZ}Np@GbmQthW$mz`jBq;!d84lM^!E+5Wj@aHDug@w>s|7=B%{#aBlEsoFe)d=M|4n{_y9q6Kgd`Z-z~N zJdH}6)`g22i1sv|K3h6@_-I;}f$3IE$8*JadR@r$iQ~P=-sG4WJu7smaOHTq;k%>K zS`{@@9fQB&58W;U(YOxIo!GKf2evIk|lzM(8%K@~>t-sBUvinQ*c zos6ev*U@_%+fq*k0|hxf7-|Uoh79;s@*VvdN~?XaErr#<<7qv@LGi^?4frW4^S<50 zOQ0&`chou@Yt=DYdQi%(1~=6+qA48RVK|;PW!`Oi=Y^lv8}@{S#{tr~VmeYpK`AAJ pH}NKReQ=ZSV}lz>fWX*bd_u?L6Tij3diZ~@zaP29^KgrX{|#@;p|k)1 literal 0 HcmV?d00001 diff --git a/2019/1/bin/Debug/netcoreapp2.2/1.pdb b/2019/1/bin/Debug/netcoreapp2.2/1.pdb new file mode 100644 index 0000000000000000000000000000000000000000..5c33eddc7fe57cc189d93d7bf00f083f98c0d9f6 GIT binary patch literal 504 zcmZSHwe-u1*-go`1 zz{ATn`FU>jZC?sh!saf@#J~xZ2eKLXfS3u2L3~~y<^p068-$sG7zBW7KwKbL51|-Z zzyct>$ZA1scc6$rPzNJJ0az^~&=go0h(L8i3}a*v0^6M#ErBrkFKBk` z5EOQ5?=I(SoxVowM^d2uG4{)X6M`8I_%CK!xFRUN^ytKWu3L5}Of7sGw3mS`xU#q; zHJ1}Y>3RCIFfuZ7FgaWCy5?ji76%mNrxzvW7V{*gl%?jCWi_J;BJX Y%*bHHPx# literal 0 HcmV?d00001 diff --git a/2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.dev.json b/2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.dev.json new file mode 100644 index 0000000..dc3b903 --- /dev/null +++ b/2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\elias.almqvist\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\elias.almqvist\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.json b/2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.json new file mode 100644 index 0000000..49dbda4 --- /dev/null +++ b/2019/1/bin/Debug/netcoreapp2.2/1.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/2019/1/input.txt b/2019/1/input.txt new file mode 100644 index 0000000..e7f7cdb --- /dev/null +++ b/2019/1/input.txt @@ -0,0 +1,100 @@ +90859 +127415 +52948 +92106 +106899 +72189 +60084 +79642 +138828 +103609 +149073 +127749 +86976 +104261 +139341 +81414 +102622 +131030 +120878 +96809 +130331 +119212 +52317 +108990 +136871 +67279 +76541 +113254 +77739 +75027 +53863 +97732 +65646 +87851 +63712 +92660 +131821 +127837 +52363 +70349 +66110 +132249 +50319 +125948 +98360 +137675 +61957 +143540 +137402 +135774 +51376 +144833 +118646 +128136 +141140 +82856 +63345 +143617 +79733 +73449 +116126 +73591 +63899 +110409 +79602 +77485 +64050 +131760 +90509 +112728 +55181 +55329 +98597 +126579 +108227 +80707 +92962 +90396 +123775 +125248 +128814 +64593 +63108 +76486 +107135 +111064 +142569 +68579 +149006 +52258 +143477 +131889 +142506 +146732 +58663 +92013 +62410 +71035 +51208 +66372 \ No newline at end of file diff --git a/2019/1/obj/1.csproj.nuget.cache b/2019/1/obj/1.csproj.nuget.cache new file mode 100644 index 0000000..c1f270c --- /dev/null +++ b/2019/1/obj/1.csproj.nuget.cache @@ -0,0 +1,5 @@ +{ + "version": 1, + "dgSpecHash": "hlP5W6uik5AKYzYaqydZAtN7NpaAPiJYwaOzkFjRdruhszdT5w4zqaLwJjvuIEXxtFqMdTLHu3+MLKgFJvjKbQ==", + "success": true +} \ No newline at end of file diff --git a/2019/1/obj/1.csproj.nuget.dgspec.json b/2019/1/obj/1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8b64e63 --- /dev/null +++ b/2019/1/obj/1.csproj.nuget.dgspec.json @@ -0,0 +1,60 @@ +{ + "format": 1, + "restore": { + "C:\\EliasPrograms\\adventofcode\\2019\\1\\1.csproj": {} + }, + "projects": { + "C:\\EliasPrograms\\adventofcode\\2019\\1\\1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\EliasPrograms\\adventofcode\\2019\\1\\1.csproj", + "projectName": "1", + "projectPath": "C:\\EliasPrograms\\adventofcode\\2019\\1\\1.csproj", + "packagesPath": "C:\\Users\\elias.almqvist\\.nuget\\packages\\", + "outputPath": "C:\\EliasPrograms\\adventofcode\\2019\\1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\elias.almqvist\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.2" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.2": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.2": { + "dependencies": { + "Microsoft.NETCore.App": { + "suppressParent": "All", + "target": "Package", + "version": "[2.2.0, )", + "autoReferenced": true + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } + } +} \ No newline at end of file diff --git a/2019/1/obj/1.csproj.nuget.g.props b/2019/1/obj/1.csproj.nuget.g.props new file mode 100644 index 0000000..1523cbb --- /dev/null +++ b/2019/1/obj/1.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\elias.almqvist\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 5.2.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/2019/1/obj/1.csproj.nuget.g.targets b/2019/1/obj/1.csproj.nuget.g.targets new file mode 100644 index 0000000..cfeba20 --- /dev/null +++ b/2019/1/obj/1.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfo.cs b/2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfo.cs new file mode 100644 index 0000000..1836564 --- /dev/null +++ b/2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("1")] +[assembly: System.Reflection.AssemblyTitleAttribute("1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfoInputs.cache b/2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..b21a836 --- /dev/null +++ b/2019/1/obj/Debug/netcoreapp2.2/1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ac4f8c4cf7e8e10230312adcd0d9df91bfc721e4 diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.assets.cache b/2019/1/obj/Debug/netcoreapp2.2/1.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..058720c327c55be860c92bc048175f92b0a23e72 GIT binary patch literal 20701 zcmd5^O>Y}T7;X!k5F9{UIC0^+s)9Ix1X5}zsUc2H>?RfRfywUJo@RGvJ3E`irF?@B z5~v4mNO0!@2lxT}5YGGoxWR#U*1PuF%DdZ(A16{8%e9mz&-?wgy?6JvZ(O@}?eWXs z{rlY8um1hh&*=w${Gab>~noDqQ(MP#s@PGdHde7+Ipnj^|r8^JZ0CX$@# znKV`!&K%dA2^7JurI(C=QT#KIYluf`oSEDRIa)BWm!y+wKBz<>J}9YVB!Y3)&h=2( zk0Kp&KrmF~Ko}}8Nk?0Waja9T{5%n|M);P^%^pJZqY9}lPqHy5BaoL{!ZW9h6dVYszUm@kn!|t-1Os{BIQ)m7l&$S*5~cvQG@TXSw|Mal zs4zP=iXvx@Y+q5)M%gweM!YEwv<_Jzf>Qsg6my#Dtq`y44wQ;nkM$wOff{k{Ks4ux zn5?5+;9&yY1%{MqEU35T9cHmr5o`G%Mcxbbi7Q)YIblnLG7bda6!{F}kCsvGT#yHH z;e@q%O#Zx#icum=w$!=f(#FJ4I3r%XTSnVZaV{EE9Ijw;X+RN#8LBV=cLmn_Dsjj- zt}s>M3MPghkP9F%6R4ER!lyMH z^NOb^av1fULVo|giXV787iCmsRRv?$Ihvj@G!>=pIYSI4T;)*S%cPmsO@c6;svHZ$ zhK8ug%wRZ)VEo8|wBBuN*)cc9U`iBCJpvpjU7=W8!Nfqv$$^OEp`=Kdxp5b#DVX#( z$0O~zHm5GDGf{2#A1A3^O?Lw0)f_X;d1VIiDGtk_e2~eMZ+hd9^d;>fC_Cje7w292 z(wr$@_O#-cA~2&GC!xOfPbDuPOkUuC9LtkdsA?8PK&4}W<+c>Gv9(xb;q(Tl!9);s z`!84x##D<1J*C>ziwx)Vh@27R$%SWKBd>$&$rQP(<;yub`{#b8c*!G zbpLWL88h=(1;!{A#w%CBG)@*Ule-F}uCyX>Yav&KqvjMDG+(HYQ0-Y-l2>n zKObmu@G!lM5?!;Yfx<{JGQTb2pr)1oJyv!dx@9mrnTxJq?FqUqk2edH&O!oxo|aN( zycejHEK#ho$)LhiOC_j%UFT6jo~uy)gN8Bz?72wo^Sg&x{=1tu7|9;k;R)#Ypp@J) zymwN*9lKH9u1=CwXxTDv_ae5d4$9dtg~j*=%raT2VGIaNM4WeOTcJ=9YjhypUZ644 z#JXG0WHR-(!?C7r@`Q&6N=Yw=*Gkzb8t5MBa$GyHuY;N)$wp<`?5{w%&E?$Pd;R7c zExP_uBjwXJ3TqdbGV;)LzMuK5uy#WBD_Sd7kKk}^7wic`8V&Cg2qwa+JIn5~5+ zJPb3KfyR*tGdai-{zw9&wJrg3JC1j)3Tu{;FuMvh*&wFfP&8{fM}kSyT_31!0T<)$ z9g5kEtA2)qIZbtFmb+z)^-Y&nc5 zY!VVqeF;#h!F+ar@w1K_MmQ75QX2Ei*L>Vicz5@pAMVe;zurGTO6eJUp<;U;YbGG3 zy;@6SU18YgXVKI9YQLVQ|9w7xl3t3anso#3U#V*w9#1}*mxL3;Y!i`5SmPpWt( Hf3V>H9t$Q! literal 0 HcmV?d00001 diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.csproj.CoreCompileInputs.cache b/2019/1/obj/Debug/netcoreapp2.2/1.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..37be0f6 --- /dev/null +++ b/2019/1/obj/Debug/netcoreapp2.2/1.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +a0c542721ffe869da855125f1caa280169a89d82 diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.csproj.FileListAbsolute.txt b/2019/1/obj/Debug/netcoreapp2.2/1.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..0024b19 --- /dev/null +++ b/2019/1/obj/Debug/netcoreapp2.2/1.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +C:\EliasPrograms\adventofcode\2019\1\bin\Debug\netcoreapp2.2\1.deps.json +C:\EliasPrograms\adventofcode\2019\1\bin\Debug\netcoreapp2.2\1.runtimeconfig.json +C:\EliasPrograms\adventofcode\2019\1\bin\Debug\netcoreapp2.2\1.runtimeconfig.dev.json +C:\EliasPrograms\adventofcode\2019\1\bin\Debug\netcoreapp2.2\1.dll +C:\EliasPrograms\adventofcode\2019\1\bin\Debug\netcoreapp2.2\1.pdb +C:\EliasPrograms\adventofcode\2019\1\obj\Debug\netcoreapp2.2\1.csprojAssemblyReference.cache +C:\EliasPrograms\adventofcode\2019\1\obj\Debug\netcoreapp2.2\1.csproj.CoreCompileInputs.cache +C:\EliasPrograms\adventofcode\2019\1\obj\Debug\netcoreapp2.2\1.AssemblyInfoInputs.cache +C:\EliasPrograms\adventofcode\2019\1\obj\Debug\netcoreapp2.2\1.AssemblyInfo.cs +C:\EliasPrograms\adventofcode\2019\1\obj\Debug\netcoreapp2.2\1.dll +C:\EliasPrograms\adventofcode\2019\1\obj\Debug\netcoreapp2.2\1.pdb diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.csprojAssemblyReference.cache b/2019/1/obj/Debug/netcoreapp2.2/1.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..204f3339defc599994b537bfc4e8faabed080319 GIT binary patch literal 102817 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 literal 0 HcmV?d00001 diff --git a/2019/1/obj/Debug/netcoreapp2.2/1.pdb b/2019/1/obj/Debug/netcoreapp2.2/1.pdb new file mode 100644 index 0000000000000000000000000000000000000000..5c33eddc7fe57cc189d93d7bf00f083f98c0d9f6 GIT binary patch literal 504 zcmZSHwe-u1*-go`1 zz{ATn`FU>jZC?sh!saf@#J~xZ2eKLXfS3u2L3~~y<^p068-$sG7zBW7KwKbL51|-Z zzyct>$ZA1scc6$rPzNJJ0az^~&=go0h(L8i3}a*v0^6M#ErBrkFKBk` z5EOQ5?=I(SoxVowM^d2uG4{)X6M`8I_%CK!xFRUN^ytKWu3L5}Of7sGw3mS`xU#q; zHJ1}Y>3RCIFfuZ7FgaWCy5?ji76%mNrxzvW7V{*gl%?jCWi_J;BJX Y%*bHHPx# literal 0 HcmV?d00001 diff --git a/2019/1/obj/project.assets.json b/2019/1/obj/project.assets.json new file mode 100644 index 0000000..f9d82d3 --- /dev/null +++ b/2019/1/obj/project.assets.json @@ -0,0 +1,744 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.2/Microsoft.NETCore.App.props": {}, + "build/netcoreapp2.2/Microsoft.NETCore.App.targets": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App/2.2.0": { + "sha512": "7z5l8Jp324S8bU8+yyWeYHXUFYvKyiI5lqS1dXgTzOx1H69Qbf6df12kCKlNX45LpMfCMd4U3M6p7Rl5Zk7SLA==", + "type": "package", + "path": "microsoft.netcore.app/2.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.2/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.2/Microsoft.NETCore.App.props", + "build/netcoreapp2.2/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.2.0.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp2.2/Microsoft.CSharp.dll", + "ref/netcoreapp2.2/Microsoft.CSharp.xml", + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.2/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.2/System.AppContext.dll", + "ref/netcoreapp2.2/System.Buffers.dll", + "ref/netcoreapp2.2/System.Buffers.xml", + "ref/netcoreapp2.2/System.Collections.Concurrent.dll", + "ref/netcoreapp2.2/System.Collections.Concurrent.xml", + "ref/netcoreapp2.2/System.Collections.Immutable.dll", + "ref/netcoreapp2.2/System.Collections.Immutable.xml", + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.2/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.2/System.Collections.Specialized.dll", + "ref/netcoreapp2.2/System.Collections.Specialized.xml", + "ref/netcoreapp2.2/System.Collections.dll", + "ref/netcoreapp2.2/System.Collections.xml", + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.2/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.2/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.2/System.ComponentModel.dll", + "ref/netcoreapp2.2/System.ComponentModel.xml", + "ref/netcoreapp2.2/System.Configuration.dll", + "ref/netcoreapp2.2/System.Console.dll", + "ref/netcoreapp2.2/System.Console.xml", + "ref/netcoreapp2.2/System.Core.dll", + "ref/netcoreapp2.2/System.Data.Common.dll", + "ref/netcoreapp2.2/System.Data.Common.xml", + "ref/netcoreapp2.2/System.Data.dll", + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.2/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.2/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.2/System.Diagnostics.Process.dll", + "ref/netcoreapp2.2/System.Diagnostics.Process.xml", + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.2/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.2/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.2/System.Drawing.Primitives.dll", + "ref/netcoreapp2.2/System.Drawing.Primitives.xml", + "ref/netcoreapp2.2/System.Drawing.dll", + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.2/System.Globalization.Calendars.dll", + "ref/netcoreapp2.2/System.Globalization.Extensions.dll", + "ref/netcoreapp2.2/System.Globalization.dll", + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll", + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.2/System.IO.Compression.dll", + "ref/netcoreapp2.2/System.IO.Compression.xml", + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.2/System.IO.FileSystem.dll", + "ref/netcoreapp2.2/System.IO.FileSystem.xml", + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.2/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.2/System.IO.Pipes.dll", + "ref/netcoreapp2.2/System.IO.Pipes.xml", + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.2/System.IO.dll", + "ref/netcoreapp2.2/System.Linq.Expressions.dll", + "ref/netcoreapp2.2/System.Linq.Expressions.xml", + "ref/netcoreapp2.2/System.Linq.Parallel.dll", + "ref/netcoreapp2.2/System.Linq.Parallel.xml", + "ref/netcoreapp2.2/System.Linq.Queryable.dll", + "ref/netcoreapp2.2/System.Linq.Queryable.xml", + "ref/netcoreapp2.2/System.Linq.dll", + "ref/netcoreapp2.2/System.Linq.xml", + "ref/netcoreapp2.2/System.Memory.dll", + "ref/netcoreapp2.2/System.Memory.xml", + "ref/netcoreapp2.2/System.Net.Http.dll", + "ref/netcoreapp2.2/System.Net.Http.xml", + "ref/netcoreapp2.2/System.Net.HttpListener.dll", + "ref/netcoreapp2.2/System.Net.HttpListener.xml", + "ref/netcoreapp2.2/System.Net.Mail.dll", + "ref/netcoreapp2.2/System.Net.Mail.xml", + "ref/netcoreapp2.2/System.Net.NameResolution.dll", + "ref/netcoreapp2.2/System.Net.NameResolution.xml", + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.2/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.2/System.Net.Ping.dll", + "ref/netcoreapp2.2/System.Net.Ping.xml", + "ref/netcoreapp2.2/System.Net.Primitives.dll", + "ref/netcoreapp2.2/System.Net.Primitives.xml", + "ref/netcoreapp2.2/System.Net.Requests.dll", + "ref/netcoreapp2.2/System.Net.Requests.xml", + "ref/netcoreapp2.2/System.Net.Security.dll", + "ref/netcoreapp2.2/System.Net.Security.xml", + "ref/netcoreapp2.2/System.Net.ServicePoint.dll", + "ref/netcoreapp2.2/System.Net.ServicePoint.xml", + "ref/netcoreapp2.2/System.Net.Sockets.dll", + "ref/netcoreapp2.2/System.Net.Sockets.xml", + "ref/netcoreapp2.2/System.Net.WebClient.dll", + "ref/netcoreapp2.2/System.Net.WebClient.xml", + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.2/System.Net.WebProxy.dll", + "ref/netcoreapp2.2/System.Net.WebProxy.xml", + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.2/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.2/System.Net.WebSockets.dll", + "ref/netcoreapp2.2/System.Net.WebSockets.xml", + "ref/netcoreapp2.2/System.Net.dll", + "ref/netcoreapp2.2/System.Numerics.Vectors.dll", + "ref/netcoreapp2.2/System.Numerics.Vectors.xml", + "ref/netcoreapp2.2/System.Numerics.dll", + "ref/netcoreapp2.2/System.ObjectModel.dll", + "ref/netcoreapp2.2/System.ObjectModel.xml", + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.2/System.Reflection.Emit.dll", + "ref/netcoreapp2.2/System.Reflection.Emit.xml", + "ref/netcoreapp2.2/System.Reflection.Extensions.dll", + "ref/netcoreapp2.2/System.Reflection.Metadata.dll", + "ref/netcoreapp2.2/System.Reflection.Metadata.xml", + "ref/netcoreapp2.2/System.Reflection.Primitives.dll", + "ref/netcoreapp2.2/System.Reflection.Primitives.xml", + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.2/System.Reflection.dll", + "ref/netcoreapp2.2/System.Resources.Reader.dll", + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.2/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.2/System.Resources.Writer.dll", + "ref/netcoreapp2.2/System.Resources.Writer.xml", + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.2/System.Runtime.Extensions.dll", + "ref/netcoreapp2.2/System.Runtime.Extensions.xml", + "ref/netcoreapp2.2/System.Runtime.Handles.dll", + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.2/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.2/System.Runtime.Loader.dll", + "ref/netcoreapp2.2/System.Runtime.Loader.xml", + "ref/netcoreapp2.2/System.Runtime.Numerics.dll", + "ref/netcoreapp2.2/System.Runtime.Numerics.xml", + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.2/System.Runtime.Serialization.dll", + "ref/netcoreapp2.2/System.Runtime.dll", + "ref/netcoreapp2.2/System.Runtime.xml", + "ref/netcoreapp2.2/System.Security.Claims.dll", + "ref/netcoreapp2.2/System.Security.Claims.xml", + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.2/System.Security.Principal.dll", + "ref/netcoreapp2.2/System.Security.Principal.xml", + "ref/netcoreapp2.2/System.Security.SecureString.dll", + "ref/netcoreapp2.2/System.Security.dll", + "ref/netcoreapp2.2/System.ServiceModel.Web.dll", + "ref/netcoreapp2.2/System.ServiceProcess.dll", + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.2/System.Text.Encoding.dll", + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.2/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.2/System.Threading.Overlapped.dll", + "ref/netcoreapp2.2/System.Threading.Overlapped.xml", + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.2/System.Threading.Tasks.dll", + "ref/netcoreapp2.2/System.Threading.Tasks.xml", + "ref/netcoreapp2.2/System.Threading.Thread.dll", + "ref/netcoreapp2.2/System.Threading.Thread.xml", + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.2/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.2/System.Threading.Timer.dll", + "ref/netcoreapp2.2/System.Threading.Timer.xml", + "ref/netcoreapp2.2/System.Threading.dll", + "ref/netcoreapp2.2/System.Threading.xml", + "ref/netcoreapp2.2/System.Transactions.Local.dll", + "ref/netcoreapp2.2/System.Transactions.Local.xml", + "ref/netcoreapp2.2/System.Transactions.dll", + "ref/netcoreapp2.2/System.ValueTuple.dll", + "ref/netcoreapp2.2/System.Web.HttpUtility.dll", + "ref/netcoreapp2.2/System.Web.HttpUtility.xml", + "ref/netcoreapp2.2/System.Web.dll", + "ref/netcoreapp2.2/System.Windows.dll", + "ref/netcoreapp2.2/System.Xml.Linq.dll", + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.2/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.2/System.Xml.Serialization.dll", + "ref/netcoreapp2.2/System.Xml.XDocument.dll", + "ref/netcoreapp2.2/System.Xml.XDocument.xml", + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.2/System.Xml.XPath.dll", + "ref/netcoreapp2.2/System.Xml.XPath.xml", + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.2/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.2/System.Xml.dll", + "ref/netcoreapp2.2/System.dll", + "ref/netcoreapp2.2/WindowsBase.dll", + "ref/netcoreapp2.2/mscorlib.dll", + "ref/netcoreapp2.2/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "sha512": "DrhaKInRKKvN6Ns2VNIlC7ZffLOp9THf8cO6X4fytPRJovJUbF49/zzx4WfgX9E44FMsw9hT8hrKiIqDSHvGvA==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "sha512": "FJie7IoPZFaPgNDxhZGmDBQP/Bs5vPdfca/G2Wf9gd6LIvMYkZcibtmJwB4tcf4KXkaOYfIOo4Cl9sEPMsSzkw==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "sha512": "spDm3AJYmebthDNhzY17YLPtvbc+Y1lCLVeiIH1uLJ/hZaM+40pBiPefFR8J1u66Ndkqi8ipR2tEbqPnYnjRhw==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "sha512": "T/J+XZo+YheFTJh8/4uoeJDdz5qOmOMkjg6/VL8mHJ9AnP8+fmV/kcbxeXsob0irRNiChf+V0ig1MCRLp/+Kog==", + "type": "package", + "path": "microsoft.netcore.platforms/2.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.2.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/2.0.0": { + "sha512": "odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "type": "package", + "path": "microsoft.netcore.targets/2.0.0", + "files": [ + ".nupkg.metadata", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.2.0.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "NETStandard.Library/2.0.3": { + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "type": "package", + "path": "netstandard.library/2.0.3", + "files": [ + ".nupkg.metadata", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.3.nupkg.sha512", + "netstandard.library.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v2.2": [ + "Microsoft.NETCore.App >= 2.2.0" + ] + }, + "packageFolders": { + "C:\\Users\\elias.almqvist\\.nuget\\packages\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\EliasPrograms\\adventofcode\\2019\\1\\1.csproj", + "projectName": "1", + "projectPath": "C:\\EliasPrograms\\adventofcode\\2019\\1\\1.csproj", + "packagesPath": "C:\\Users\\elias.almqvist\\.nuget\\packages\\", + "outputPath": "C:\\EliasPrograms\\adventofcode\\2019\\1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\elias.almqvist\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.2" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.2": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.2": { + "dependencies": { + "Microsoft.NETCore.App": { + "suppressParent": "All", + "target": "Package", + "version": "[2.2.0, )", + "autoReferenced": true + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } +} \ No newline at end of file