EVOLUTION-MANAGER
Edit File: MSBuild.dll.config
<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="msbuildToolsets" type="Microsoft.Build.Evaluation.ToolsetConfigurationSection, Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> </configSections> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> </startup> <runtime> <DisableFXClosureWalk enabled="true" /> <DeferFXClosureWalk enabled="true" /> <generatePublisherEvidence enabled="false" /> <AppContextSwitchOverrides value="Switch.System.Security.Cryptography.UseLegacyFipsThrow=false" /> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.Framework" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.Conversion.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.Tasks.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.Utilities.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.Engine" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.Conversion.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" /> </dependentAssembly> <!-- Redirects for components dropped by Visual Studio --> <dependentAssembly> <assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="4.0.0.0" newVersion="16.0.0.0" /> <codeBase version="16.0.0.0" href=".\amd64\Microsoft.Activities.Build.dll" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="4.0.0.0" newVersion="16.0.0.0" /> <codeBase version="16.0.0.0" href=".\amd64\XamlBuildTask.dll" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Build.CPPTasks.Common" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <bindingRedirect oldVersion="16.0.0.0-16.6.0.0" newVersion="16.6.0.0" /> <codeBase version="16.6.0.0" href="..\..\Microsoft\VC\v160\Microsoft.Build.CPPTasks.Common.dll" /> </dependentAssembly> <!-- Workaround for crash in C++ CodeAnalysis scenarios due to https://github.com/Microsoft/msbuild/issues/1675 --> <dependentAssembly> <assemblyIdentity name="FxCopTask" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <codeBase version="16.0.0.0" href="..\..\Microsoft\VisualStudio\v16.0\CodeAnalysis\FxCopTask.dll" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.VisualStudio.CodeAnalysis" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <codeBase version="16.0.0.0" href="..\..\Microsoft\VisualStudio\v16.0\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.dll" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.VisualStudio.CodeAnalysis.Sdk" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /> <codeBase version="16.0.0.0" href="..\..\Microsoft\VisualStudio\v16.0\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.Sdk.dll" /> </dependentAssembly> </assemblyBinding> </runtime> <!-- To define one or more new toolsets, add an 'msbuildToolsets' element in this file. --> <msbuildToolsets default="Current"> <toolset toolsVersion="Current"> <property name="MSBuildToolsPath" value="$([MSBuild]::GetCurrentToolsDirectory())" /> <property name="MSBuildToolsPath32" value="$([MSBuild]::GetToolsDirectory32())" /> <property name="MSBuildToolsPath64" value="$([MSBuild]::GetToolsDirectory64())" /> <property name="MSBuildSDKsPath" value="$([MSBuild]::GetMSBuildSDKsPath())" /> <property name="MSBuildRuntimeVersion" value="4.0.30319" /> <property name="RoslynTargetsPath" value="$([MSBuild]::GetToolsDirectory32())\Roslyn" /> <projectImportSearchPaths> <searchPaths os="windows"> <property name="MSBuildExtensionsPath" value="$(MSBuildProgramFiles32)\MSBuild" /> <property name="MSBuildExtensionsPath32" value="$(MSBuildProgramFiles32)\MSBuild" /> <property name="MSBuildExtensionsPath64" value="$(MSBuildProgramFiles32)\MSBuild" /> <property name="VSToolsPath" value="$(MSBuildProgramFiles32)\MSBuild\Microsoft\VisualStudio\v$(VisualStudioVersion)" /> </searchPaths> <searchPaths os="osx"> <property name="MSBuildExtensionsPath" value="/Library/Frameworks/Mono.framework/External/xbuild/" /> <property name="MSBuildExtensionsPath32" value="/Library/Frameworks/Mono.framework/External/xbuild/" /> <property name="MSBuildExtensionsPath64" value="/Library/Frameworks/Mono.framework/External/xbuild/" /> <property name="VSToolsPath" value="/Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v$(VisualStudioVersion)" /> </searchPaths> </projectImportSearchPaths> </toolset> </msbuildToolsets> </configuration>