-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
10,149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||
<section name="TerrariaDepotDownloader.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<userSettings> | ||
<TerrariaDepotDownloader.Properties.Settings> | ||
<setting name="DepotPath" serializeAs="String"> | ||
<value /> | ||
</setting> | ||
<setting name="SteamUser" serializeAs="String"> | ||
<value /> | ||
</setting> | ||
<setting name="SteamPass" serializeAs="String"> | ||
<value /> | ||
</setting> | ||
<setting name="LogActions" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="OverwriteSteam" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
<setting name="PathChangeEnabled" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="ToolTips" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="SkipUpdate" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
</TerrariaDepotDownloader.Properties.Settings> | ||
</userSettings> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
121 changes: 121 additions & 0 deletions
121
src/TerrariaDepotDownloader/DepotDownloader/DepotDownloader.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v6.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v6.0": { | ||
"DepotDownloader/2.4.6": { | ||
"dependencies": { | ||
"SteamKit2": "2.4.1", | ||
"protobuf-net": "3.0.101" | ||
}, | ||
"runtime": { | ||
"DepotDownloader.dll": {} | ||
} | ||
}, | ||
"Microsoft.NETCore.Platforms/5.0.0": {}, | ||
"Microsoft.Win32.Registry/5.0.0": { | ||
"dependencies": { | ||
"System.Security.AccessControl": "5.0.0", | ||
"System.Security.Principal.Windows": "5.0.0" | ||
} | ||
}, | ||
"protobuf-net/3.0.101": { | ||
"dependencies": { | ||
"protobuf-net.Core": "3.0.101" | ||
}, | ||
"runtime": { | ||
"lib/net5.0/protobuf-net.dll": { | ||
"assemblyVersion": "3.0.0.0", | ||
"fileVersion": "3.0.101.59408" | ||
} | ||
} | ||
}, | ||
"protobuf-net.Core/3.0.101": { | ||
"runtime": { | ||
"lib/net5.0/protobuf-net.Core.dll": { | ||
"assemblyVersion": "3.0.0.0", | ||
"fileVersion": "3.0.101.59408" | ||
} | ||
} | ||
}, | ||
"SteamKit2/2.4.1": { | ||
"dependencies": { | ||
"Microsoft.Win32.Registry": "5.0.0", | ||
"protobuf-net": "3.0.101" | ||
}, | ||
"runtime": { | ||
"lib/net6.0/SteamKit2.dll": { | ||
"assemblyVersion": "2.4.1.0", | ||
"fileVersion": "2.4.1.10" | ||
} | ||
} | ||
}, | ||
"System.Security.AccessControl/5.0.0": { | ||
"dependencies": { | ||
"Microsoft.NETCore.Platforms": "5.0.0", | ||
"System.Security.Principal.Windows": "5.0.0" | ||
} | ||
}, | ||
"System.Security.Principal.Windows/5.0.0": {} | ||
} | ||
}, | ||
"libraries": { | ||
"DepotDownloader/2.4.6": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"Microsoft.NETCore.Platforms/5.0.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", | ||
"path": "microsoft.netcore.platforms/5.0.0", | ||
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512" | ||
}, | ||
"Microsoft.Win32.Registry/5.0.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", | ||
"path": "microsoft.win32.registry/5.0.0", | ||
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" | ||
}, | ||
"protobuf-net/3.0.101": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-mLm8VGfGylp9q+rbJDp3uw0BOeNzfGENecVz/EYGlzq3ss7tfajGXHCMoZm/GxJ9vSn9pcK22UXWZnQ5GJQMjA==", | ||
"path": "protobuf-net/3.0.101", | ||
"hashPath": "protobuf-net.3.0.101.nupkg.sha512" | ||
}, | ||
"protobuf-net.Core/3.0.101": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-gf9QIF0RlctfjmOjbE6eOyMulkNEsH7tHncjKj/4BTu9tkuTyrH3fv5I+35GnolJqKJ6fh9kYaezvNRL3t75+Q==", | ||
"path": "protobuf-net.core/3.0.101", | ||
"hashPath": "protobuf-net.core.3.0.101.nupkg.sha512" | ||
}, | ||
"SteamKit2/2.4.1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-t9yptysn/2YY6KZaI123vOOnumS+ZCFcC6MhFEkTiQ04mdpZ/EWhk5RVY7jU36IQHyTQUXotmn7taKFCXMKp4g==", | ||
"path": "steamkit2/2.4.1", | ||
"hashPath": "steamkit2.2.4.1.nupkg.sha512" | ||
}, | ||
"System.Security.AccessControl/5.0.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", | ||
"path": "system.security.accesscontrol/5.0.0", | ||
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512" | ||
}, | ||
"System.Security.Principal.Windows/5.0.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", | ||
"path": "system.security.principal.windows/5.0.0", | ||
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
src/TerrariaDepotDownloader/DepotDownloader/DepotDownloader.runtimeconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"rollForward": "LatestMajor", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "6.0.0" | ||
}, | ||
"configProperties": { | ||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false | ||
} | ||
} | ||
} |
Oops, something went wrong.