DevExpress.Build

 1 using System.Collections.Generic;
 2 using Microsoft.Build.AppxPackage;
 3 using Microsoft.Build.Framework;
 4
 5 namespace DevExpress.Build
 6 {
 7     public class DXGeneratePriConfigurationFiles : GeneratePriConfigurationFiles
 8     {
 9         public override bool Execute()
10         {
11             List<ITaskItem> list = new List<ITaskItem>();
12             ITaskItem[] layoutFiles = base.LayoutFiles;
13             for (int i = 0; i < layoutFiles.Length; i++)
14             {
15                 ITaskItem taskItem = layoutFiles[i];
16                 if (!taskItem.ItemSpec.EndsWith("xaml"))
17                 {
18                     list.Add(taskItem);
19                 }
20             }
21             //base.set_LayoutFiles(list.ToArray());
22    base.LayoutFiles=list.ToArray();
23             return base.Execute();
24         }
25     }
26 }
时间: 2024-08-03 10:30:35

DevExpress.Build的相关文章

DevExpress.Build.targets

1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <UsingTask TaskName="DevExpress.Build.DXGeneratePriConfigurationFiles" AssemblyFile="DevExpress.Build.v14.2.dll"/> 3 <PropertyGroup>

DevExpress.Build.v14.2

1 using Microsoft.Build.AppxPackage; 2 using Microsoft.Build.Framework; 3 using System; 4 using System.Collections.Generic; 5 namespace DevExpress.Build 6 { 7 public class DXGeneratePriConfigurationFiles : GeneratePriConfigurationFiles 8 { 9 public o

Devexpress VCL Build v2013 vol 14.1.3 发布

我修,我修,修修修. New Major Features in 14.1 What's New in VCL Products 14.1 Breaking Changes To learn about breaking changes in this version, please refer to the following page: Breaking Changes in 14.1.3 (VCL Product Line) Known Issues To learn about know

Devexpress VCL Build v2014 vol 15.2.3 发布

2016年第一个版本,继续修补. New Major Features in 15.2 What's New in VCL Products 15.2 Breaking Changes To learn about breaking changes in this version, please refer to the following page: Breaking Changes in 15.2.3 (VCL Product Line) Known Issues To learn abou

Devexpress VCL Build v2014 vol 14.2.5 发布

和xe8 几乎同一天出来,但是目前官方不支持xe8. The following sections list all minor and major changes in DevExpress VCL 14.2.5. Note that products, controls and libraries which aren't mentioned in the list below are included in the unified installer for compatibility,

Devexpress VCL Build v2015 vol 15.2 开始测试

增加了几个小玩意,与大版本变化根本无法匹配. 具体可以官网了解 https://www.devexpress.com/Subscriptions/New-2015.xml?product=vcl

Devexpress VCL Build v2014 vol 14.2.4 发布

What's New in 14.2.4 (VCL Product Line) New Major Features in 14.2 What's New in VCL Products 14.2 Breaking Changes To learn about breaking changes in this version, please refer to the following page: Breaking Changes in 14.2.4 (VCL Product Line) Kno

Devexpress VCL Build v2013 vol 14.1.5 发布

What's New in 14.1.5 (VCL Product Line) New Major Features in 14.1 What's New in VCL Products 14.1 Breaking Changes To learn about breaking changes in this version, please refer to the following page: Breaking Changes in 14.1.5 (VCL Product Line) Kno

Devexpress VCL Build v2014 vol 14.1.4 发布

虽然这次没加什么新东西,但是及时更新支持xe7,还算可以. What's New in 14.1.4 (VCL Product Line) New Major Features in 14.1 What's New in VCL Products 14.1 Feature Highlights To learn about feature highlights in this version, please refer to the following page: Feature Highlig