summaryrefslogtreecommitdiff
path: root/platform/winrt/libthirdparty
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/libthirdparty')
-rw-r--r--platform/winrt/libthirdparty/libthirdparty.vcxproj418
-rw-r--r--platform/winrt/libthirdparty/libthirdparty.vcxproj.filters825
2 files changed, 0 insertions, 1243 deletions
diff --git a/platform/winrt/libthirdparty/libthirdparty.vcxproj b/platform/winrt/libthirdparty/libthirdparty.vcxproj
deleted file mode 100644
index 75eafa26..00000000
--- a/platform/winrt/libthirdparty/libthirdparty.vcxproj
+++ /dev/null
@@ -1,418 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftbase.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftbbox.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftbitmap.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftgasp.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftglyph.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftinit.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftstroke.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftsynth.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftsystem.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\fttype1.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftxf86.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\cff\cff.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\cid\type1cid.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\psaux\psaux.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\pshinter\pshinter.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\psnames\psnames.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\raster\raster.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\sfnt\sfnt.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\smooth\smooth.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\truetype\truetype.c" />
- <ClCompile Include="..\..\..\thirdparty\freetype\src\type1\type1.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_arith.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_arith_iaid.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_arith_int.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_generic.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_halftone.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_huffman.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_image.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_metadata.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_mmr.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_page.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_refinement.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_segment.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_symbol_dict.c" />
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_text.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jaricom.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jcomapi.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdapimin.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdapistd.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdarith.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdatadst.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdatasrc.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdcoefct.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdcolor.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jddctmgr.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdhuff.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdinput.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmainct.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmarker.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmaster.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmerge.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdpostct.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdsample.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdtrans.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jerror.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jfdctflt.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jfdctfst.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jfdctint.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jidctflt.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jidctfst.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jidctint.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jmemmgr.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jmemnobs.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jquant1.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jquant2.c" />
- <ClCompile Include="..\..\..\thirdparty\jpeg\jutils.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsarray.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsboolean.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsbuiltin.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jscompile.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsdate.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsdtoa.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsdump.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jserror.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsfunction.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsgc.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsintern.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jslex.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsmath.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsnumber.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsobject.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\json.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsparse.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsproperty.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsregexp.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsrun.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsstate.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsstring.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\jsvalue.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\main.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\one.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\regex.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\utf.c" />
- <ClCompile Include="..\..\..\thirdparty\mujs\utftype.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\bio.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cidx_manager.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cio.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\dwt.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\event.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\function_list.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\image.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\invert.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k_lib.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\jp2.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mct.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mqc.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\openjpeg.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\phix_manager.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\pi.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\ppix_manager.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\raw.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1_generate_luts.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t2.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tcd.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tgt.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\thix_manager.c" />
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tpix_manager.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\adler32.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\compress.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\crc32.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\deflate.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\inffast.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\inflate.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\inftrees.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\trees.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\uncompr.c" />
- <ClCompile Include="..\..\..\thirdparty\zlib\zutil.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftconfig.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftheader.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftmodule.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftoption.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftstdlib.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\freetype.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftadvanc.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftautoh.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbbox.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbdf.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbitmap.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbzip2.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftcache.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftchapters.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftcid.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fterrdef.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fterrors.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftgasp.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftglyph.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftgxval.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftgzip.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftimage.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftincrem.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftlcdfil.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftlist.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftlzw.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmac.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmm.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmodapi.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmoderr.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftotval.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftoutln.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftpfr.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftrender.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsizes.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsnames.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftstroke.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsynth.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsystem.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fttrigon.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fttypes.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftwinfnt.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftxf86.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\autohint.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftcalc.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftdebug.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftdriver.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftgloadr.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftmemory.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftobjs.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftpic.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftrfork.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftserv.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftstream.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\fttrace.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftvalid.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\internal.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\psaux.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\pshints.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svbdf.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svcid.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svgldict.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svgxval.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svkern.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svmm.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svotval.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpfr.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpostnm.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svprop.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpscmap.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpsinfo.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svsfnt.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svttcmap.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svtteng.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svttglyf.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svwinfnt.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svxf86nm.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\sfnt.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\t1types.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\tttypes.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\t1tables.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ttnameid.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\tttables.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\tttags.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ttunpat.h" />
- <ClInclude Include="..\..\..\thirdparty\freetype\include\ft2build.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\astnames.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\jsbuiltin.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\jscompile.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\jsi.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\jslex.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\jsrun.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\jsvalue.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\mujs.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\opnames.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\regex.h" />
- <ClInclude Include="..\..\..\thirdparty\mujs\utf.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\bio.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cidx_manager.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cio.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\dwt.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\event.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\fix.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\function_list.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\image.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\indexbox_manager.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\int.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\invert.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k_lib.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\jp2.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mct.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mqc.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\openjpeg.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_config.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_config_private.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_includes.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_intmath.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_inttypes.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_malloc.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_stdint.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\pi.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\raw.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1_luts.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t2.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tcd.h" />
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tgt.h" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{DF87E242-8B2C-4F04-9A7E-61C578FD994C}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <RootNamespace>libthirdparty</RootNamespace>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v120</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v120</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v120</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v120</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>NO_GETENV;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";DEBUG=1;verbose=-1;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\..\scripts\freetype;..\..\..\scripts\jpeg;..\..\..\scripts\openjpeg;..\..\..\thirdparty\jbig2dec;..\..\..\thirdparty\jpeg;..\..\..\thirdparty\openjpeg\libopenjpeg;..\..\..\thirdparty\zlib;..\..\..\thirdparty\freetype\include;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>NO_GETENV;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";DEBUG=1;verbose=-1;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\..\scripts\freetype;..\..\..\scripts\jpeg;..\..\..\scripts\openjpeg;..\..\..\thirdparty\jbig2dec;..\..\..\thirdparty\jpeg;..\..\..\thirdparty\openjpeg\libopenjpeg;..\..\..\thirdparty\zlib;..\..\..\thirdparty\freetype\include;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NO_GETENV;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";DEBUG=1;verbose=-1;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\..\scripts\freetype;..\..\..\scripts\jpeg;..\..\..\scripts\openjpeg;..\..\..\thirdparty\jbig2dec;..\..\..\thirdparty\jpeg;..\..\..\thirdparty\openjpeg\libopenjpeg;..\..\..\thirdparty\zlib;..\..\..\thirdparty\freetype\include;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NO_GETENV;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;OPJ_STATIC;FT_CONFIG_MODULES_H="slimftmodules.h";FT_CONFIG_OPTIONS_H="slimftoptions.h";DEBUG=1;verbose=-1;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\..\scripts\freetype;..\..\..\scripts\jpeg;..\..\..\scripts\openjpeg;..\..\..\thirdparty\jbig2dec;..\..\..\thirdparty\jpeg;..\..\..\thirdparty\openjpeg\libopenjpeg;..\..\..\thirdparty\zlib;..\..\..\thirdparty\freetype\include;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project> \ No newline at end of file
diff --git a/platform/winrt/libthirdparty/libthirdparty.vcxproj.filters b/platform/winrt/libthirdparty/libthirdparty.vcxproj.filters
deleted file mode 100644
index 8df2ff5f..00000000
--- a/platform/winrt/libthirdparty/libthirdparty.vcxproj.filters
+++ /dev/null
@@ -1,825 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup>
- <Filter Include="libfreetype">
- <UniqueIdentifier>{51262ea7-0f9e-437e-8ffe-c85bacaaf125}</UniqueIdentifier>
- </Filter>
- <Filter Include="libfreetype\base">
- <UniqueIdentifier>{f4f104f6-caed-4df1-b35d-9f9767f5582d}</UniqueIdentifier>
- </Filter>
- <Filter Include="libfreetype\include">
- <UniqueIdentifier>{1d957264-59db-4892-aa9b-ba1cc2679e28}</UniqueIdentifier>
- </Filter>
- <Filter Include="libfreetype\include\freetype">
- <UniqueIdentifier>{90126781-c73e-4236-83b4-d587cb934c42}</UniqueIdentifier>
- </Filter>
- <Filter Include="libfreetype\include\freetype\config">
- <UniqueIdentifier>{97ff3411-a2bc-4e1a-a226-697c94e57b49}</UniqueIdentifier>
- </Filter>
- <Filter Include="libfreetype\include\freetype\internal">
- <UniqueIdentifier>{5a89d11e-f4d3-4090-828c-3fbba6be4626}</UniqueIdentifier>
- </Filter>
- <Filter Include="libfreetype\include\freetype\internal\services">
- <UniqueIdentifier>{cf91998c-2e4c-46ea-9181-028cf8ffdc13}</UniqueIdentifier>
- </Filter>
- <Filter Include="libjbig2dec">
- <UniqueIdentifier>{095e71bf-5b71-417b-85ab-5fc6c3401938}</UniqueIdentifier>
- </Filter>
- <Filter Include="libjpeg">
- <UniqueIdentifier>{e8dd043a-626d-46c4-bffe-f5937b4cd5e3}</UniqueIdentifier>
- </Filter>
- <Filter Include="libopenjpeg">
- <UniqueIdentifier>{2741745a-ddbb-4d7b-9102-ffa79d72d71a}</UniqueIdentifier>
- </Filter>
- <Filter Include="libz">
- <UniqueIdentifier>{a359ba61-bb36-4f26-ac90-e87eeeeae497}</UniqueIdentifier>
- </Filter>
- <Filter Include="libmujs">
- <UniqueIdentifier>{2c243407-7436-4da7-8cca-69ee74ea256e}</UniqueIdentifier>
- </Filter>
- <Filter Include="libmujs\include">
- <UniqueIdentifier>{2ab8b309-1ec0-4324-89e1-078246114bb1}</UniqueIdentifier>
- </Filter>
- <Filter Include="libmujs\source">
- <UniqueIdentifier>{32dbf0c4-caae-469b-a861-cad68dff8d70}</UniqueIdentifier>
- </Filter>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\cff\cff.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\cid\type1cid.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\psaux\psaux.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\pshinter\pshinter.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\psnames\psnames.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\raster\raster.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\sfnt\sfnt.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\smooth\smooth.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\truetype\truetype.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\type1\type1.c">
- <Filter>libfreetype</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftbase.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftbbox.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftbitmap.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftgasp.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftglyph.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftinit.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftstroke.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftsynth.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftsystem.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\fttype1.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\freetype\src\base\ftxf86.c">
- <Filter>libfreetype\base</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_arith.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_arith_iaid.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_arith_int.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_generic.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_halftone.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_huffman.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_image.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_metadata.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_mmr.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_page.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_refinement.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_segment.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_symbol_dict.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jbig2dec\jbig2_text.c">
- <Filter>libjbig2dec</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jaricom.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jcomapi.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdapimin.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdapistd.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdarith.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdatadst.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdatasrc.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdcoefct.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdcolor.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jddctmgr.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdhuff.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdinput.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmainct.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmarker.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmaster.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdmerge.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdpostct.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdsample.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jdtrans.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jerror.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jfdctflt.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jfdctfst.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jfdctint.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jidctflt.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jidctfst.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jidctint.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jmemmgr.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jmemnobs.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jquant1.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jquant2.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\jpeg\jutils.c">
- <Filter>libjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\bio.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cidx_manager.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cio.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\dwt.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\event.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\function_list.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\image.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\invert.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k_lib.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\jp2.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mct.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mqc.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\openjpeg.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\phix_manager.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\pi.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\ppix_manager.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\raw.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1_generate_luts.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t2.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tcd.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tgt.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\thix_manager.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tpix_manager.c">
- <Filter>libopenjpeg</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\adler32.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\compress.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\crc32.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\deflate.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\inffast.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\inflate.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\inftrees.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\trees.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\uncompr.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\zlib\zutil.c">
- <Filter>libz</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\one.c">
- <Filter>libmujs</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsarray.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsboolean.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsbuiltin.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jscompile.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsdate.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsdtoa.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsdump.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jserror.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsfunction.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsgc.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsintern.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jslex.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsmath.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsnumber.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsobject.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\json.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsparse.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsproperty.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsregexp.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsrun.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsstate.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsstring.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\jsvalue.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\main.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\regex.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\utf.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mujs\utftype.c">
- <Filter>libmujs\source</Filter>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\ft2build.h">
- <Filter>libfreetype\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\freetype.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftadvanc.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftautoh.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbbox.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbdf.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbitmap.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftbzip2.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftcache.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftchapters.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftcid.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fterrdef.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fterrors.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftgasp.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftglyph.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftgxval.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftgzip.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftimage.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftincrem.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftlcdfil.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftlist.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftlzw.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmac.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmm.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmodapi.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftmoderr.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftotval.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftoutln.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftpfr.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftrender.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsizes.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsnames.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftstroke.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsynth.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftsystem.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fttrigon.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\fttypes.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftwinfnt.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ftxf86.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\t1tables.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ttnameid.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\tttables.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\tttags.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\ttunpat.h">
- <Filter>libfreetype\include\freetype</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftconfig.h">
- <Filter>libfreetype\include\freetype\config</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftheader.h">
- <Filter>libfreetype\include\freetype\config</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftmodule.h">
- <Filter>libfreetype\include\freetype\config</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftoption.h">
- <Filter>libfreetype\include\freetype\config</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\config\ftstdlib.h">
- <Filter>libfreetype\include\freetype\config</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\autohint.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftcalc.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftdebug.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftdriver.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftgloadr.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftmemory.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftobjs.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftpic.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftrfork.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftserv.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftstream.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\fttrace.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\ftvalid.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\internal.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\psaux.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\pshints.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\sfnt.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\t1types.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\tttypes.h">
- <Filter>libfreetype\include\freetype\internal</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svbdf.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svcid.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svgldict.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svgxval.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svkern.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svmm.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svotval.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpfr.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpostnm.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svprop.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpscmap.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svpsinfo.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svsfnt.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svttcmap.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svtteng.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svttglyf.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svwinfnt.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\freetype\include\freetype\internal\services\svxf86nm.h">
- <Filter>libfreetype\include\freetype\internal\services</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\bio.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cidx_manager.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\cio.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\dwt.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\event.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\fix.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\function_list.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\image.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\indexbox_manager.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\int.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\invert.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\j2k_lib.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\jp2.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mct.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\mqc.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\openjpeg.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_config.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_config_private.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_includes.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_intmath.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_inttypes.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_malloc.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\opj_stdint.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\pi.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\raw.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t1_luts.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\t2.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tcd.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\openjpeg\libopenjpeg\tgt.h">
- <Filter>libopenjpeg</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\mujs.h">
- <Filter>libmujs</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\astnames.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\jsbuiltin.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\jscompile.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\jsi.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\jslex.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\jsrun.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\jsvalue.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\opnames.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\regex.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\thirdparty\mujs\utf.h">
- <Filter>libmujs\include</Filter>
- </ClInclude>
- </ItemGroup>
-</Project> \ No newline at end of file