diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2013-03-01 13:43:29 -0800 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-05-16 19:25:22 +0100 |
commit | f922e4799b1ead5f764a0d8b4336880960a11353 (patch) | |
tree | 7f642d703f029b0cd28e8b50a3832a2243013b2d /winRT/libmupdf-nov8.vcxproj.filters | |
parent | d7a79bb7a88abfca9b1e0bc79703951f5a1e4bc5 (diff) | |
download | mupdf-f922e4799b1ead5f764a0d8b4336880960a11353.tar.xz |
Initial commit of windowsRT viewer code.
Lots of issues to resolve still and plenty of requirements to do but it is a start.
Diffstat (limited to 'winRT/libmupdf-nov8.vcxproj.filters')
-rw-r--r-- | winRT/libmupdf-nov8.vcxproj.filters | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winRT/libmupdf-nov8.vcxproj.filters b/winRT/libmupdf-nov8.vcxproj.filters new file mode 100644 index 00000000..3efdcbb5 --- /dev/null +++ b/winRT/libmupdf-nov8.vcxproj.filters @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="pdf"> + <UniqueIdentifier>{6f183396-5a5d-449c-ad81-5f2b5d38d467}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\pdf\pdf_js_none.c"> + <Filter>pdf</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file |