Skip to content

Instantly share code, notes, and snippets.

@wanghuaisheng
Created November 5, 2017 10:53
Show Gist options
  • Save wanghuaisheng/8532da3d0c6243043e31a70790d2380a to your computer and use it in GitHub Desktop.
Save wanghuaisheng/8532da3d0c6243043e31a70790d2380a to your computer and use it in GitHub Desktop.
请将项目文件中的AutoGenerateBindingRedirects属性设置为 true
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F2AAA22A-3D9E-4DEC-9B3E-261D502999E6}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WitsWay.Utilities.Win.Tests</RootNamespace>
<AssemblyName>WitsWay.Utilities.Win.Tests</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment