-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNotebook.vcxproj.filters
105 lines (105 loc) · 3.52 KB
/
Notebook.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Assets">
<UniqueIdentifier>{b718d463-76b7-4228-80b6-bfef4355fa31}</UniqueIdentifier>
<Extensions>qml;js;qmljs;jpg;png;gif;bmp;ico;amd;wav;mp3;mp4</Extensions>
</Filter>
<Filter Include="Config Files">
<UniqueIdentifier>{06b19fb7-fb96-421a-94f4-d6be3f7e2491}</UniqueIdentifier>
<Extensions>pri;pro;mk;properties;project;cproject;xml;xsd;bat;cmd;ps;ps1</Extensions>
</Filter>
<Filter Include="Source Files">
<UniqueIdentifier>{a217e6c4-f436-48b4-890d-5f7e7fc81fde}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;asm;h;hpp;hxx;hm;def;inl;inc</Extensions>
</Filter>
<Filter Include="Translations">
<UniqueIdentifier>{829d0159-c06b-4b70-8f68-f78772fbc23e}</UniqueIdentifier>
<Extensions>ts;qm</Extensions>
</Filter>
<Filter Include="Assets\images">
<UniqueIdentifier>{1b9b008d-bad8-4101-a16a-ba65ef120eda}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="bar-descriptor.xml">
<Filter>Config Files</Filter>
</None>
<None Include="config.pri">
<Filter>Config Files</Filter>
</None>
<None Include="device-assets.xml">
<Filter>Config Files</Filter>
</None>
<None Include="icon.png">
<Filter>Assets</Filter>
</None>
<None Include="LICENSE" />
<None Include="Makefile" />
<None Include="notebook.pro">
<Filter>Config Files</Filter>
</None>
<None Include="readme.txt" />
<None Include="assets\main.qml">
<Filter>Assets</Filter>
</None>
<None Include="assets\NoteEditor.qml">
<Filter>Assets</Filter>
</None>
<None Include="assets\NoteViewer.qml">
<Filter>Assets</Filter>
</None>
<None Include="assets\ViewerField.qml">
<Filter>Assets</Filter>
</None>
<None Include="assets\images\action_addnote.png">
<Filter>Assets\images</Filter>
</None>
<None Include="assets\images\action_editnote.png">
<Filter>Assets\images</Filter>
</None>
<None Include="assets\images\background.png">
<Filter>Assets\images</Filter>
</None>
<None Include="translations\Makefile">
<Filter>Translations</Filter>
</None>
<None Include="translations\notebook.pro">
<Filter>Translations</Filter>
</None>
<None Include="translations\notebook.ts">
<Filter>Translations</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\applicationui.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\NoteBook.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\NoteEditor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\NoteViewer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\applicationui.hpp">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="src\NoteBook.hpp">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="src\NoteEditor.hpp">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="src\NoteViewer.hpp">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
</Project>