提交 c6a2619f 编写于 作者: D David Kean

Merge pull request #4187 from davkean/master

Hide InternalsVisibleToTypeScript items from UI tree
......@@ -14,6 +14,9 @@
<InternalsVisibleToTest>
<Visible>false</Visible>
</InternalsVisibleToTest>
<InternalsVisibleToTypeScript>
<Visible>false</Visible>
</InternalsVisibleToTypeScript>
</ItemDefinitionGroup>
<PropertyGroup Condition="'$(PublicKey)' != '' and '$(SignAssembly)' == 'True'">
......
......@@ -120,9 +120,7 @@
</PropertyGroup>
<ItemGroup Condition="'$(ProjectLanguage)' == 'CSharp' AND '$(TargetNetFX20)' == 'true'">
<Reference Include="$(FrameworkPathOverride)\mscorlib.dll">
<Private>False</Private>
</Reference>
<_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" />
</ItemGroup>
<PropertyGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册