summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/mupdf_cpp.vcxproj.filters
blob: 5d7615b2ca5c3aa78c48114920bfe4cb78ad2a6f (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Common">
      <UniqueIdentifier>0204a4e7-f1b8-4268-a67c-a2c674b4742d</UniqueIdentifier>
    </Filter>
    <Filter Include="Assets">
      <UniqueIdentifier>a297f943-f0d7-4847-867e-a7aa1ef7f484</UniqueIdentifier>
    </Filter>
    <Page Include="Common\StandardStyles.xaml">
      <Filter>Common</Filter>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="App.xaml.cpp" />
    <ClCompile Include="MainPage.xaml.cpp" />
    <ClCompile Include="pch.cpp" />
    <ClCompile Include="DocumentPage.cpp" />
    <ClCompile Include="RectList.cpp" />
    <ClCompile Include="PrintPage.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="pch.h" />
    <ClInclude Include="App.xaml.h" />
    <ClInclude Include="MainPage.xaml.h" />
    <ClInclude Include="DocumentPage.h" />
    <ClInclude Include="RectList.h" />
    <ClInclude Include="..\mupdfwinrt\status.h" />
    <ClInclude Include="PrintPage.h" />
    <ClInclude Include="..\mupdfwinrt\Links.h" />
  </ItemGroup>
  <ItemGroup>
    <AppxManifest Include="Package.appxmanifest" />
  </ItemGroup>
  <ItemGroup>
    <None Include="mupdf_cpp_TemporaryKey.pfx" />
    <None Include="Package.StoreAssociation.xml" />
    <None Include="mupdf_cpp_StoreKey.pfx" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="MainPage.xaml" />
  </ItemGroup>
  <ItemGroup>
    <Image Include="Assets\mupdf_smallogo.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\Logo.Scale-80.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\Logo.Scale-100.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\Logo.Scale-140.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\Logo.Scale-180.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\mupdf_splash.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\StoreLogo.scale-100.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\StoreLogo.scale-140.png">
      <Filter>Assets</Filter>
    </Image>
    <Image Include="Assets\StoreLogo.scale-180.png">
      <Filter>Assets</Filter>
    </Image>
  </ItemGroup>
</Project>