Moved codebase to .net 5
This commit is contained in:
@@ -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">
|
||||
|
||||
177
.idea/.idea.OneDriveArchiver/.idea/workspace.xml
generated
177
.idea/.idea.OneDriveArchiver/.idea/workspace.xml
generated
@@ -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 ".", 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>
|
||||
|
||||
2
OneDriveArchiver/.vscode/launch.json
vendored
2
OneDriveArchiver/.vscode/launch.json
vendored
@@ -11,7 +11,7 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/OneDriveArchiver.dll",
|
||||
"program": "${workspaceFolder}/bin/Debug/net5.0/OneDriveArchiver.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
|
||||
|
||||
5
OneDriveArchiver/.vscode/settings.json
vendored
Normal file
5
OneDriveArchiver/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"terminal.explorerKind": "external",
|
||||
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
|
||||
"terminal.integrated.fontFamily": "Cascadia Code PL"
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<AssemblyVersion>1.0</AssemblyVersion>
|
||||
<FileVersion>1.0</FileVersion>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<AssemblyVersion>1.1</AssemblyVersion>
|
||||
<FileVersion>1.1</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<Optimize>false</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DebugType>portable</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
23
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.deps.json
Normal file
23
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"OneDriveArchiver/1.0.0": {
|
||||
"runtime": {
|
||||
"OneDriveArchiver.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"OneDriveArchiver/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.dll
Normal file
BIN
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.dll
Normal file
Binary file not shown.
BIN
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.exe
Normal file
BIN
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.exe
Normal file
Binary file not shown.
BIN
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.pdb
Normal file
BIN
OneDriveArchiver/bin/Debug/net5.0/OneDriveArchiver.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\johan\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\johan\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
OneDriveArchiver/bin/Debug/net5.0/ref/OneDriveArchiver.dll
Normal file
BIN
OneDriveArchiver/bin/Debug/net5.0/ref/OneDriveArchiver.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/Microsoft.CSharp.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/Microsoft.CSharp.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,986 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0/win-x64",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {},
|
||||
".NETCoreApp,Version=v5.0/win-x64": {
|
||||
"OneDriveArchiver/1.0.0": {
|
||||
"dependencies": {
|
||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"OneDriveArchiver.dll": {}
|
||||
}
|
||||
},
|
||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.0": {
|
||||
"runtime": {
|
||||
"Microsoft.CSharp.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"Microsoft.VisualBasic.Core.dll": {
|
||||
"assemblyVersion": "10.0.6.0",
|
||||
"fileVersion": "11.0.20.51904"
|
||||
},
|
||||
"Microsoft.VisualBasic.dll": {
|
||||
"assemblyVersion": "10.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"Microsoft.Win32.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"Microsoft.Win32.Registry.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.AppContext.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Buffers.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Collections.Concurrent.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Collections.Immutable.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Collections.NonGeneric.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Collections.Specialized.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Collections.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ComponentModel.Annotations.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ComponentModel.DataAnnotations.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ComponentModel.EventBasedAsync.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ComponentModel.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ComponentModel.TypeConverter.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ComponentModel.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Configuration.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Console.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Core.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Data.Common.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Data.DataSetExtensions.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Data.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.Contracts.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.Debug.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.DiagnosticSource.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.FileVersionInfo.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.Process.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.StackTrace.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.TextWriterTraceListener.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.Tools.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.TraceSource.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Diagnostics.Tracing.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Drawing.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Drawing.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Dynamic.Runtime.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Formats.Asn1.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Globalization.Calendars.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Globalization.Extensions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Globalization.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.Compression.Brotli.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.Compression.FileSystem.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.Compression.ZipFile.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.Compression.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.FileSystem.AccessControl.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.FileSystem.DriveInfo.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.FileSystem.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.FileSystem.Watcher.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.FileSystem.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.IsolatedStorage.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.MemoryMappedFiles.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.Pipes.AccessControl.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.Pipes.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.UnmanagedMemoryStream.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.IO.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Linq.Expressions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Linq.Parallel.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Linq.Queryable.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Linq.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Memory.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Http.Json.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Http.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.HttpListener.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Mail.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.NameResolution.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.NetworkInformation.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Ping.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Requests.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Security.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.ServicePoint.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.Sockets.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.WebClient.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.WebHeaderCollection.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.WebProxy.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.WebSockets.Client.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.WebSockets.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Net.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Numerics.Vectors.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Numerics.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ObjectModel.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Private.DataContractSerialization.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Private.Uri.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Private.Xml.Linq.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Private.Xml.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.DispatchProxy.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.Emit.ILGeneration.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.Emit.Lightweight.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.Emit.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.Extensions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.Metadata.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.TypeExtensions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Reflection.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Resources.Reader.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Resources.ResourceManager.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Resources.Writer.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.CompilerServices.VisualC.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Extensions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Handles.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.InteropServices.RuntimeInformation.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.InteropServices.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Intrinsics.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Loader.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Numerics.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Serialization.Formatters.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Serialization.Json.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Serialization.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Serialization.Xml.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.Serialization.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Runtime.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.AccessControl.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Claims.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.Algorithms.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.Cng.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.Csp.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.Encoding.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.OpenSsl.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Cryptography.X509Certificates.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Principal.Windows.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.Principal.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.SecureString.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Security.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ServiceModel.Web.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ServiceProcess.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Text.Encoding.CodePages.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Text.Encoding.Extensions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Text.Encoding.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Text.Encodings.Web.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Text.Json.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Text.RegularExpressions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Channels.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Overlapped.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Tasks.Dataflow.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Tasks.Extensions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Tasks.Parallel.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Tasks.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Thread.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.ThreadPool.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.Timer.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Threading.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Transactions.Local.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Transactions.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.ValueTuple.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Web.HttpUtility.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Web.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Windows.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.Linq.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.ReaderWriter.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.Serialization.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.XDocument.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.XPath.XDocument.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.XPath.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.XmlDocument.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.XmlSerializer.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Xml.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"WindowsBase.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"mscorlib.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"netstandard.dll": {
|
||||
"assemblyVersion": "2.1.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"System.Private.CoreLib.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
}
|
||||
},
|
||||
"native": {
|
||||
"Microsoft.DiaSymReader.Native.amd64.dll": {
|
||||
"fileVersion": "14.12.25830.2"
|
||||
},
|
||||
"api-ms-win-core-console-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-console-l1-2-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-datetime-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-debug-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-errorhandling-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-file-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-file-l1-2-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-file-l2-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-handle-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-heap-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-interlocked-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-libraryloader-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-localization-l1-2-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-memory-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-namedpipe-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-processenvironment-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-processthreads-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-processthreads-l1-1-1.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-profile-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-rtlsupport-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-string-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-synch-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-synch-l1-2-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-sysinfo-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-timezone-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-core-util-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-conio-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-convert-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-environment-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-filesystem-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-heap-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-locale-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-math-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-multibyte-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-private-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-process-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-runtime-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-stdio-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-string-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-time-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"api-ms-win-crt-utility-l1-1-0.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
},
|
||||
"clrcompression.dll": {
|
||||
"fileVersion": "42.42.42.42424"
|
||||
},
|
||||
"clretwrc.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"clrjit.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"coreclr.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"createdump.exe": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"dbgshim.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"hostfxr.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"hostpolicy.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"mscordaccore.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"mscordaccore_amd64_amd64_5.0.20.51904.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"mscordbi.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"mscorrc.dll": {
|
||||
"fileVersion": "5.0.20.51904"
|
||||
},
|
||||
"ucrtbase.dll": {
|
||||
"fileVersion": "10.0.19041.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"OneDriveArchiver/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.0": {
|
||||
"type": "runtimepack",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"win-x64": [
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win-x64-aot": [
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win10-x64": [
|
||||
"win10",
|
||||
"win81-x64",
|
||||
"win81",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win10-x64-aot": [
|
||||
"win10-aot",
|
||||
"win10-x64",
|
||||
"win10",
|
||||
"win81-x64-aot",
|
||||
"win81-aot",
|
||||
"win81-x64",
|
||||
"win81",
|
||||
"win8-x64-aot",
|
||||
"win8-aot",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64-aot",
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win7-x64": [
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win7-x64-aot": [
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win8-x64": [
|
||||
"win8",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win8-x64-aot": [
|
||||
"win8-aot",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64-aot",
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win81-x64": [
|
||||
"win81",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win81-x64-aot": [
|
||||
"win81-aot",
|
||||
"win81-x64",
|
||||
"win81",
|
||||
"win8-x64-aot",
|
||||
"win8-aot",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64-aot",
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/OneDriveArchiver.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/OneDriveArchiver.dll
Normal file
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/OneDriveArchiver.exe
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/OneDriveArchiver.exe
Normal file
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/OneDriveArchiver.pdb
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/OneDriveArchiver.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\johan\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\johan\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"includedFrameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Buffers.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Buffers.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Console.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Console.dll
Normal file
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Core.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Core.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Data.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Data.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Drawing.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Drawing.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.IO.Pipes.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.IO.Pipes.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.IO.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.IO.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Linq.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Linq.dll
Normal file
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Memory.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Memory.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Net.Http.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Net.Http.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Net.Mail.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Net.Mail.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Net.Ping.dll
Normal file
BIN
OneDriveArchiver/bin/Release/net5.0/win-x64/System.Net.Ping.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user