Skip to content

Commit bc7413e

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent fb453f8 commit bc7413e

File tree

78 files changed

+18291
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+18291
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LCX SchemaVersion="6.0" Name="E:\A\_work\326\s\VS\TypeScriptTasks\bin\Release\Targets\ProjectItemsSchema.xaml" PsrId="22" FileType="1" SrcCul="en-US" TgtCul="zh-CN" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
3+
<OwnedComments>
4+
<Cmt Name="Dev" />
5+
<Cmt Name="LcxAdmin" />
6+
<Cmt Name="Rccx" />
7+
</OwnedComments>
8+
<Settings Name="@vsLocTools@\default.lss" Type="Lss" />
9+
<Item ItemId=";&lt;ContentType&gt;" ItemType="0" PsrId="210" Leaf="false">
10+
<Disp Icon="Str" Disp="true" LocTbl="false" />
11+
<Item ItemId="0;typescriptcompile@ContentType@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
12+
<Str Cat="AppData">
13+
<Val><![CDATA[TypeScript file]]></Val>
14+
</Str>
15+
<Disp Icon="Str" Order="1" />
16+
</Item>
17+
</Item>
18+
<Item ItemId=";&lt;ItemType&gt;" ItemType="0" PsrId="210" Leaf="false">
19+
<Disp Icon="Str" Disp="true" LocTbl="false" />
20+
<Item ItemId="0;typescriptcompile@ItemType@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
21+
<Str Cat="AppData">
22+
<Val><![CDATA[TypeScript file]]></Val>
23+
</Str>
24+
<Disp Icon="Str" Order="3" />
25+
</Item>
26+
</Item>
27+
</LCX>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LCX SchemaVersion="6.0" Name="E:\A\_work\326\s\VS\TypeScriptTasks\bin\Release\Targets\TypeScriptCompile.xaml" PsrId="22" FileType="1" SrcCul="en-US" TgtCul="zh-CN" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
3+
<OwnedComments>
4+
<Cmt Name="Dev" />
5+
<Cmt Name="LcxAdmin" />
6+
<Cmt Name="Rccx" />
7+
</OwnedComments>
8+
<Settings Name="@vsLocTools@\default.lss" Type="Lss" />
9+
<Item ItemId=";&lt;Category&gt;" ItemType="0" PsrId="210" Leaf="false">
10+
<Disp Icon="Str" Disp="true" LocTbl="false" />
11+
<Item ItemId="0;general@Category@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
12+
<Str Cat="AppData">
13+
<Val><![CDATA[General]]></Val>
14+
</Str>
15+
<Disp Icon="Str" Order="5" />
16+
</Item>
17+
</Item>
18+
<Item ItemId=";&lt;EnumProperty&gt;" ItemType="0" PsrId="210" Leaf="false">
19+
<Disp Icon="Str" Disp="true" LocTbl="false" />
20+
<Item ItemId="0;copytooutputdirectory@EnumProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
21+
<Str Cat="AppData">
22+
<Val><![CDATA[Specifies if the file should be copied to the output folder.]]></Val>
23+
</Str>
24+
<Disp Icon="Str" Order="23" />
25+
</Item>
26+
<Item ItemId="0;{}{itemtype}@EnumProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
27+
<Str Cat="AppData">
28+
<Val><![CDATA[Specifies the action taken on this file when an app package is produced.]]></Val>
29+
</Str>
30+
<Disp Icon="Str" Order="9" />
31+
</Item>
32+
<Item ItemId="0;copytooutputdirectory@EnumProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
33+
<Str Cat="AppData">
34+
<Val><![CDATA[Copy to Output Directory]]></Val>
35+
</Str>
36+
<Disp Icon="Str" Order="21" />
37+
</Item>
38+
<Item ItemId="0;{}{itemtype}@EnumProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
39+
<Str Cat="AppData">
40+
<Val><![CDATA[Package Action]]></Val>
41+
</Str>
42+
<Disp Icon="Str" Order="7" />
43+
</Item>
44+
</Item>
45+
<Item ItemId=";&lt;EnumValue&gt;" ItemType="0" PsrId="210" Leaf="false">
46+
<Disp Icon="Str" Disp="true" LocTbl="false" />
47+
<Item ItemId="0;always@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
48+
<Str Cat="AppData">
49+
<Val><![CDATA[Copy always]]></Val>
50+
</Str>
51+
<Disp Icon="Str" Order="27" />
52+
</Item>
53+
<Item ItemId="0;appxmanifest@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
54+
<Str Cat="AppData">
55+
<Val><![CDATA[App Manifest]]></Val>
56+
</Str>
57+
<Disp Icon="Str" Order="15" />
58+
</Item>
59+
<Item ItemId="0;content@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
60+
<Str Cat="AppData">
61+
<Val><![CDATA[Content]]></Val>
62+
</Str>
63+
<Disp Icon="Str" Order="13" />
64+
</Item>
65+
<Item ItemId="0;never@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
66+
<Str Cat="AppData">
67+
<Val><![CDATA[Do not copy]]></Val>
68+
</Str>
69+
<Disp Icon="Str" Order="25" />
70+
</Item>
71+
<Item ItemId="0;none@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
72+
<Str Cat="AppData">
73+
<Val><![CDATA[None]]></Val>
74+
</Str>
75+
<Disp Icon="Str" Order="11" />
76+
</Item>
77+
<Item ItemId="0;preservenewest@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
78+
<Str Cat="AppData">
79+
<Val><![CDATA[Copy if newer]]></Val>
80+
</Str>
81+
<Disp Icon="Str" Order="29" />
82+
</Item>
83+
<Item ItemId="0;priresource@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
84+
<Str Cat="AppData">
85+
<Val><![CDATA[Resource]]></Val>
86+
</Str>
87+
<Disp Icon="Str" Order="17" />
88+
</Item>
89+
<Item ItemId="0;typescriptcompile@EnumValue@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
90+
<Str Cat="AppData">
91+
<Val><![CDATA[TypeScriptCompile]]></Val>
92+
</Str>
93+
<Disp Icon="Str" Order="19" />
94+
</Item>
95+
</Item>
96+
<Item ItemId=";&lt;Rule&gt;" ItemType="0" PsrId="210" Leaf="false">
97+
<Disp Icon="Str" Disp="true" LocTbl="false" />
98+
<Item ItemId="0;typescriptcompile@Rule@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
99+
<Str Cat="AppData">
100+
<Val><![CDATA[TypeScript file]]></Val>
101+
</Str>
102+
<Disp Icon="Str" Order="3" />
103+
</Item>
104+
<Item ItemId="0;typescriptcompile@Rule@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
105+
<Str Cat="AppData">
106+
<Val><![CDATA[TypeScript file]]></Val>
107+
</Str>
108+
<Disp Icon="Str" Order="1" />
109+
</Item>
110+
</Item>
111+
<Item ItemId=";&lt;StringProperty&gt;" ItemType="0" PsrId="210" Leaf="false">
112+
<Disp Icon="Str" Disp="true" LocTbl="false" />
113+
<Item ItemId="0;fullpath@StringProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
114+
<Str Cat="AppData">
115+
<Val><![CDATA[Location of the file.]]></Val>
116+
</Str>
117+
<Disp Icon="Str" Order="37" />
118+
</Item>
119+
<Item ItemId="0;identity@StringProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
120+
<Str Cat="AppData">
121+
<Val><![CDATA[Name of the file or folder.]]></Val>
122+
</Str>
123+
<Disp Icon="Str" Order="33" />
124+
</Item>
125+
<Item ItemId="0;fullpath@StringProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
126+
<Str Cat="AppData">
127+
<Val><![CDATA[Full Path]]></Val>
128+
</Str>
129+
<Disp Icon="Str" Order="35" />
130+
</Item>
131+
<Item ItemId="0;identity@StringProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
132+
<Str Cat="AppData">
133+
<Val><![CDATA[File Name]]></Val>
134+
</Str>
135+
<Disp Icon="Str" Order="31" />
136+
</Item>
137+
</Item>
138+
</LCX>

0 commit comments

Comments
 (0)