diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 1ff0c42..0000000 --- a/.gitattributes +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# Set default behavior to automatically normalize line endings. -############################################################################### -* text=auto - -############################################################################### -# Set default behavior for command prompt diff. -# -# This is need for earlier builds of msysgit that does not have it on by -# default for csharp files. -# Note: This is only used by command line -############################################################################### -#*.cs diff=csharp - -############################################################################### -# Set the merge driver for project and solution files -# -# Merging from the command prompt will add diff markers to the files if there -# are conflicts (Merging from VS is not affected by the settings below, in VS -# the diff markers are never inserted). Diff markers may cause the following -# file extensions to fail to load in VS. An alternative would be to treat -# these files as binary and thus will always conflict and require user -# intervention with every merge. To do so, just uncomment the entries below -############################################################################### -#*.sln merge=binary -#*.csproj merge=binary -#*.vbproj merge=binary -#*.vcxproj merge=binary -#*.vcproj merge=binary -#*.dbproj merge=binary -#*.fsproj merge=binary -#*.lsproj merge=binary -#*.wixproj merge=binary -#*.modelproj merge=binary -#*.sqlproj merge=binary -#*.wwaproj merge=binary - -############################################################################### -# behavior for image files -# -# image files are treated as binary by default. -############################################################################### -#*.jpg binary -#*.png binary -#*.gif binary - -############################################################################### -# diff behavior for common document formats -# -# Convert binary document formats to text before diffing them. This feature -# is only available from the command line. Turn it on by uncommenting the -# entries below. -############################################################################### -#*.doc diff=astextplain -#*.DOC diff=astextplain -#*.docx diff=astextplain -#*.DOCX diff=astextplain -#*.dot diff=astextplain -#*.DOT diff=astextplain -#*.pdf diff=astextplain -#*.PDF diff=astextplain -#*.rtf diff=astextplain -#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1c9a181..0000000 --- a/.gitignore +++ /dev/null @@ -1,242 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -[Xx]64/ -[Xx]86/ -[Bb]uild/ -bld/ -[Bb]in/ -[Oo]bj/ - -# Visual Studio 2015 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# DNX -project.lock.json -artifacts/ - -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding add-in -.JustCode - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml - -# TODO: Un-comment the next line if you do not want to checkin -# your web deploy settings because they may include unencrypted -# passwords -#*.pubxml -*.publishproj - -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config -# NuGet v3's project.json files produces more ignoreable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directory -AppPackages/ -BundleArtifacts/ - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!*.[Cc]ache/ - -# Others -ClientBin/ -[Ss]tyle[Cc]op.* -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.pfx -*.publishsettings -node_modules/ -orleans.codegen.cs - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm - -# SQL Server files -*.mdf -*.ldf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# LightSwitch generated files -GeneratedArtifacts/ -ModelManifest.xml - -# Paket dependency manager -.paket/paket.exe - -# FAKE - F# Make -.fake/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index aed3225..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/.idea.OneDriveArchiver/.idea/workspace.xml diff --git a/.idea/.idea.OneDriveArchiver/.idea/contentModel.xml b/.idea/.idea.OneDriveArchiver/.idea/contentModel.xml index 803d57c..143cd98 100644 --- a/.idea/.idea.OneDriveArchiver/.idea/contentModel.xml +++ b/.idea/.idea.OneDriveArchiver/.idea/contentModel.xml @@ -1,19 +1,21 @@ - - - + + + - - + + + + + + + - - - diff --git a/.idea/.idea.OneDriveArchiver/.idea/encodings.xml b/.idea/.idea.OneDriveArchiver/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.OneDriveArchiver/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.OneDriveArchiver/.idea/vcs.xml b/.idea/.idea.OneDriveArchiver/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/.idea.OneDriveArchiver/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/.idea.OneDriveArchiver/.idea/workspace.xml b/.idea/.idea.OneDriveArchiver/.idea/workspace.xml new file mode 100644 index 0000000..d9a9cd8 --- /dev/null +++ b/.idea/.idea.OneDriveArchiver/.idea/workspace.xml @@ -0,0 +1,168 @@ + + + + OneDriveArchiver/OneDriveArchiver.csproj + + + + + + + + + + + + + + + + + + + + + 1597346163496 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + file://$PROJECT_DIR$/OneDriveArchiver/Program.cs + 15 + + + + + + + + + + + \ No newline at end of file diff --git a/OneDriveArchiver.sln b/OneDriveArchiver.sln index 083ac7a..7406c02 100644 --- a/OneDriveArchiver.sln +++ b/OneDriveArchiver.sln @@ -1,9 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneDriveArchiver", "OneDriveArchiver\OneDriveArchiver.csproj", "{92B729E9-710C-4FF6-90F6-C9100AD974C8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneDriveArchiver", "OneDriveArchiver\OneDriveArchiver.csproj", "{4CFFF739-72CF-4419-AB23-C11D3A0D4F2E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,12 +8,9 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {92B729E9-710C-4FF6-90F6-C9100AD974C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {92B729E9-710C-4FF6-90F6-C9100AD974C8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {92B729E9-710C-4FF6-90F6-C9100AD974C8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {92B729E9-710C-4FF6-90F6-C9100AD974C8}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + {4CFFF739-72CF-4419-AB23-C11D3A0D4F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4CFFF739-72CF-4419-AB23-C11D3A0D4F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4CFFF739-72CF-4419-AB23-C11D3A0D4F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4CFFF739-72CF-4419-AB23-C11D3A0D4F2E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/OneDriveArchiver/.vscode/launch.json b/OneDriveArchiver/.vscode/launch.json deleted file mode 100644 index d86189f..0000000 --- a/OneDriveArchiver/.vscode/launch.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - // Verwendet IntelliSense zum Ermitteln möglicher Attribute. - // Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen. - // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command:pickProcess}" - }, - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/bin/Debug//.dll", - "args": [], - "cwd": "${workspaceFolder}", - "console": "internalConsole", - "stopAtEntry": false, - "internalConsoleOptions": "openOnSessionStart" - }, - { - "name": ".NET Core Launch (web)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/bin/Debug//.dll", - "args": [], - "cwd": "${workspaceFolder}", - "stopAtEntry": false, - "internalConsoleOptions": "openOnSessionStart", - "launchBrowser": { - "enabled": true, - "args": "${auto-detect-url}", - "windows": { - "command": "cmd.exe", - "args": "/C start ${auto-detect-url}" - }, - "osx": { - "command": "open" - }, - "linux": { - "command": "xdg-open" - } - }, - "env": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "sourceFileMap": { - "/Views": "${workspaceFolder}/Views" - } - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command:pickProcess}" - } - ] -} \ No newline at end of file diff --git a/OneDriveArchiver/App.config b/OneDriveArchiver/App.config deleted file mode 100644 index 4bfa005..0000000 --- a/OneDriveArchiver/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/OneDriveArchiver/OneDriveArchiver.csproj b/OneDriveArchiver/OneDriveArchiver.csproj index ef51243..2c0dacc 100644 --- a/OneDriveArchiver/OneDriveArchiver.csproj +++ b/OneDriveArchiver/OneDriveArchiver.csproj @@ -1,65 +1,8 @@ - - - - - Debug - AnyCPU - {92B729E9-710C-4FF6-90F6-C9100AD974C8} - Exe - Properties - OneDriveArchiver - OneDriveArchiver - v4.8 - 512 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - Designer - - - - - \ No newline at end of file + + + + Exe + netcoreapp3.1 + + + diff --git a/OneDriveArchiver/Properties/AssemblyInfo.cs b/OneDriveArchiver/Properties/AssemblyInfo.cs deleted file mode 100644 index b5e6eec..0000000 --- a/OneDriveArchiver/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OneDriveArchiver")] -[assembly: AssemblyDescription("JR IT Services OneDrive Archiving Tool")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("JR IT Services")] -[assembly: AssemblyProduct("OneDriveArchiver")] -[assembly: AssemblyCopyright("Copyright © 2019 Johannes Rest")] -[assembly: AssemblyTrademark("Johannes Rest")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("92b729e9-710c-4ff6-90f6-c9100ad974c8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.deps.json b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.deps.json new file mode 100644 index 0000000..d26d748 --- /dev/null +++ b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "OneDriveArchiver/1.0.0": { + "runtime": { + "OneDriveArchiver.dll": {} + } + } + } + }, + "libraries": { + "OneDriveArchiver/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.dll b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.dll new file mode 100644 index 0000000..497c61a Binary files /dev/null and b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.dll differ diff --git a/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.exe b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.exe new file mode 100644 index 0000000..6526b46 Binary files /dev/null and b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.exe differ diff --git a/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.pdb b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.pdb new file mode 100644 index 0000000..380dabb Binary files /dev/null and b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.pdb differ diff --git a/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.runtimeconfig.dev.json b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.runtimeconfig.dev.json new file mode 100644 index 0000000..f738d3b --- /dev/null +++ b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\johan\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\johan\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.runtimeconfig.json b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.runtimeconfig.json new file mode 100644 index 0000000..bc456d7 --- /dev/null +++ b/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.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/OneDriveArchiver/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/OneDriveArchiver/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/OneDriveArchiver/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfo.cs b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfo.cs new file mode 100644 index 0000000..81df6e6 --- /dev/null +++ b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// 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("OneDriveArchiver")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("OneDriveArchiver")] +[assembly: System.Reflection.AssemblyTitleAttribute("OneDriveArchiver")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfoInputs.cache b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfoInputs.cache new file mode 100644 index 0000000..502005b --- /dev/null +++ b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6f1614ce09da38b00aa922ffb98619b90c5c7bc0 diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.assets.cache b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.assets.cache new file mode 100644 index 0000000..56bd0f0 Binary files /dev/null and b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.assets.cache differ diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csproj.CoreCompileInputs.cache b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..41bbcf4 --- /dev/null +++ b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +0a521771a51e21e10d50350cc8c03d13a5d53341 diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csproj.FileListAbsolute.txt b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..54a2bdc --- /dev/null +++ b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csproj.FileListAbsolute.txt @@ -0,0 +1,13 @@ +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\bin\Debug\netcoreapp3.1\OneDriveArchiver.exe +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\bin\Debug\netcoreapp3.1\OneDriveArchiver.deps.json +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\bin\Debug\netcoreapp3.1\OneDriveArchiver.runtimeconfig.json +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\bin\Debug\netcoreapp3.1\OneDriveArchiver.runtimeconfig.dev.json +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\bin\Debug\netcoreapp3.1\OneDriveArchiver.dll +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\bin\Debug\netcoreapp3.1\OneDriveArchiver.pdb +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.csprojAssemblyReference.cache +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.AssemblyInfoInputs.cache +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.AssemblyInfo.cs +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.csproj.CoreCompileInputs.cache +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.dll +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.pdb +C:\Users\johan\OneDrive\DEV\dotnet core Migration\OneDriveArchiver\OneDriveArchiver\obj\Debug\netcoreapp3.1\OneDriveArchiver.genruntimeconfig.cache diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csprojAssemblyReference.cache b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csprojAssemblyReference.cache new file mode 100644 index 0000000..a0fbfd1 Binary files /dev/null and b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csprojAssemblyReference.cache differ diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.dll b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.dll new file mode 100644 index 0000000..497c61a Binary files /dev/null and b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.dll differ diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.exe b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.exe new file mode 100644 index 0000000..6526b46 Binary files /dev/null and b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.exe differ diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.genruntimeconfig.cache b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.genruntimeconfig.cache new file mode 100644 index 0000000..34bedab --- /dev/null +++ b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.genruntimeconfig.cache @@ -0,0 +1 @@ +86c8e15dd33445635927cfaf398408205fd11473 diff --git a/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.pdb b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.pdb new file mode 100644 index 0000000..380dabb Binary files /dev/null and b/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.pdb differ diff --git a/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.dgspec.json b/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.dgspec.json new file mode 100644 index 0000000..aa6a177 --- /dev/null +++ b/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.dgspec.json @@ -0,0 +1,58 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj": {} + }, + "projects": { + "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "projectName": "OneDriveArchiver", + "projectPath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "packagesPath": "C:\\Users\\johan\\.nuget\\packages\\", + "outputPath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\johan\\AppData\\Roaming\\NuGet\\NuGet.Config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "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, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.401\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.props b/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.props new file mode 100644 index 0000000..b5fb954 --- /dev/null +++ b/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\johan\.nuget\packages\ + PackageReference + 5.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.targets b/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/OneDriveArchiver/obj/project.assets.json b/OneDriveArchiver/obj/project.assets.json new file mode 100644 index 0000000..00af3b8 --- /dev/null +++ b/OneDriveArchiver/obj/project.assets.json @@ -0,0 +1,63 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\johan\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "projectName": "OneDriveArchiver", + "projectPath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "packagesPath": "C:\\Users\\johan\\.nuget\\packages\\", + "outputPath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\johan\\AppData\\Roaming\\NuGet\\NuGet.Config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "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, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.401\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/OneDriveArchiver/obj/project.nuget.cache b/OneDriveArchiver/obj/project.nuget.cache new file mode 100644 index 0000000..2356580 --- /dev/null +++ b/OneDriveArchiver/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "Ndf2WK+JZuJJUSvyjFv/NuMjlE5m2nyqs51nC/CyW5fmiE8JzEz8wgkXv1pT4YggV34Kw16kDBMDQzOCSER4GA==", + "success": true, + "projectFilePath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/OneDriveArchiver/obj/project.packagespec.json b/OneDriveArchiver/obj/project.packagespec.json new file mode 100644 index 0000000..cfc5bf6 --- /dev/null +++ b/OneDriveArchiver/obj/project.packagespec.json @@ -0,0 +1,46 @@ +{ + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "projectName": "OneDriveArchiver", + "projectPath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\OneDriveArchiver.csproj", + "outputPath": "C:\\Users\\johan\\OneDrive\\DEV\\OneDriveArchiver\\OneDriveArchiver\\obj\\", + "projectStyle": "PackageReference", + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "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, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.401\\RuntimeIdentifierGraph.json" + } + } +} \ No newline at end of file diff --git a/OneDriveArchiver/obj/rider.project.restore.info b/OneDriveArchiver/obj/rider.project.restore.info new file mode 100644 index 0000000..cccca9d --- /dev/null +++ b/OneDriveArchiver/obj/rider.project.restore.info @@ -0,0 +1 @@ +15973464726152688 \ No newline at end of file