We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb2c1a commit d26b5bdCopy full SHA for d26b5bd
1 file changed
src/IME WL Converter Win/IME WL Converter Win.csproj
@@ -37,6 +37,9 @@
37
<UseWindowsForms>true</UseWindowsForms>
38
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
39
<Platforms>AnyCPU;x86</Platforms>
40
+
41
+ <!-- 允许引用 ImeWlConverterCmd.exe(NETSDK1151 规避,必须放消费方) -->
42
+ <ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
43
</PropertyGroup>
44
<PropertyGroup>
45
<ManifestCertificateThumbprint>D023E0A7D1F29511E571C5D888823CF5150F5061</ManifestCertificateThumbprint>
0 commit comments