Skip to content

Commit

Permalink
Fixed output exe.config not including dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Dec 10, 2023
1 parent 569c04f commit 779952f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
11 changes: 0 additions & 11 deletions HSPI_WX200MultiStatus.exe.config

This file was deleted.

15 changes: 15 additions & 0 deletions HSPI_WX200MultiStatus/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin/WX200MultiStatus"/>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
5 changes: 1 addition & 4 deletions HSPI_WX200MultiStatus/HSPI_WX200MultiStatus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@
<Compile Include="StatusLedAction.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\HSPI_WX200MultiStatus.exe.config">
<Link>HSPI_WX200MultiStatus.exe.config</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 779952f

Please sign in to comment.