Fix configuration for release build
This commit is contained in:
parent
a386d2e85e
commit
8221aa98fd
Binary file not shown.
11454
Switch_Toolbox_Library/AssimpNet.xml
Normal file
11454
Switch_Toolbox_Library/AssimpNet.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Switch_Toolbox_Library/CsvHelper.dll
Normal file
BIN
Switch_Toolbox_Library/CsvHelper.dll
Normal file
Binary file not shown.
BIN
Switch_Toolbox_Library/Cyotek.Windows.Forms.ImageBox.dll
Normal file
BIN
Switch_Toolbox_Library/Cyotek.Windows.Forms.ImageBox.dll
Normal file
Binary file not shown.
2862
Switch_Toolbox_Library/Cyotek.Windows.Forms.ImageBox.xml
Normal file
2862
Switch_Toolbox_Library/Cyotek.Windows.Forms.ImageBox.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Switch_Toolbox_Library/Gl_EditorFramework.dll
Normal file
BIN
Switch_Toolbox_Library/Gl_EditorFramework.dll
Normal file
Binary file not shown.
BIN
Switch_Toolbox_Library/Gl_EditorFramework.pdb
Normal file
BIN
Switch_Toolbox_Library/Gl_EditorFramework.pdb
Normal file
Binary file not shown.
BIN
Switch_Toolbox_Library/Toolbox.Library.dll
Normal file
BIN
Switch_Toolbox_Library/Toolbox.Library.dll
Normal file
Binary file not shown.
24
Switch_Toolbox_Library/Toolbox.Library.dll.config
Normal file
24
Switch_Toolbox_Library/Toolbox.Library.dll.config
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<loadFromRemoteSources enabled="true" />
|
||||
<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>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
|
BIN
Switch_Toolbox_Library/Toolbox.Library.pdb
Normal file
BIN
Switch_Toolbox_Library/Toolbox.Library.pdb
Normal file
Binary file not shown.
@ -20,7 +20,7 @@
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\Toolbox\bin\Release\Lib\</OutputPath>
|
||||
<OutputPath>.\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
BIN
Switch_Toolbox_Library/x64/DirectXTexNetImpl.dll
Normal file
BIN
Switch_Toolbox_Library/x64/DirectXTexNetImpl.dll
Normal file
Binary file not shown.
BIN
Switch_Toolbox_Library/x86/DirectXTexNetImpl.dll
Normal file
BIN
Switch_Toolbox_Library/x86/DirectXTexNetImpl.dll
Normal file
Binary file not shown.
@ -305,6 +305,7 @@
|
||||
<ProjectReference Include="..\Switch_Toolbox_Library\Toolbox_Library.csproj">
|
||||
<Project>{96820047-2a39-4e5a-bfa4-e84fff5c66cf}</Project>
|
||||
<Name>Toolbox_Library</Name>
|
||||
<Private>True</Private>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Updater\Updater.csproj">
|
||||
<Project>{d82a2c08-2a65-43af-bda6-a36cc27aa003}</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user