This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
main.vcxproj.filters
49 lines (49 loc) · 2.66 KB
/
main.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\main.c" />
<ClCompile Include="src\ui\components\alert.c" />
<ClCompile Include="src\ui\components\dropdown.c" />
<ClCompile Include="src\ui\components\icon.c" />
<ClCompile Include="src\ui\components\img.c" />
<ClCompile Include="src\ui\components\label.c" />
<ClCompile Include="src\ui\components\modal.c" />
<ClCompile Include="src\ui\components\password.c" />
<ClCompile Include="src\ui\components\rate.c" />
<ClCompile Include="src\ui\components\spinner.c" />
<ClCompile Include="src\ui\components\typography.c" />
<ClCompile Include="src\ui\dismiss.c" />
<ClCompile Include="src\ui\toggle.c" />
<ClCompile Include="src\ui\components\tooltip.c" />
<ClCompile Include="src\ui\components\checkbox.c" />
<ClCompile Include="src\ui\components\switch.c" />
<ClCompile Include="src\ui\components\radio.c" />
<ClCompile Include="src\ui\components\radio-group.c" />
<ClCompile Include="src\ui\components\message.c" />
<ClCompile Include="src\ui\components\notification.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\LCDesign.h" />
<ClInclude Include="include\LCDesign\ui\components.h" />
<ClInclude Include="include\LCDesign\ui\components\alert.h" />
<ClInclude Include="include\LCDesign\ui\components\dropdown.h" />
<ClInclude Include="include\LCDesign\ui\components\icon.h" />
<ClInclude Include="include\LCDesign\ui\components\img.h" />
<ClInclude Include="include\LCDesign\ui\components\label.h" />
<ClInclude Include="include\LCDesign\ui\components\modal.h" />
<ClInclude Include="include\LCDesign\ui\components\password.h" />
<ClInclude Include="include\LCDesign\ui\components\rate.h" />
<ClInclude Include="include\LCDesign\ui\components\spinner.h" />
<ClInclude Include="include\LCDesign\ui\components\typography.h" />
<ClInclude Include="include\LCDesign\ui\dismiss.h" />
<ClInclude Include="include\LCDesign\ui\toggle.h" />
<ClInclude Include="include\LCDesign\ui\components\tooltip.h" />
<ClInclude Include="include\LCDesign\ui\components\checkbox.h" />
<ClInclude Include="include\LCDesign\ui\components\switch.h" />
<ClInclude Include="include\LCDesign\ui\components\radio.h" />
<ClInclude Include="include\LCDesign\ui\components\radio-group.h" />
<ClInclude Include="include\LCDesign\ui\components\message.h" />
<ClInclude Include="include\LCDesign\ui\components\notification.h" />
<ClInclude Include="include\LCDesign\build.h" />
</ItemGroup>
</Project>