Skip to content

Instantly share code, notes, and snippets.

@Xeinaemm
Created November 18, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xeinaemm/85c57078d68921b83585b068aea3688d to your computer and use it in GitHub Desktop.
Save Xeinaemm/85c57078d68921b83585b068aea3688d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask TaskName="RemoveRuntimeNode" AssemblyFile="$([MSBuild]::ValueOrDefault('$(XeinaemmSdkPath)', '$(MSBuildThisFileDirectory)..\lib\netstandard2.0\Xeinaemm.Sdk.dll'))" />
<Target Name="RemoveConfigRuntimeNode" BeforeTargets="ResolveAssemblyReferences" Condition="Exists('$(MSBuildProjectDirectory)\Web.config')">
<RemoveRuntimeNode ConfigFilePath="$(MSBuildProjectDirectory)\Web.config" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment