-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathDrtList.xml
More file actions
55 lines (49 loc) · 2.42 KB
/
Copy pathDrtList.xml
File metadata and controls
55 lines (49 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!--
Rundrtlist
This file is owned by :
ChangoV
If you want to modifiy this file, please send email to one of the owners.
Specifies the list of DRTs to run.
format:
name,archList,osList,owner,team[,args]
name - filename of the drt. e.g. DrtFooTest.exe
archList - architectures to run the drt for.
archList : arch [|arch ]
Possible values for arch, separated by |, use no blanks
all - all architectures
x86 - run for x86
ia64 - run for IA64
amd64 - run for amd64
osList - operating systems to run the drt on.
osList : os [|os ]
Possible values for os, separated by |, use no blanks
all - all operating systems
xp - Windows Xp
vista - Windows Vista
owner - alias of the SDE that owns the DRT
team - name of the Avalon FT that owns the drt
args - optional command line to send to the drt
- DRT is offline
-->
<Drts>
<Drt Executable="DrtHwndSource.exe" Architecture="all" OS="all" Owner="Microsoft" Team="ElementServices" />
<Drt Executable="DrtWindow.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" >
<SupportFiles>
<SupportFile>DrtWindowSecure.cmd</SupportFile>
</SupportFiles>
</Drt>
<Drt Executable="DrtWindowAutoSize.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtWindowAutoLocation.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtWindowHeightWidthTopLeft.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtWindowDragMove.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtAppShutdown.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtFolderPathWithNumberSignCharacter.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtAppThreadingModel.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtApplicationEvents.cmd" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" >
<SupportFiles>
<SupportFile>DrtApplicationEvents.exe</SupportFile>
</SupportFiles>
</Drt>
<Drt Executable="DrtAppWindowList.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
<Drt Executable="DrtStartupUriXamlNavigationWindow.exe" Architecture="all" OS="all" Owner="Microsoft" Team="AppModel" />
</Drts>