C#-无法查看bin文件夹中引用的属性

C#-无法查看bin文件夹中引用的属性,c#,outlook,interop,office-interop,com-interop,C#,Outlook,Interop,Office Interop,Com Interop,转到.csproj文件。。编辑它并将值更改为False <EmbedInteropTypes>False</EmbedInteropTypes> False .csproj文件的示例: <ItemGroup> .... <Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

转到.csproj文件。。编辑它并将值更改为False

 <EmbedInteropTypes>False</EmbedInteropTypes> 
False
.csproj文件的示例:

<ItemGroup>
....
     <Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
      <EmbedInteropTypes>True</EmbedInteropTypes>
    </Reference>
....
</ItemGroup>

....
真的
....

您要找的女巫财产?