-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTrack Package.vcxproj.filters
45 lines (45 loc) · 1.34 KB
/
Track Package.vcxproj.filters
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="content">
<UniqueIdentifier>{bbb2dcc2-4547-4324-b2c5-1c7820d3ff97}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="content\functionlib.js">
<Filter>content</Filter>
</None>
<None Include="content\history.js">
<Filter>content</Filter>
</None>
<None Include="content\history.xul">
<Filter>content</Filter>
</None>
<None Include="content\icon.png">
<Filter>content</Filter>
</None>
<None Include="content\tpButton.css">
<Filter>content</Filter>
</None>
<None Include="content\tpButton.png">
<Filter>content</Filter>
</None>
<None Include="content\tpPrefDialog.js">
<Filter>content</Filter>
</None>
<None Include="content\tpPrefDialog.xul">
<Filter>content</Filter>
</None>
<None Include="content\trackpackage.js">
<Filter>content</Filter>
</None>
<None Include="content\trackpackage.xul">
<Filter>content</Filter>
</None>
<None Include="install.rdf" />
<None Include="readme.txt" />
</ItemGroup>
<ItemGroup>
<Manifest Include="chrome.manifest" />
</ItemGroup>
</Project>