-
Notifications
You must be signed in to change notification settings - Fork 1
/
LibraryManagement.vcxproj.filters
68 lines (68 loc) · 2.65 KB
/
LibraryManagement.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Assets">
<UniqueIdentifier>80bfd669-aa83-4537-9611-027cffe0d8af</UniqueIdentifier>
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="Styles">
<UniqueIdentifier>{c6978fb6-bc64-498d-97c8-f5b53997e54e}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="..\..\..\SharedContent\xaml\App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\SharedContent\cpp\App.xaml.cpp" />
<ClCompile Include="..\..\..\SharedContent\cpp\MainPage.xaml.cpp" />
<ClCompile Include="pch.cpp" />
<ClCompile Include="SampleConfiguration.cpp" />
<ClCompile Include="S1_AddFolder.xaml.cpp" />
<ClCompile Include="S2_ListFolders.xaml.cpp" />
<ClCompile Include="S3_RemoveFolder.xaml.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="..\..\..\SharedContent\cpp\App.xaml.h" />
<ClInclude Include="..\..\..\SharedContent\cpp\MainPage.xaml.h" />
<ClInclude Include="SampleConfiguration.h" />
<ClInclude Include="S1_AddFolder.xaml.h" />
<ClInclude Include="S2_ListFolders.xaml.h" />
<ClInclude Include="S3_RemoveFolder.xaml.h" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<Page Include="..\..\..\SharedContent\cpp\MainPage.xaml" />
<Page Include="..\..\..\SharedContent\xaml\Styles.xaml">
<Filter>Styles</Filter>
</Page>
<Page Include="..\shared\S1_AddFolder.xaml" />
<Page Include="..\shared\S2_ListFolders.xaml" />
<Page Include="..\shared\S3_RemoveFolder.xaml" />
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\SharedContent\media\microsoft-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\SharedContent\media\smalltile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\SharedContent\media\splash-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\SharedContent\media\squaretile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\SharedContent\media\storelogo-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\SharedContent\media\tile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\SharedContent\media\windows-sdk.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
</Project>