2017-07-19 13 views
1

私は店にアプリをしようとしています。 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回リストされているのかわからない。プラットフォームバージョン(まだ文書化されていない)を設定することで、この作業を手に入れた

答えて

1

"C:\プログラムファイル(x86の)\ Windowsのキット\ 10 \ binに\ x86ののの\ makepri.exe" createconfig/O/CF priconfig.xml/pv 10.0.0/dq en

これが設定されると、3番目のコマンドが機能します。

関連する問題