私は店にアプリをしようとしています。 WPF
アプリなので、makepri.exeを使用する必要があります。私がガイドに記載された正確なパラメータに従っているにもかかわらず、それは失敗を続けます。私はそれを与えているパラメータは、次のとおりです。それは、二行目からpriconfig.xml
を作成しますが、3行目に失敗し未記載のMakePri.exe
cd "C:\Users\XXX\Documents\Visual Studio 2017\Projects\MyCompany.MyApp\MyCompany.MyApp"
"C:\Program Files (x86)\Windows Kits\10\bin\x86\makepri.exe" createconfig /o /cf priconfig.xml /dq en
"C:\Program Files (x86)\Windows Kits\10\bin\x86\makepri.exe" new /o /v /pr . /cf priconfig.xml
。
Option Verbose specified
Option ProjectRoot specified
Option Configxml specified
MakePri: warning: Output location of PRI file(s) is detected to be under the project root. If previously generated PRI file(s) is present, these may be re-indexed and lead to unexpected results.
Index Pass Completed.
AlternateForm Qualifiers: UNPLATED
Language Qualifiers: en,de,es,fr,ja
Scale Qualifiers: 100,400,150,125,200,150,125,400,100
TargetSize Qualifiers: 256,16,24,32,48
MakePri: error 0x80073b0d: Processing Resources failed with error: Invalid ResourceCandidate type.
MakePRI: error 0xdef01023: Unspecified error occurred.
私はResources.zh.resx
を持っていたので、私はそれがだと思ったが、私はプロジェクトからファイルを削除した後、それはまだ発生します。どのように私はそれを動作させることができるかに関するアドバイスを誰かが持っていますか?なぜスケール修飾子が2回リストされているのかわからない。プラットフォームバージョン(まだ文書化されていない)を設定することで、この作業を手に入れた