mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Fix bad paths to compile properly.
This commit is contained in:
parent
646982d2ae
commit
625613d171
18 changed files with 33 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Switch_Toolbox/Lib/Plugins/FirstPlugin.Plg.dll
Normal file
BIN
Switch_Toolbox/Lib/Plugins/FirstPlugin.Plg.dll
Normal file
Binary file not shown.
19
Switch_Toolbox/Lib/Plugins/FirstPlugin.Plg.dll.config
Normal file
19
Switch_Toolbox/Lib/Plugins/FirstPlugin.Plg.dll.config
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="LZ4pn" publicKeyToken="62e1b5ec1eec9bdd" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.0.10.93" newVersion="1.0.10.93" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="K4os.Hash.xxHash" publicKeyToken="32cd54395057cec3" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.0.5.0" newVersion="1.0.5.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
|
BIN
Switch_Toolbox/Lib/Plugins/FirstPlugin.Plg.pdb
Normal file
BIN
Switch_Toolbox/Lib/Plugins/FirstPlugin.Plg.pdb
Normal file
Binary file not shown.
Binary file not shown.
BIN
Updater/bin/Debug/Updater.exe
Normal file
BIN
Updater/bin/Debug/Updater.exe
Normal file
Binary file not shown.
6
Updater/bin/Debug/Updater.exe.config
Normal file
6
Updater/bin/Debug/Updater.exe.config
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
BIN
Updater/bin/Debug/Updater.pdb
Normal file
BIN
Updater/bin/Debug/Updater.pdb
Normal file
Binary file not shown.
1
Updater/obj/Debug/Updater.csproj.CoreCompileInputs.cache
Normal file
1
Updater/obj/Debug/Updater.csproj.CoreCompileInputs.cache
Normal file
|
@ -0,0 +1 @@
|
|||
3153ac7b9b778d69b62a290e7c26cec1df790da1
|
|
@ -5,3 +5,10 @@ C:\Users\Nathan\source\repos\Switch_Toolbox\Updater\obj\Debug\Updater.csprojAsse
|
|||
C:\Users\Nathan\source\repos\Switch_Toolbox\Updater\obj\Debug\Updater.csproj.CoreCompileInputs.cache
|
||||
C:\Users\Nathan\source\repos\Switch_Toolbox\Updater\obj\Debug\Updater.exe
|
||||
C:\Users\Nathan\source\repos\Switch_Toolbox\Updater\obj\Debug\Updater.pdb
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\bin\Debug\Updater.exe.config
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\bin\Debug\Updater.exe
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\bin\Debug\Updater.pdb
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\obj\Debug\Updater.csprojAssemblyReference.cache
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\obj\Debug\Updater.csproj.CoreCompileInputs.cache
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\obj\Debug\Updater.exe
|
||||
C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\obj\Debug\Updater.pdb
|
||||
|
|
BIN
Updater/obj/Debug/Updater.csprojAssemblyReference.cache
Normal file
BIN
Updater/obj/Debug/Updater.csprojAssemblyReference.cache
Normal file
Binary file not shown.
BIN
Updater/obj/Debug/Updater.exe
Normal file
BIN
Updater/obj/Debug/Updater.exe
Normal file
Binary file not shown.
BIN
Updater/obj/Debug/Updater.pdb
Normal file
BIN
Updater/obj/Debug/Updater.pdb
Normal file
Binary file not shown.
BIN
UpgradeLog.htm
BIN
UpgradeLog.htm
Binary file not shown.
Loading…
Reference in a new issue