<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask TaskName="DevExpress.Build.DXGeneratePriConfigurationFiles" AssemblyFile="DevExpress.Build.v14.2.dll"/>
<PropertyGroup>
<_GenerateProjectPriFileDependsOn>
$(_GenerateProjectPriFileDependsOn);
BeforeGenerateProjectPriFile;
_GeneratePrisForPortableLibraries;
_GetPriFilesFromPayload;
_ComputeInputPriFiles;
_GenerateProjectPriConfigurationFiles;
_CalculateInputsForGenerateProjectPriFileCore;
_GenerateProjectPriFileCore;
_AddFileReadsAndFileWritesForProjectPri;
_CreateProjectPriFileItem;
_ExpandProjectPriFile;
_ExpandPriFiles;
AfterGenerateProjectPriFile
</_GenerateProjectPriFileDependsOn>
</PropertyGroup>
<Target Name="_GenerateProjectPriConfigurationFiles"
Inputs="$(MSBuildProjectFullPath);@(_PriFile);$(AppxPriConfigXmlDefaultSnippetPath)"
Outputs="$(_PriConfigXmlPath);$(_LayoutResfilesPath);$(_ResourcesResfilesPath);$(_PriResfilesPath)"
> <ItemGroup>
<_LayoutFile Include="@(PackagingOutputs)" Condition="'%(OutputGroup)' == 'ContentFilesProjectOutputGroup' and '%(ProjectName)' == '$(ProjectName)'" />
<_LayoutFile Include="@(PackagingOutputs)" Condition="'%(OutputGroup)' == 'CustomOutputGroupForPackaging' and '%(ProjectName)' == '$(ProjectName)'" />
</ItemGroup> <DXGeneratePriConfigurationFiles
LayoutResfilesPath="$(_LayoutResfilesPath)"
ResourcesResfilesPath="$(_ResourcesResfilesPath)"
PriResfilesPath="$(_PriResfilesPath)"
LayoutFiles="@(_LayoutFile)"
PRIResourceFiles="@(PRIResource)"
PriFiles="@(_PriFile)"
IntermediateExtension="$(AppxIntermediateExtension)"
/> <CreatePriConfigXmlForFullIndex
PriConfigXmlPath="$(_PriConfigXmlPath)"
LayoutResfilesPath="$(_LayoutResfilesPath)"
ResourcesResfilesPath="$(_ResourcesResfilesPath)"
PriResfilesPath="$(_PriResfilesPath)"
PriInitialPath="$(AppxPriInitialPath)"
DefaultResourceLanguage="$(DefaultResourceLanguage)"
DefaultResourceQualifiers="$(AppxDefaultResourceQualifiers)"
IntermediateExtension="$(AppxIntermediateExtension)"
PriConfigXmlDefaultSnippetPath="$(AppxPriConfigXmlDefaultSnippetPath)"
TargetPlatformIdentifier="$(TargetPlatformIdentifier)"
TargetPlatformVersion="$(TargetPlatformVersion)"
/> <Message Text="$(MSBuildProjectName) -> $(_PriConfigXmlPath)" />
<Message Text="$(MSBuildProjectName) -> $(_LayoutResfilesPath)" />
<Message Text="$(MSBuildProjectName) -> $(_ResourcesResfilesPath)" />
<Message Text="$(MSBuildProjectName) -> $(_PriResfilesPath)" /> </Target>
</Project>

最新文章

  1. SQL2014 error 40 ( Microsoft SQL Server, 错误2)
  2. Linux centos 下 安装eclipse c++
  3. Android Studio 设置不自动缩进匿名内部类
  4. Android笔记:真机调试无法输出Log 信息的问题
  5. RPC的学习 &amp; gprotobuf 和 thrift的比较
  6. iOS xcode设置
  7. textile
  8. Python 基础语法
  9. [转]Ubuntu alternate和desktop区别
  10. tomcat安装与配置文件
  11. [置顶] ARM指令集和常用寄存器
  12. 转:python中函数curry化
  13. 【cocos2dx-3.0beta-制作flappybird】尾随时代潮流,关于引擎升级
  14. Qt5:窗口居中显示
  15. Asp.net管理信息系统中数据统计功能的实现
  16. AngularJS复习------表单验证
  17. 通讯协议序列化解读(一) Protobuf详解教程
  18. 使用sshpass同时更新一台ubuntu和一台CentOS
  19. vue+vuecli+webapck2项目配置文件详解
  20. Linux实操篇 vi和vim编辑器

热门文章

  1. mysqlalchmy操作之建表
  2. Java坦克大战 (六) 之增加可玩性
  3. iptables 用法及常用模块总结
  4. mysql绿色版配置
  5. Android 登录界面调用输入法时让界面自动上移,使输入法不会遮挡到主界面(Activity)
  6. python+selenium 组织用例方式 总结
  7. cvCalcOpticalFlowPyrLK的使用--基于高斯金字塔的稀疏光流特征集求解
  8. 洛谷——P1102 A-B数对
  9. 【BZOJ3167/4824】[Heoi2013]Sao/[Cqoi2017]老C的键盘
  10. [CF678F]Lena and Queries