forked from microsoft/Windows-universal-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUserConsentVerifier.vcxproj.filters
64 lines (64 loc) · 2.42 KB
/
UserConsentVerifier.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ApplicationDefinition Include="$(SharedContentDir)\xaml\App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(SharedContentDir)\cpp\App.xaml.cpp" />
<ClCompile Include="$(SharedContentDir)\cpp\MainPage.xaml.cpp" />
<ClCompile Include="pch.cpp" />
<ClCompile Include="SampleConfiguration.cpp" />
<ClCompile Include="Scenario1_CheckConsentAvailability.xaml.cpp" />
<ClCompile Include="Scenario2_RequestConsent.xaml.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="$(SharedContentDir)\cpp\App.xaml.h" />
<ClInclude Include="$(SharedContentDir)\cpp\MainPage.xaml.h" />
<ClInclude Include="SampleConfiguration.h" />
<ClInclude Include="Scenario1_CheckConsentAvailability.xaml.h" />
<ClInclude Include="Scenario2_RequestConsent.xaml.h" />
</ItemGroup>
<ItemGroup>
<Image Include="$(SharedContentDir)\media\microsoft-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="$(SharedContentDir)\media\smalltile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="$(SharedContentDir)\media\splash-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="$(SharedContentDir)\media\squaretile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="$(SharedContentDir)\media\storelogo-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="$(SharedContentDir)\media\tile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="$(SharedContentDir)\media\windows-sdk.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<Page Include="$(SharedContentDir)\cpp\MainPage.xaml" />
<Page Include="..\shared\Scenario1_CheckConsentAvailability.xaml" />
<Page Include="..\shared\Scenario2_RequestConsent.xaml" />
<Page Include="$(SharedContentDir)\xaml\Styles.xaml">
<Filter>Styles</Filter>
</Page>
</ItemGroup>
<ItemGroup>
<Filter Include="Styles">
<UniqueIdentifier>{5f4e998d-f6a0-4a00-b24e-abc3e473909f}</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>{70f35e05-8d67-421a-8597-026a00cc0026}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>