forked from nabhishek/Gestures-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GrabAndPushUwpNative.vcxproj.filters
78 lines (78 loc) · 2.98 KB
/
GrabAndPushUwpNative.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>bc9b8e4a-7748-4fbd-a102-f6b39f319ecb</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>01798ad2-e454-405a-ac75-632f2438439d</UniqueIdentifier>
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="Dependencies">
<UniqueIdentifier>{a3bb54e9-18a6-43c4-a1d3-b701cc07e365}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="App.xaml.cpp" />
<ClCompile Include="MainPage.xaml.cpp" />
<ClCompile Include="pch.cpp" />
<ClCompile Include="PalmSmoother.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="App.xaml.h" />
<ClInclude Include="MainPage.xaml.h" />
<ClInclude Include="PalmSmoother.hpp" />
</ItemGroup>
<ItemGroup>
<Image Include="Assets\LockScreenLogo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SplashScreen.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square150x150Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square44x44Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\StoreLogo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Wide310x150Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\GrabGesture.Animated.gif">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<None Include="GrabAndPushUwpNative_TemporaryKey.pfx" />
<None Include="RotateSampleUwpNative_TemporaryKey.pfx" />
<None Include="$(MicrosoftGesturesInstallDir)\SDK\native\lib\$(Platform)\uwp\$(Configuration)\Microsoft.Gestures.Protocol.Native.Uwp.dll">
<Filter>Dependencies</Filter>
</None>
<None Include="$(MicrosoftGesturesInstallDir)\SDK\native\lib\$(Platform)\uwp\$(Configuration)\Microsoft.Gestures.Proxy.Native.Uwp.dll">
<Filter>Dependencies</Filter>
</None>
<None Include="$(MicrosoftGesturesInstallDir)\SDK\native\lib\$(Platform)\uwp\$(Configuration)\Microsoft.Gestures.Common.Native.Uwp.dll">
<Filter>Dependencies</Filter>
</None>
<None Include="$(MicrosoftGesturesInstallDir)\SDK\native\lib\$(Platform)\uwp\$(Configuration)\Microsoft.Gestures.Native.Uwp.dll">
<Filter>Dependencies</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Page Include="MainPage.xaml" />
</ItemGroup>
</Project>