App.config file is not applicable to a DLL

This commit is contained in:
Dan Thompson (SBS) 2020-01-01 19:28:47 -08:00 коммит произвёл Dan Thompson
Родитель 55efa745ee
Коммит 2399be4529
2 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -292,7 +292,6 @@
<EmbeddedResource Include="resources.resx" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Debugger.ArgumentCompleters.ps1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>

Просмотреть файл

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<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>
</configuration>