Moved codebase to .net 5

This commit is contained in:
2020-11-19 12:05:46 +01:00
parent 4bf889d8c8
commit c32f70e5f3
307 changed files with 1815 additions and 85 deletions

View File

@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ContentModelStore">
<e p="C:\Users\johan\AppData\Local\JetBrains\Rider2020.2\extResources" t="IncludeRecursive" />
<e p="C:\Users\johan\AppData\Local\JetBrains\Rider2020.2\resharper-host\Local\Transient\Rider\v202\SolutionCaches\_OneDriveArchiver.-1965424714.00" t="ExcludeRecursive" />
<e p="C:\Users\johan\AppData\local\JetBrains\Rider2020.2\extResources" t="IncludeRecursive" />
<e p="C:\Users\johan\AppData\local\JetBrains\Rider2020.2\resharper-host\local\Transient\Rider\v202\SolutionCaches\_OneDriveArchiver.-1965424714.00" t="ExcludeRecursive" />
<e p="C:\Users\johan\OneDrive\DEV\OneDriveArchiver" t="IncludeFlat">
<e p="OneDriveArchiver" t="IncludeRecursive">
<e p="bin" t="ExcludeRecursive" />
<e p="cd" t="Include" />
<e p="IoHelper.cs" t="Include" />
<e p="obj" t="ExcludeRecursive">
<e p="Debug" t="Include">

View File

@@ -22,7 +22,29 @@
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="29ab5463-4b97-401d-ab54-0cf6c10d440f" name="Default Changelist" comment="Small update using appName in archive method" />
<list default="true" id="29ab5463-4b97-401d-ab54-0cf6c10d440f" name="Default Changelist" comment="Small update using appName in archive method">
<change afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/apphost.exe" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.OneDriveArchiver/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.OneDriveArchiver/.idea/contentModel.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.OneDriveArchiver/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.OneDriveArchiver/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.dll" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.exe" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.exe" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.pdb" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/bin/Debug/netcoreapp3.1/OneDriveArchiver.pdb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/cd" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfo.cs" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.AssemblyInfo.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.assets.cache" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.assets.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.csprojAssemblyReference.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.dll" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.genruntimeconfig.cache" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.genruntimeconfig.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.pdb" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/OneDriveArchiver.pdb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.dgspec.json" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.dgspec.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.props" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/OneDriveArchiver.csproj.nuget.g.props" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/project.assets.json" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/project.assets.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/project.nuget.cache" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/project.nuget.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/project.packagespec.json" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/project.packagespec.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/OneDriveArchiver/obj/rider.project.restore.info" beforeDir="false" afterPath="$PROJECT_DIR$/OneDriveArchiver/obj/rider.project.restore.info" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -39,7 +61,6 @@
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/OneDriveArchiver/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" root0="SKIP_HIGHLIGHTING" />
<setting file="mock://C:/Users/johan/OneDrive/DEV/OneDriveArchiver/OneDriveArchiver/IoHelper.cs" root0="SKIP_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/OneDriveArchiver/obj/Release/netcoreapp3.1/win-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" root0="SKIP_HIGHLIGHTING" />
</component>
<component name="IdeDocumentHistory">
@@ -50,6 +71,9 @@
</list>
</option>
</component>
<component name="MacroExpansionManager">
<option name="directoryName" value="cd2lw4vq" />
</component>
<component name="ProjectId" id="1g3bL3HubZ3NtcpxUqBl4C2c68x" />
<component name="ProjectLevelVcsManager">
<ConfirmationsSetting value="2" id="Add" />
@@ -61,13 +85,19 @@
<component name="PropertiesComponent">
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
<property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.35055724" />
<property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.29989868" />
<property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.3504493" />
<property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.30038512" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.path.for.package.eslint" value="project" />
<property name="node.js.path.for.package.tslint" value="project" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="settings.editor.selected.configurable" value="terminal" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
<property name="vue.rearranger.settings.migration" value="true" />
</component>
<component name="RunManager">
@@ -111,6 +141,11 @@
<workItem from="1601560085210" duration="77000" />
<workItem from="1601560349440" duration="2029000" />
<workItem from="1602069912686" duration="3960000" />
<workItem from="1602447122168" duration="140000" />
<workItem from="1602757206871" duration="426000" />
<workItem from="1603365739379" duration="222000" />
<workItem from="1603366529029" duration="1213000" />
<workItem from="1605266794061" duration="166000" />
</task>
<task id="LOCAL-00001" summary="Migrated solution to .net core 3.1.">
<created>1597346544727</created>
@@ -210,7 +245,14 @@
<option name="project" value="LOCAL" />
<updated>1602142225174</updated>
</task>
<option name="localTasksCounter" value="15" />
<task id="LOCAL-00015" summary="other stuff">
<created>1602447215896</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1602447215896</updated>
</task>
<option name="localTasksCounter" value="16" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -242,7 +284,8 @@
<MESSAGE value="Fixed an issue when using recursion. Cannot be used if the program is called via OneDriveArchiver.exe &quot;.&quot;, as it processed (recursively) the already existing backup files. Implemented logic that it checks where source and target directory really are. If equal it just does the plan processing of the files in the main directory (as before)" />
<MESSAGE value="Added some more logging to make transparent how we're going to run..." />
<MESSAGE value="Did small changes in comments plus some small optimizations..." />
<option name="LAST_COMMIT_MESSAGE" value="Did small changes in comments plus some small optimizations..." />
<MESSAGE value="other stuff" />
<option name="LAST_COMMIT_MESSAGE" value="other stuff" />
</component>
<component name="WindowStateProjectService">
<state x="2850" y="198" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1601561619469">
@@ -254,135 +297,158 @@
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="399" height="466" key="DebuggerActiveHint/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1597406505502" />
<state width="2005" height="295" key="GridCell.Tab.0.bottom" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.0.bottom" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.0.bottom/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.0.bottom/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.0.bottom/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="292" key="GridCell.Tab.0.bottom/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786589" />
<state width="2005" height="295" key="GridCell.Tab.0.center" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.0.center" timestamp="1605266961388">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.0.center/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.0.center/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961388" />
<state width="1621" height="283" key="GridCell.Tab.0.center/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796478" />
<state width="1621" height="292" key="GridCell.Tab.0.center/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786589" />
<state width="2005" height="295" key="GridCell.Tab.0.left" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.0.left" timestamp="1605266961388">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.0.left/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.0.left/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961388" />
<state width="1621" height="283" key="GridCell.Tab.0.left/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796478" />
<state width="1621" height="292" key="GridCell.Tab.0.left/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786589" />
<state width="2005" height="295" key="GridCell.Tab.0.right" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.0.right" timestamp="1605266961388">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.0.right/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.0.right/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961388" />
<state width="1621" height="283" key="GridCell.Tab.0.right/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="292" key="GridCell.Tab.0.right/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786589" />
<state width="2005" height="295" key="GridCell.Tab.1.bottom" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.1.bottom" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.1.bottom/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.1.bottom/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.1.bottom/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.1.bottom/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.1.center" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.1.center" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.1.center/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.1.center/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.1.center/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.1.center/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.1.left" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.1.left" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.1.left/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.1.left/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.1.left/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.1.left/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.1.right" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.1.right" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.1.right/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.1.right/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.1.right/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.1.right/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.2.bottom" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.2.bottom" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.2.bottom/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.2.bottom/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.2.bottom/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.2.bottom/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.2.center" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.2.center" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.2.center/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.2.center/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.2.center/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.2.center/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.2.left" timestamp="1601562547211">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.2.left" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.2.left/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547211" />
<state width="810" height="282" key="GridCell.Tab.2.left/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.2.left/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.2.left/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.2.right" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.2.right" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.2.right/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.2.right/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.2.right/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.2.right/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.3.bottom" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.3.bottom" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.3.bottom/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.3.bottom/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.3.bottom/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.3.bottom/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.3.center" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.3.center" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.3.center/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.3.center/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.3.center/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.3.center/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.3.left" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.3.left" timestamp="1605266961389">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.3.left/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.3.left/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961389" />
<state width="1621" height="283" key="GridCell.Tab.3.left/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.3.left/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.3.right" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.3.right" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.3.right/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.3.right/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.3.right/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.3.right/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.4.bottom" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.4.bottom" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.4.bottom/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.4.bottom/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.4.bottom/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.4.bottom/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786580" />
<state width="2005" height="295" key="GridCell.Tab.4.center" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.4.center" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.4.center/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.4.center/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.4.center/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.4.center/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.4.left" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.4.left" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.4.left/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.4.left/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.4.left/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.4.left/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state width="2005" height="295" key="GridCell.Tab.4.right" timestamp="1601562547212">
<screen x="2496" y="0" width="2048" height="1112" />
<state width="810" height="282" key="GridCell.Tab.4.right" timestamp="1605266961390">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state width="2005" height="295" key="GridCell.Tab.4.right/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1601562547212" />
<state width="810" height="282" key="GridCell.Tab.4.right/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266961390" />
<state width="1621" height="283" key="GridCell.Tab.4.right/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1600687796479" />
<state width="1621" height="283" key="GridCell.Tab.4.right/0.0.1664.1069@0.0.1664.1069" timestamp="1597591786579" />
<state x="425" y="267" key="Rider.ProjectTemplateDialog.Size" timestamp="1597346163416">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state x="425" y="267" key="Rider.ProjectTemplateDialog.Size/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1597346163416" />
<state x="3104" y="183" key="SettingsEditor" timestamp="1602140994287">
<screen x="2496" y="0" width="2048" height="1112" />
<state x="494" y="176" key="SettingsEditor" timestamp="1605266958451">
<screen x="0" y="0" width="1664" height="1069" />
</state>
<state x="334" y="180" key="SettingsEditor/0.0.1664.1069/2496.0.2048.1112@0.0.1664.1069" timestamp="1601386632834" />
<state x="3104" y="183" key="SettingsEditor/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1602140994287" />
<state x="494" y="176" key="SettingsEditor/0.0.1664.1069/2496.0.2560.1400@0.0.1664.1069" timestamp="1605266958451" />
<state x="3256" y="230" key="SettingsEditor/0.0.1664.1069/2496.0.2560.1400@2496.0.2560.1400" timestamp="1602447259528" />
<state x="760" y="230" key="SettingsEditor/0.0.2560.1400@0.0.2560.1400" timestamp="1603371104107" />
<state x="93" y="93" width="1479" height="884" key="VCS.FileHistoryDialog" timestamp="1600691741046">
<screen x="0" y="0" width="1664" height="1069" />
</state>
@@ -392,6 +458,10 @@
</state>
<state x="2702" y="263" key="Vcs.Push.Dialog.v2/0.0.1664.1069/2496.0.2048.1112@2496.0.2048.1112" timestamp="1602073767013" />
<state x="425" y="268" key="Vcs.Push.Dialog.v2/0.0.1664.1069/2496.0.640.440@0.0.1664.1069" timestamp="1597346553175" />
<state x="1152" y="545" key="cloudConfig.SelfSettingsDialog" timestamp="1603365923659">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state x="1152" y="545" key="cloudConfig.SelfSettingsDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1603365923658" />
<state x="495" y="233" width="672" height="678" key="search.everywhere.popup" timestamp="1597408982255">
<screen x="0" y="0" width="1664" height="1069" />
</state>
@@ -403,14 +473,7 @@
<line-breakpoint enabled="true" type="DotNet Breakpoints">
<url>file://$PROJECT_DIR$/OneDriveArchiver/Program.cs</url>
<line>15</line>
<properties documentPath="C:\Users\johan\OneDrive\DEV\OneDriveArchiver\OneDriveArchiver\Program.cs" initialLine="11">
<startOffsets>
<option value="369" />
</startOffsets>
<endOffsets>
<option value="412" />
</endOffsets>
</properties>
<properties documentPath="C:\Users\johan\OneDrive\DEV\OneDriveArchiver\OneDriveArchiver\Program.cs" initialLine="11" />
<option name="timeStamp" value="1" />
</line-breakpoint>
</breakpoints>