Fix bad paths to compile properly.

This commit is contained in:
KillzXGaming 2018-11-18 12:32:33 -05:00
parent 646982d2ae
commit 625613d171
18 changed files with 33 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View 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>

Binary file not shown.

Binary file not shown.

View 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>

Binary file not shown.

View file

@ -0,0 +1 @@
3153ac7b9b778d69b62a290e7c26cec1df790da1

View file

@ -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.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.exe
C:\Users\Nathan\source\repos\Switch_Toolbox\Updater\obj\Debug\Updater.pdb 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

Binary file not shown.

Binary file not shown.

Binary file not shown.