Removes app.config and sets automatic binding redirects (#5248)

* Some app.config files were kept to either enable features
    that are only enable-able via the config files, or binding redirects
    for DLLs that are not packaged with NuGet (i.e. VisualStudio
    package, required to run tests successfully @ 15.0.0.0)
This commit is contained in:
Gerardo Salazar
2021-02-03 06:45:29 -08:00
committed by GitHub
parent 5117609ea5
commit 115dcab789
20 changed files with 20 additions and 154 deletions
@@ -10,7 +10,8 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
@@ -321,4 +322,4 @@
./build.sh
</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>