未验证 提交 f3228da4 编写于 作者: J Jo Shields 提交者: GitHub

There shouldn't be a 'lib' prefix on Windows .lib files (#61618)

上级 f01cd8d7
......@@ -173,7 +173,7 @@
<PlatformManifestFileEntry Include="Microsoft.DiaSymReader.Native.arm.dll" IsNative="true" FallbackFileVersion="$(MicrosoftDiaSymReaderNativeFileVersion)" />
<PlatformManifestFileEntry Include="Microsoft.DiaSymReader.Native.arm64.dll" IsNative="true" FallbackFileVersion="$(MicrosoftDiaSymReaderNativeFileVersion)" />
<!-- Mono-specific files -->
<PlatformManifestFileEntry Include="libmonosgen-2.0.lib" IsNative="true" />
<PlatformManifestFileEntry Include="monosgen-2.0.lib" IsNative="true" />
<PlatformManifestFileEntry Include="libmonosgen-2.0.a" IsNative="true" />
<PlatformManifestFileEntry Include="libmonosgen-2.0.so" IsNative="true" />
<PlatformManifestFileEntry Include="libmonosgen-2.0.dylib" IsNative="true" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册