From 14e3951d7e6c03ca3c1398dc2d25f26f36a4ecde Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 12 Apr 2021 13:49:42 +0300 Subject: [PATCH] back vcxproj and add some math files to OdfWriter --- .gitignore | 3 - .../DocFormatLib/Win32/DocFormatLib.vcxproj | 376 ++ .../Win32/DocFormatLib.vcxproj.filters | 713 +++ .../DocFormatTest/DocFormatTest.vcxproj | 238 + .../DocFormatTest.vcxproj.filters | 63 + .../OdfFileTest/OdfFileTest.vcxproj | 212 + .../OdfFileTest/OdfFileTest.vcxproj.filters | 28 + ASCOfficeOdfFile/win32/cpcommon.vcxproj | 414 ++ .../win32/cpcommon.vcxproj.filters | 678 +++ ASCOfficeOdfFile/win32/cpodf.vcxproj | 549 ++ ASCOfficeOdfFile/win32/cpodf.vcxproj.filters | 959 ++++ ASCOfficeOdfFile/win32/cpxml.vcxproj | 187 + ASCOfficeOdfFile/win32/cpxml.vcxproj.filters | 29 + .../win32/formulasconvert.vcxproj | 155 + .../OdfFileWTest/OdfFileWTest.vcxproj | 235 + .../OdfFileWTest/OdfFileWTest.vcxproj.filters | 68 + .../source/OdfFormat/math_elementaries.h | 414 +- .../source/OdfFormat/math_layout_elements.cpp | 97 + .../source/OdfFormat/math_layout_elements.h | 236 + .../source/OdfFormat/math_limit_elements.cpp | 412 ++ .../source/OdfFormat/math_limit_elements.h | 227 + .../source/OdfFormat/math_table_elements.cpp | 210 + .../source/OdfFormat/math_table_elements.h | 165 + .../source/OdfFormat/math_token_elements.cpp | 319 ++ .../source/OdfFormat/math_token_elements.h | 215 + .../source/Oox2OdfConverter/MathConverter.cpp | 1 + .../source/win32/OdfFormat.vcxproj | 336 ++ .../source/win32/OdfFormat.vcxproj.filters | 546 ++ .../source/win32/Oox2OdfConverter.vcxproj | 163 + .../win32/Oox2OdfConverter.vcxproj.filters | 59 + .../PPTFormatLib/Win32/PPTFormatLib.vcxproj | 495 ++ .../Win32/PPTFormatLib.vcxproj.filters | 797 +++ .../PptFormatTest/PptFormatTest.vcxproj | 227 + .../PptFormatTest.vcxproj.filters | 65 + ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj | 752 +++ .../PPTXLib/PPTXFormat.vcxproj.filters | 1489 +++++ .../RtfFormatLib/Win32/RtfFormatLib.vcxproj | 260 + .../Win32/RtfFormatLib.vcxproj.filters | 422 ++ .../RtfFormatTest/RtfFormatTest.vcxproj | 215 + .../RtfFormatTest.vcxproj.filters | 69 + .../TxtFormatTest/TxtFormatTest.vcxproj | 210 + .../TxtFormatTest.vcxproj.filters | 64 + .../Win32/TxtXmlFormatLib.vcxproj | 189 + .../Win32/TxtXmlFormatLib.vcxproj.filters | 93 + .../XlsFormatTest/XlsFormatTest.vcxproj | 218 + .../XlsFormatTest.vcxproj.filters | 68 + .../source/win32/XlsFormat.vcxproj | 1732 ++++++ .../source/win32/XlsFormat.vcxproj.filters | 4771 +++++++++++++++++ .../source/win32/XlsXlsxConverter.vcxproj | 350 ++ .../win32/XlsXlsxConverter.vcxproj.filters | 620 +++ Common/3dParty/cryptopp/cryptdll.vcxproj | 322 ++ .../3dParty/cryptopp/cryptdll.vcxproj.filters | 405 ++ Common/3dParty/cryptopp/cryptest.vcxproj | 340 ++ .../3dParty/cryptopp/cryptest.vcxproj.filters | 418 ++ Common/3dParty/cryptopp/cryptlib.vcxproj | 688 +++ Common/3dParty/cryptopp/dlltest.vcxproj | 134 + .../3dParty/cryptopp/dlltest.vcxproj.filters | 14 + .../DocxFormat/Projects/DocxFormatLib.vcxproj | 614 +++ .../Projects/DocxFormatLib.vcxproj.filters | 892 +++ DesktopEditor/agg-2.4/agg.vcxproj | 251 + DesktopEditor/agg-2.4/agg.vcxproj.filters | 98 + DesktopEditor/agg-2.4/agg_vs2005.vcxproj | 466 ++ .../agg-2.4/agg_vs2005.vcxproj.filters | 125 + DesktopEditor/cximage/CxImage/cximage.vcxproj | 754 +++ .../cximage/CxImage/cximage.vcxproj.filters | 188 + .../cximage/CxImage/cximage_vs2005.vcxproj | 811 +++ .../CxImage/cximage_vs2005.vcxproj.filters | 188 + DesktopEditor/cximage/jasper/jasper.vcxproj | 231 + .../cximage/jasper/jasper_vs2005.vcxproj | 521 ++ .../jasper/jasper_vs2005.vcxproj.filters | 266 + DesktopEditor/cximage/jbig/jbig.vcxproj | 148 + .../cximage/jbig/jbig_vs2005.vcxproj | 430 ++ .../cximage/jbig/jbig_vs2005.vcxproj.filters | 26 + .../cximage/jpeg/Jpeg_vs2005.vcxproj | 890 +++ DesktopEditor/cximage/jpeg/jpeg.vcxproj | 200 + DesktopEditor/cximage/libpsd/libpsd.vcxproj | 208 + .../cximage/libpsd/libpsd_vs2005.vcxproj | 493 ++ .../libpsd/libpsd_vs2005.vcxproj.filters | 206 + DesktopEditor/cximage/mng/mng.vcxproj | 186 + DesktopEditor/cximage/mng/mng_vs2005.vcxproj | 643 +++ .../cximage/mng/mng_vs2005.vcxproj.filters | 140 + DesktopEditor/cximage/png/png.vcxproj | 166 + DesktopEditor/cximage/png/png_vs2005.vcxproj | 579 ++ .../cximage/png/png_vs2005.vcxproj.filters | 72 + .../projects/vstudio/libpng/libpng.vcxproj | 233 + .../vstudio/pnglibconf/pnglibconf.vcxproj | 61 + .../projects/vstudio/pngtest/pngtest.vcxproj | 219 + .../vstudio/pngvalid/pngvalid.vcxproj | 218 + .../png/projects/vstudio/zlib/zlib.vcxproj | 174 + DesktopEditor/cximage/raw/libdcr.vcxproj | 147 + .../cximage/raw/libdcr_vs2005.vcxproj | 432 ++ .../cximage/raw/libdcr_vs2005.vcxproj.filters | 23 + .../cximage/tiff/Tiff_vs2005.vcxproj | 791 +++ .../cximage/tiff/Tiff_vs2005.vcxproj.filters | 149 + DesktopEditor/cximage/tiff/tiff.vcxproj | 192 + .../cximage/zlib/no_used/zlib.vcxproj | 166 + .../cximage/zlib/zlib_vs2005.vcxproj | 536 ++ .../cximage/zlib/zlib_vs2005.vcxproj.filters | 87 + .../docbuilder.com/docbuilder.com.vcxproj | 274 + .../docbuilder.com.vcxproj.filters | 52 + .../docbuilder.net/docbuilder.net.vcxproj | 170 + .../docbuilder.net.vcxproj.filters | 49 + .../fontengine/font_engine_vs2005.vcxproj | 276 + .../font_engine_vs2005.vcxproj.filters | 140 + .../builds/windows/vc2005/freetype.vcxproj | 1129 ++++ .../windows/vc2005/freetype.vcxproj.filters | 155 + .../builds/windows/vc2010/freetype.vcxproj | 351 ++ .../windows/vc2010/freetype.vcxproj.filters | 140 + .../builds/windows/vc2010/freetype.vcxproj | 1577 ++++++ .../windows/vc2010/freetype.vcxproj.filters | 155 + .../raster/JBig2/win32/jbig2.vcxproj | 340 ++ .../raster/JBig2/win32/jbig2.vcxproj.filters | 572 ++ .../MetaFileTest/MetaFileTest.vcxproj | 97 + .../raster/Metafile/Metafile.vcxproj | 210 + .../raster/Metafile/Metafile.vcxproj.filters | 18 + DesktopEditor/raster/raster_vs2005.vcxproj | 547 ++ .../raster/raster_vs2005.vcxproj.filters | 332 ++ .../libxml2/win32/VC10/libxml2-focus.vcxproj | 184 + .../xml/libxml2/win32/VC10/libxml2.vcxproj | 137 + .../win32/VC10/libxml2.vcxproj.filters | 171 + .../xml/libxml2/win32/VC10/runsuite.vcxproj | 85 + .../win32/VC10/runsuite.vcxproj.filters | 22 + DjVuFile/DjVuFile.vcxproj | 262 + DjVuFile/DjVuFileTest/DjVuFileTest.vcxproj | 176 + .../win32/ECMACryptReader.vcxproj | 156 + .../contrib/vstudio/vc10/miniunz.vcxproj | 310 ++ .../vstudio/vc10/miniunz.vcxproj.filters | 22 + .../contrib/vstudio/vc10/minizip.vcxproj | 307 ++ .../vstudio/vc10/minizip.vcxproj.filters | 22 + .../contrib/vstudio/vc10/testzlib.vcxproj | 420 ++ .../vstudio/vc10/testzlib.vcxproj.filters | 58 + .../contrib/vstudio/vc10/testzlibdll.vcxproj | 310 ++ .../vstudio/vc10/testzlibdll.vcxproj.filters | 22 + .../contrib/vstudio/vc10/zlibstat.vcxproj | 473 ++ .../vstudio/vc10/zlibstat.vcxproj.filters | 77 + .../contrib/vstudio/vc10/zlibvc.vcxproj | 657 +++ .../vstudio/vc10/zlibvc.vcxproj.filters | 118 + .../contrib/vstudio/vc11/miniunz.vcxproj | 314 ++ .../contrib/vstudio/vc11/minizip.vcxproj | 311 ++ .../contrib/vstudio/vc11/testzlib.vcxproj | 426 ++ .../contrib/vstudio/vc11/testzlibdll.vcxproj | 314 ++ .../contrib/vstudio/vc11/zlibstat.vcxproj | 464 ++ .../contrib/vstudio/vc11/zlibvc.vcxproj | 688 +++ .../contrib/vstudio/vc12/miniunz.vcxproj | 316 ++ .../contrib/vstudio/vc12/minizip.vcxproj | 313 ++ .../contrib/vstudio/vc12/testzlib.vcxproj | 430 ++ .../contrib/vstudio/vc12/testzlibdll.vcxproj | 316 ++ .../contrib/vstudio/vc12/zlibstat.vcxproj | 467 ++ .../contrib/vstudio/vc12/zlibvc.vcxproj | 692 +++ .../contrib/vstudio/vc14/miniunz.vcxproj | 316 ++ .../contrib/vstudio/vc14/minizip.vcxproj | 313 ++ .../contrib/vstudio/vc14/testzlib.vcxproj | 430 ++ .../contrib/vstudio/vc14/testzlibdll.vcxproj | 316 ++ .../contrib/vstudio/vc14/zlibstat.vcxproj | 467 ++ .../contrib/vstudio/vc14/zlibvc.vcxproj | 692 +++ PdfReader/PdfReader.vcxproj | 260 + PdfReader/PdfReader.vcxproj.filters | 348 ++ PdfReader/PdfReaderTest/PdfReaderTest.vcxproj | 164 + .../PdfReaderTest.vcxproj.filters | 36 + PdfWriter/PdfWriter.vcxproj | 198 + PdfWriter/PdfWriter.vcxproj.filters | 174 + .../PdfWriterLibTest/PdfWriterLibTest.vcxproj | 252 + .../PdfWriterLibTest.vcxproj.filters | 303 ++ PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj | 168 + .../PdfWriterTest.vcxproj.filters | 36 + X2tConverter/test/win32Test/X2tTest.vcxproj | 328 ++ .../test/win32Test/X2tTest.vcxproj.filters | 177 + XpsFile/XpsFile.vcxproj | 162 + XpsFile/XpsFileTest/XpsFileTest.vcxproj | 174 + 169 files changed, 57682 insertions(+), 210 deletions(-) create mode 100644 ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj create mode 100644 ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj.filters create mode 100644 ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj create mode 100644 ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj.filters create mode 100644 ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj create mode 100644 ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj.filters create mode 100644 ASCOfficeOdfFile/win32/cpcommon.vcxproj create mode 100644 ASCOfficeOdfFile/win32/cpcommon.vcxproj.filters create mode 100644 ASCOfficeOdfFile/win32/cpodf.vcxproj create mode 100644 ASCOfficeOdfFile/win32/cpodf.vcxproj.filters create mode 100644 ASCOfficeOdfFile/win32/cpxml.vcxproj create mode 100644 ASCOfficeOdfFile/win32/cpxml.vcxproj.filters create mode 100644 ASCOfficeOdfFile/win32/formulasconvert.vcxproj create mode 100644 ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj create mode 100644 ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj.filters create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.cpp create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.h create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.cpp create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.h create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.cpp create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.h create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.cpp create mode 100644 ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.h create mode 100644 ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj create mode 100644 ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj.filters create mode 100644 ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj create mode 100644 ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj.filters create mode 100644 ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj create mode 100644 ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj.filters create mode 100644 ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj create mode 100644 ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj.filters create mode 100644 ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj create mode 100644 ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj.filters create mode 100644 ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj create mode 100644 ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj.filters create mode 100644 ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj create mode 100644 ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj.filters create mode 100644 ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj create mode 100644 ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj.filters create mode 100644 ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj create mode 100644 ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj.filters create mode 100644 ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj create mode 100644 ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj.filters create mode 100644 ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj create mode 100644 ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj.filters create mode 100644 ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj create mode 100644 ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj.filters create mode 100644 Common/3dParty/cryptopp/cryptdll.vcxproj create mode 100644 Common/3dParty/cryptopp/cryptdll.vcxproj.filters create mode 100644 Common/3dParty/cryptopp/cryptest.vcxproj create mode 100644 Common/3dParty/cryptopp/cryptest.vcxproj.filters create mode 100644 Common/3dParty/cryptopp/cryptlib.vcxproj create mode 100644 Common/3dParty/cryptopp/dlltest.vcxproj create mode 100644 Common/3dParty/cryptopp/dlltest.vcxproj.filters create mode 100644 Common/DocxFormat/Projects/DocxFormatLib.vcxproj create mode 100644 Common/DocxFormat/Projects/DocxFormatLib.vcxproj.filters create mode 100644 DesktopEditor/agg-2.4/agg.vcxproj create mode 100644 DesktopEditor/agg-2.4/agg.vcxproj.filters create mode 100644 DesktopEditor/agg-2.4/agg_vs2005.vcxproj create mode 100644 DesktopEditor/agg-2.4/agg_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/CxImage/cximage.vcxproj create mode 100644 DesktopEditor/cximage/CxImage/cximage.vcxproj.filters create mode 100644 DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/jasper/jasper.vcxproj create mode 100644 DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/jbig/jbig.vcxproj create mode 100644 DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/jpeg/Jpeg_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/jpeg/jpeg.vcxproj create mode 100644 DesktopEditor/cximage/libpsd/libpsd.vcxproj create mode 100644 DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/mng/mng.vcxproj create mode 100644 DesktopEditor/cximage/mng/mng_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/mng/mng_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/png/png.vcxproj create mode 100644 DesktopEditor/cximage/png/png_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/png/png_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/png/projects/vstudio/libpng/libpng.vcxproj create mode 100644 DesktopEditor/cximage/png/projects/vstudio/pnglibconf/pnglibconf.vcxproj create mode 100644 DesktopEditor/cximage/png/projects/vstudio/pngtest/pngtest.vcxproj create mode 100644 DesktopEditor/cximage/png/projects/vstudio/pngvalid/pngvalid.vcxproj create mode 100644 DesktopEditor/cximage/png/projects/vstudio/zlib/zlib.vcxproj create mode 100644 DesktopEditor/cximage/raw/libdcr.vcxproj create mode 100644 DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj.filters create mode 100644 DesktopEditor/cximage/tiff/tiff.vcxproj create mode 100644 DesktopEditor/cximage/zlib/no_used/zlib.vcxproj create mode 100644 DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj create mode 100644 DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj.filters create mode 100644 DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj create mode 100644 DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj.filters create mode 100644 DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj create mode 100644 DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj.filters create mode 100644 DesktopEditor/fontengine/font_engine_vs2005.vcxproj create mode 100644 DesktopEditor/fontengine/font_engine_vs2005.vcxproj.filters create mode 100644 DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj create mode 100644 DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj.filters create mode 100644 DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj create mode 100644 DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj.filters create mode 100644 DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj create mode 100644 DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj.filters create mode 100644 DesktopEditor/raster/JBig2/win32/jbig2.vcxproj create mode 100644 DesktopEditor/raster/JBig2/win32/jbig2.vcxproj.filters create mode 100644 DesktopEditor/raster/Metafile/MetaFileTest/MetaFileTest.vcxproj create mode 100644 DesktopEditor/raster/Metafile/Metafile.vcxproj create mode 100644 DesktopEditor/raster/Metafile/Metafile.vcxproj.filters create mode 100644 DesktopEditor/raster/raster_vs2005.vcxproj create mode 100644 DesktopEditor/raster/raster_vs2005.vcxproj.filters create mode 100644 DesktopEditor/xml/libxml2/win32/VC10/libxml2-focus.vcxproj create mode 100644 DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj create mode 100644 DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj.filters create mode 100644 DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj create mode 100644 DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj.filters create mode 100644 DjVuFile/DjVuFile.vcxproj create mode 100644 DjVuFile/DjVuFileTest/DjVuFileTest.vcxproj create mode 100644 OfficeCryptReader/win32/ECMACryptReader.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj.filters create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj.filters create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj.filters create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj.filters create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj.filters create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj.filters create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/miniunz.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/minizip.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlib.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlibdll.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibstat.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibvc.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/miniunz.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/minizip.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlib.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlibdll.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibstat.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibvc.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/miniunz.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/minizip.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlib.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlibdll.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibstat.vcxproj create mode 100644 OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibvc.vcxproj create mode 100644 PdfReader/PdfReader.vcxproj create mode 100644 PdfReader/PdfReader.vcxproj.filters create mode 100644 PdfReader/PdfReaderTest/PdfReaderTest.vcxproj create mode 100644 PdfReader/PdfReaderTest/PdfReaderTest.vcxproj.filters create mode 100644 PdfWriter/PdfWriter.vcxproj create mode 100644 PdfWriter/PdfWriter.vcxproj.filters create mode 100644 PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj create mode 100644 PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj.filters create mode 100644 PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj create mode 100644 PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj.filters create mode 100644 X2tConverter/test/win32Test/X2tTest.vcxproj create mode 100644 X2tConverter/test/win32Test/X2tTest.vcxproj.filters create mode 100644 XpsFile/XpsFile.vcxproj create mode 100644 XpsFile/XpsFileTest/XpsFileTest.vcxproj diff --git a/.gitignore b/.gitignore index 263e1d7adc..6a6fc635dd 100644 --- a/.gitignore +++ b/.gitignore @@ -148,6 +148,3 @@ HtmlFile2/Makefile XpsFile/Makefile -*.vcxproj - -*.filters diff --git a/ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj b/ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj new file mode 100644 index 0000000000..93bb8de547 --- /dev/null +++ b/ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj @@ -0,0 +1,376 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C5371405-338F-4B70-83BD-2A5CDF64F383} + DocFormatLib + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + _DEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + + + WIN32;NDEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + ..\..\..\Common\DocxFormat\Source\XML\libxml2\XML\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;USE_ATL_CSTRINGS;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj.filters b/ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj.filters new file mode 100644 index 0000000000..15f23aa8e8 --- /dev/null +++ b/ASCOfficeDocFile/DocFormatLib/Win32/DocFormatLib.vcxproj.filters @@ -0,0 +1,713 @@ + + + + + {b71e7e8a-fe3b-470f-aecc-cd46ae338e31} + + + {08f46501-29da-4691-b19d-2f230e536ee2} + + + {0c04a0b9-7265-4e3e-af45-0a86e4d7c49c} + + + {bbeff7b2-a7b0-4cab-85a4-893aebfce8a8} + + + {80f3b70c-514b-444d-8a10-21c4ccbea4a1} + + + {6640ac5f-d20f-4e15-9a1c-230e6d19266e} + + + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common\pole + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\OfficeDrawing\Shapetypes + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + + + + Common\pole + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\OfficeDrawing + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + Doc_2_Docx\Mapping + + + + \ No newline at end of file diff --git a/ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj b/ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj new file mode 100644 index 0000000000..96e5cfb94f --- /dev/null +++ b/ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj @@ -0,0 +1,238 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0F49D5D1-A8D3-4F97-8BC1-E2F65BB00C10} + PptFormatTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ../../DesktopEditor/xml/build/vs2005;../../DesktopEditor/xml/libxml2/include;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;DONT_WRITE_EMBEDDED_FONTS;DONT_USED_EXTRA_LIBRARY;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + Urlmon.lib;%(AdditionalDependencies) + true + true + Console + MachineX86 + + + + + X64 + + + Disabled + ..\..\..\..\..\Common\OfficeDrawing;..\..\..\..\..\DesktopEditor\freetype-2.5.2\include;..\..\..\..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;USE_ATL_CSTRINGS;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) + true + true + Console + MachineX64 + + + + + ..\..\..\..\..\Common\OfficeDrawing;..\..\..\..\..\DesktopEditor\freetype-2.5.2\include;..\..\..\..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX86 + + + + + X64 + + + ..\..\..\..\..\Common\OfficeDrawing;..\..\..\..\..\DesktopEditor\freetype-2.5.2\include;..\..\..\..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX64 + + + + + + + + + + /bigobj + %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + false + + + {77ddc8d7-5b12-4ff2-9629-26aebca8436d} + false + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + false + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {c27e9a9f-3a17-4482-9c5f-bf15c01e747c} + false + + + {c5371405-338f-4b70-83bd-2a5cdf64f383} + false + + + + + + \ No newline at end of file diff --git a/ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj.filters b/ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj.filters new file mode 100644 index 0000000000..d544e43e41 --- /dev/null +++ b/ASCOfficeDocFile/DocFormatTest/DocFormatTest.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + {684a6de4-5e01-434f-aa50-2efd22c26e73} + + + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj b/ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj new file mode 100644 index 0000000000..06afa6b578 --- /dev/null +++ b/ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj @@ -0,0 +1,212 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OdfFileReaderTest + {C2882DDD-07E6-4314-AD4B-48F43F38D722} + ASCOfficeOdfFileTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + true + D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(Configuration)\ + $(Configuration)\ + false + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ../../DesktopEditor/xml/build/vs2005;../../DesktopEditor/xml/libxml2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_UNICODE;UNICODE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + gdi32.lib;Rpcrt4.lib;%(AdditionalDependencies) + NotSet + + true + Console + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + kernel32.lib + true + Console + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + kernel32.lib + true + Console + true + true + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + kernel32.lib + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + + + {c27e9a9f-3a17-4482-9c5f-bf15c01e747c} + false + + + {609ed938-3ca8-4bed-b363-25096d4c4812} + false + + + {50e20601-4a8d-4afb-8870-63828d328429} + false + + + {41bed424-4eaf-4053-8a5f-1e2a387d53d1} + + + {94954a67-a853-43b1-a727-6ef2774c5a6a} + false + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj.filters b/ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj.filters new file mode 100644 index 0000000000..575331b3fe --- /dev/null +++ b/ASCOfficeOdfFile/OdfFileTest/OdfFileTest.vcxproj.filters @@ -0,0 +1,28 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common + + + + + Common + + + Common + + + Common + + + Common + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/cpcommon.vcxproj b/ASCOfficeOdfFile/win32/cpcommon.vcxproj new file mode 100644 index 0000000000..f529c8e017 --- /dev/null +++ b/ASCOfficeOdfFile/win32/cpcommon.vcxproj @@ -0,0 +1,414 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OdfCommon + {609ED938-3CA8-4BED-B363-25096D4C4812} + cpcommon + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\include;..\src\odf\datatypes;..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotUsing + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)-static.lib + + + + + X64 + + + Disabled + ../include;../src/odf/datatypes;%(AdditionalIncludeDirectories) + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)-static.lib + + + + + Speed + ../include;../src/odf/datatypes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)-static.lib + + + + + X64 + + + Speed + ../include;../src/odf/datatypes;%(AdditionalIncludeDirectories) + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)-static.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/cpcommon.vcxproj.filters b/ASCOfficeOdfFile/win32/cpcommon.vcxproj.filters new file mode 100644 index 0000000000..8c09635b9d --- /dev/null +++ b/ASCOfficeOdfFile/win32/cpcommon.vcxproj.filters @@ -0,0 +1,678 @@ + + + + + {99b4ef49-83fb-4723-a3a5-93e6ede1ddb6} + + + {c5b21206-a811-4082-8df4-c8306b5518b0} + + + + + include + + + include + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + + + + + + + + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + + + + datatypes odf + + + datatypes odf + + + datatypes odf + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/cpodf.vcxproj b/ASCOfficeOdfFile/win32/cpodf.vcxproj new file mode 100644 index 0000000000..95f23fade7 --- /dev/null +++ b/ASCOfficeOdfFile/win32/cpodf.vcxproj @@ -0,0 +1,549 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OdfFormatReaderLib + {50E20601-4A8D-4AFB-8870-63828D328429} + cpodf + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\include;..\..\DesktopEditor\freetype-2.5.2\include;..\..\DesktopEditor\xml\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + X64 + + + Disabled + ../include;../../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + _DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + Speed + ../include;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + D:\WORK\VersionControl.exe $(ProjectDir)\ASCOfficeOdfFile\version.h + + + + + X64 + + + Speed + ../include;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + D:\WORK\VersionControl.exe $(ProjectDir)\ASCOfficeOdfFile\version.h + + + + + + + + + + + + + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + + + + + + + + + + + + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + + + + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + + + + + /bigobj %(AdditionalOptions) + + + + + + + + /bigobj %(AdditionalOptions) + + + + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {609ed938-3ca8-4bed-b363-25096d4c4812} + false + + + {41bed424-4eaf-4053-8a5f-1e2a387d53d1} + false + + + {94954a67-a853-43b1-a727-6ef2774c5a6a} + false + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/cpodf.vcxproj.filters b/ASCOfficeOdfFile/win32/cpodf.vcxproj.filters new file mode 100644 index 0000000000..12f0dc2fc5 --- /dev/null +++ b/ASCOfficeOdfFile/win32/cpodf.vcxproj.filters @@ -0,0 +1,959 @@ + + + + + {ecbc1bb6-05af-4043-8b7f-731cde436676} + + + {d2b29d16-77b4-4633-bb04-8098ca248b97} + + + {e8d90800-7021-4032-8d17-274da4aa8e51} + + + {9727d03b-cbbc-4826-8201-33a7efbe18ae} + + + {be7ec2fb-7bd5-4d53-b95d-c8fdc54ce7e1} + + + {cd06f6d0-4dca-49f4-9dd1-f3ef8bc9ccad} + + + {364be721-ed85-4b58-a882-46ad3b9fa58e} + + + {deeff4dd-2ea3-4438-a021-54ddc8f67f16} + + + {ebc99137-74a5-4b8c-9e31-56190141e2bd} + + + {67b2bf43-5673-4a6f-82cb-fe4be01aee5f} + + + + + utility + + + utility + + + utility + + + utility + + + utility + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + + style + + + + + utility + + + utility + + + utility + + + utility + + + utility + + + utility + + + utility + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + style + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\docx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\xlsx\styles + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\oox\chart + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + oox\pptx + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + + style + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/cpxml.vcxproj b/ASCOfficeOdfFile/win32/cpxml.vcxproj new file mode 100644 index 0000000000..d7843eb85b --- /dev/null +++ b/ASCOfficeOdfFile/win32/cpxml.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xml_wrapper + {41BED424-4EAF-4053-8A5F-1E2A387D53D1} + cpxml + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ../../DesktopEditor/xml/libxml2/include;../../DesktopEditor/xml/build/vs2005;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + X64 + + + Disabled + _DEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + Speed + WIN32;NDEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)-static.lib + + + + + X64 + + + Speed + NDEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName)-static.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/cpxml.vcxproj.filters b/ASCOfficeOdfFile/win32/cpxml.vcxproj.filters new file mode 100644 index 0000000000..e273667f37 --- /dev/null +++ b/ASCOfficeOdfFile/win32/cpxml.vcxproj.filters @@ -0,0 +1,29 @@ + + + + + {d4faedc5-417c-40bd-9ca2-07728764fdb3} + + + + + xmllite + + + + + + + + + xmllite + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFile/win32/formulasconvert.vcxproj b/ASCOfficeOdfFile/win32/formulasconvert.vcxproj new file mode 100644 index 0000000000..1ef200e4d6 --- /dev/null +++ b/ASCOfficeOdfFile/win32/formulasconvert.vcxproj @@ -0,0 +1,155 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OdfFormulasConvert + {94954A67-A853-43B1-A727-6EF2774C5A6A} + formulasconvert + + + + StaticLibrary + v140 + MultiByte + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + MultiByte + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\include;%(AdditionalIncludeDirectories) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + X64 + + + Disabled + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + MultiThreadedDLL + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + X64 + + + MultiThreadedDLL + Level3 + ProgramDatabase + 4311;4267;4996;4172;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).lib + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj b/ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj new file mode 100644 index 0000000000..4afe368d89 --- /dev/null +++ b/ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj @@ -0,0 +1,235 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OdfFileWriterTest + {FBA8446A-150F-4A10-B4DA-1022048D6473} + ASCOfficeOdfFileWTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + true + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + false + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ../../DesktopEditor/xml/libxml2/include;../../DesktopEditor/xml/build/vs2005;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;__WORDSIZE=32;DONT_WRITE_EMBEDDED_FONTS;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_USED_EXTRA_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + $(IntDir)OdfFileWriterTest.pdb + Level3 + EditAndContinue + + + +Rpcrt4.lib;%(AdditionalDependencies) + true + Console + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + ProgramDatabase + + + true + Console + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX64 + + + + + + + + + + /bigobj %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + {609ed938-3ca8-4bed-b363-25096d4c4812} + false + + + {94954a67-a853-43b1-a727-6ef2774c5a6a} + false + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + false + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + false + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {c27e9a9f-3a17-4482-9c5f-bf15c01e747c} + false + + + {e5a67556-44da-4481-8f87-0a3aedbd20dd} + false + + + {bee01b53-244a-44e6-8947-ed9342d9247e} + false + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj.filters b/ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj.filters new file mode 100644 index 0000000000..bd4c6db1f9 --- /dev/null +++ b/ASCOfficeOdfFileW/OdfFileWTest/OdfFileWTest.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {86911534-a032-4f20-95fd-78c867b9ea7b} + + + + + Source Files + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files\oox + + + Source Files + + + \ No newline at end of file diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_elementaries.h b/ASCOfficeOdfFileW/source/OdfFormat/math_elementaries.h index c6fb2b778c..e2a878234c 100644 --- a/ASCOfficeOdfFileW/source/OdfFormat/math_elementaries.h +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_elementaries.h @@ -1,221 +1,221 @@ -/* - * (c) Copyright Ascensio System SIA 2010-2019 - * - * This program is a free software product. You can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License (AGPL) - * version 3 as published by the Free Software Foundation. In accordance with - * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect - * that Ascensio System SIA expressly excludes the warranty of non-infringement - * of any third-party rights. - * - * This program is distributed WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For - * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html - * - * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha - * street, Riga, Latvia, EU, LV-1050. - * - * The interactive user interfaces in modified source and object code versions - * of the Program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU AGPL version 3. - * - * Pursuant to Section 7(b) of the License you must retain the original Product - * logo when distributing the program. Pursuant to Section 7(e) we decline to - * grant you any rights under trademark law for use of our trademarks. - * - * All the Product's GUI elements, including illustrations and icon sets, as - * well as technical writing content are licensed under the terms of the - * Creative Commons Attribution-ShareAlike 4.0 International. See the License - * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - * - */ -#pragma once - -#include "math_elements.h" - -namespace cpdoccore { -namespace odf_writer { - -class math_mstack : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMStack; - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); - +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ +#pragma once + +#include "math_elements.h" + +namespace cpdoccore { +namespace odf_writer { + +class math_mstack : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMStack; + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_mstack); -//CP_REGISTER_OFFICE_ELEMENT3(math_mstack); - -//-------------------------------------------------------------------- - -class math_msrow : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMSRow; - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); - + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mstack); +//CP_REGISTER_OFFICE_ELEMENT3(math_mstack); + +//-------------------------------------------------------------------- + +class math_msrow : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSRow; + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_msrow); -//CP_REGISTER_OFFICE_ELEMENT3(math_msrow); - -//-------------------------------------------------------------------- - -class math_msline : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMSLine; - - CPDOCCORE_DEFINE_VISITABLE(); - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); - + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_msrow); +//CP_REGISTER_OFFICE_ELEMENT3(math_msrow); + +//-------------------------------------------------------------------- + +class math_msline : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSLine; + + CPDOCCORE_DEFINE_VISITABLE(); + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_msline); -//CP_REGISTER_OFFICE_ELEMENT3(math_msline); - -//-------------------------------------------------------------------- - -class math_mlongdiv : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMSLongDiv; - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_msline); +//CP_REGISTER_OFFICE_ELEMENT3(math_msline); + +//-------------------------------------------------------------------- + +class math_mlongdiv : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSLongDiv; + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_mlongdiv); -//CP_REGISTER_OFFICE_ELEMENT3(math_mlongdiv); - -//-------------------------------------------------------------------- - -class math_mscarries : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMSCarries; - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); - + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mlongdiv); +//CP_REGISTER_OFFICE_ELEMENT3(math_mlongdiv); + +//-------------------------------------------------------------------- + +class math_mscarries : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSCarries; + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_mscarries); -//CP_REGISTER_OFFICE_ELEMENT3(math_mscarries); -//-------------------------------------------------------------------- - -class math_msgroup : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMSGroup; - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); - + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mscarries); +//CP_REGISTER_OFFICE_ELEMENT3(math_mscarries); +//-------------------------------------------------------------------- + +class math_msgroup : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSGroup; + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_msgroup); -//CP_REGISTER_OFFICE_ELEMENT3(math_msgroup); - -//-------------------------------------------------------------------- - -class math_mscarry : public office_math_element -{ -public: - static const wchar_t * ns; - static const wchar_t * name; - static const xml::NodeType xml_type = xml::typeElement; - static const ElementType type = typeMSCarry; - - - -private: - virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); - virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); - + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_msgroup); +//CP_REGISTER_OFFICE_ELEMENT3(math_msgroup); + +//-------------------------------------------------------------------- + +class math_mscarry : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSCarry; + + + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); virtual void add_child_element(const office_element_ptr & child_element); - virtual void serialize(std::wostream & _Wostream); - - office_element_ptr_array content_; -}; - -CP_REGISTER_OFFICE_ELEMENT2(math_mscarry); -//CP_REGISTER_OFFICE_ELEMENT3(math_mscarry); - -//-------------------------------------------------------------------- -} -} + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mscarry); +//CP_REGISTER_OFFICE_ELEMENT3(math_mscarry); + +//-------------------------------------------------------------------- +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.cpp b/ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.cpp new file mode 100644 index 0000000000..862162ab2b --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.cpp @@ -0,0 +1,97 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ + +#include "math_layout_elements.h" +#include "math_token_elements.h" +#include "style_text_properties.h" +#include "math_limit_elements.h" + +#include +#include + + +namespace cpdoccore { + + using namespace odf_types; + +namespace odf_writer { + +//--------------------------------------------------------------- +const wchar_t * math_mrow::ns = L"math"; +const wchar_t * math_mrow::name = L"mrow"; +//---------------------------------------------------------------------------------------------------- +math_mrow::math_mrow() +{ + next_element_to_prev_ = false; +} + +//--------------------------------------------------------------- +const wchar_t * math_mfrac::ns = L"math"; +const wchar_t * math_mfrac::name = L"mfrac"; +//---------------------------------------------------------------------------------------------------- + +//--------------------------------------------------------------- +const wchar_t * math_msqrt::ns = L"math"; +const wchar_t * math_msqrt::name = L"msqrt"; +//---------------------------------------------------------------------------------------------------- + +//--------------------------------------------------------------- +const wchar_t * math_mroot::ns = L"math"; +const wchar_t * math_mroot::name = L"mroot"; +//---------------------------------------------------------------------------------------------------- + +//--------------------------------------------------------------- +const wchar_t * math_mstyle::ns = L"math"; +const wchar_t * math_mstyle::name = L"mstyle"; +//---------------------------------------------------------------------------------------------------- + +//-------------------------------------------------- + +//--------------------------------------------------------------- +const wchar_t * math_menclose::ns = L"math"; +const wchar_t * math_menclose::name = L"menclose"; +//---------------------------------------------------------------------------------------------------- + +//--------------------------------------------------------------- +const wchar_t * math_mfenced::ns = L"math"; +const wchar_t * math_mfenced::name = L"mfenced"; +//---------------------------------------------------------------------------------------------------- + +//--------------------------------------------------------------- +const wchar_t * math_mpadded::ns = L"mpadded"; +const wchar_t * math_mpadded::name = L"mpadded"; +//---------------------------------------------------------------------------------------------------- + + + +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.h b/ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.h new file mode 100644 index 0000000000..f41cdacb4b --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_layout_elements.h @@ -0,0 +1,236 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ +#pragma once + +#include "math_elements.h" + +#include "../datatypes/common_attlists.h" +#include "../datatypes/fontstyle.h" +#include "../datatypes/fontweight.h" +#include "../datatypes/fontsize.h" + +namespace cpdoccore { + + using namespace odf_types; + +namespace odf_writer { + +class math_mrow : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMRow; + + math_mrow(); + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; + bool next_element_to_prev_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mrow); +//CP_REGISTER_OFFICE_ELEMENT3(math_mrow); +//-------------------------------------------------------------------------------------- +class math_mfrac : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMFrac; + + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; //2 elements + + _CP_OPT(length) linethickness; + //numalign left, central,right + //denomalign + _CP_OPT(Bool) bevelled; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mfrac); +//CP_REGISTER_OFFICE_ELEMENT3(math_mfrac); +//-------------------------------------------------------------------------------------- +class math_msqrt : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSqrt; + + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; +CP_REGISTER_OFFICE_ELEMENT2(math_msqrt); +//CP_REGISTER_OFFICE_ELEMENT3(math_msqrt); + +//-------------------------------------------------------------------------------------- +class math_mroot : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMRoot; + + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; +CP_REGISTER_OFFICE_ELEMENT2(math_mroot); +//CP_REGISTER_OFFICE_ELEMENT3(math_mroot); + +//-------------------------------------------------------------------------------------- +class math_mstyle : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMStyle; + + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; + + common_math_style_attlist common_attlist_; + _CP_OPT(font_size) mathsize_; + _CP_OPT(color) color_; + _CP_OPT(font_weight) fontweight_; +}; +CP_REGISTER_OFFICE_ELEMENT2(math_mstyle); +//CP_REGISTER_OFFICE_ELEMENT3(math_mstyle); +//-------------------------------------------------------------------------------------- + +class math_menclose : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMEnClose; + + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; +CP_REGISTER_OFFICE_ELEMENT2(math_menclose); +CP_REGISTER_OFFICE_ELEMENT3(math_menclose); +//-------------------------------------------------------------------------------------- + +class math_mfenced : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMFenced; + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; +CP_REGISTER_OFFICE_ELEMENT2(math_mfenced); +//CP_REGISTER_OFFICE_ELEMENT3(math_mfenced); +//-------------------------------------------------------------------------------------- + +class math_mpadded : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMPadded; + + + +private: + //virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void create_child_element(const std::wstring & Ns, const std::wstring & Name); + virtual void add_child_element(const office_element_ptr & child_element); + virtual void serialize(std::wostream & _Wostream); + + office_element_ptr_array content_; +}; +CP_REGISTER_OFFICE_ELEMENT2(math_mpadded); +//CP_REGISTER_OFFICE_ELEMENT3(math_mpadded); +//-------------------------------------------------------------------------------------- +//merror +//mphantom +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.cpp b/ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.cpp new file mode 100644 index 0000000000..56ef6541eb --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.cpp @@ -0,0 +1,412 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ + +#include "math_limit_elements.h" + +#include +#include +#include + +namespace cpdoccore { + + using namespace odf_types; + +namespace odf_reader { + +//--------------------------------------------------------------- +const wchar_t * math_msub::ns = L"math"; +const wchar_t * math_msub::name = L"msub"; +//---------------------------------------------------------------------------------------------------- +void math_msub::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_msub::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + // base subscript + + CP_CREATE_ELEMENT(content_); +} + +void math_msub::oox_convert(oox::math_context & Context) +{//2 elements + if (content_.size() != 2) + { + return;//todooo + } + std::wostream & strm = Context.output_stream(); + + office_math_element* math_element = NULL; + + strm << L""; + + strm << L""; + Context.is_need_e_ = false; + + math_element = dynamic_cast(content_[0].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; + Context.is_need_e_ = false; //?? + + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; +} +//--------------------------------------------------------------- +const wchar_t * math_msup::ns = L"math"; +const wchar_t * math_msup::name = L"msup"; +//---------------------------------------------------------------------------------------------------- +void math_msup::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_msup::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_msup::oox_convert(oox::math_context & Context) +{//2 elements + if (content_.size() != 2) + { + return;//todooo + } + std::wostream & strm = Context.output_stream(); + + office_math_element* math_element = NULL; + + strm << L""; + + strm << L""; + Context.is_need_e_ = false; + + math_element = dynamic_cast(content_[0].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; +} + +//--------------------------------------------------------------- +const wchar_t * math_msubsup::ns = L"math"; +const wchar_t * math_msubsup::name = L"msubsup"; +//---------------------------------------------------------------------------------------------------- +void math_msubsup::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_msubsup::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_msubsup::oox_convert(oox::math_context & Context) +{//3 elements + std::wostream & strm = Context.output_stream(); + + office_math_element* math_element = NULL; + + strm << L""; + + Context.is_need_e_ = false; + + strm << L""; + math_element = dynamic_cast(content_[0].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; + math_element = dynamic_cast(content_[2].get()); + math_element->oox_convert(Context); + strm << L""; + + strm << L""; +} +//--------------------------------------------------------------- +const wchar_t * math_none::ns = L"math"; +const wchar_t * math_none::name = L"none"; +//---------------------------------------------------------------------------------------------------- +void math_none::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_none::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_none::oox_convert(oox::math_context & Context) +{ + +} + +//--------------------------------------------------------------- +const wchar_t * math_mprescripts::ns = L"math"; +const wchar_t * math_mprescripts::name = L"mprescripts"; + +void math_mprescripts::oox_convert(oox::math_context & Context) +{ +} +//--------------------------------------------------------------- +const wchar_t * math_mmultiscripts::ns = L"math"; +const wchar_t * math_mmultiscripts::name = L"mmultiscripts"; +//---------------------------------------------------------------------------------------------------- +void math_mmultiscripts::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mmultiscripts::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + if (Name == L"mprescripts") + { + bSeparate = true; + } + else + { + if (bSeparate) + CP_CREATE_ELEMENT(pre_content_); + else + CP_CREATE_ELEMENT(content_); + } +} + +void math_mmultiscripts::oox_convert(oox::math_context & Context) +{//1* elements + std::wostream & strm = Context.output_stream(); + + strm << L""; + strm << L""; + for (size_t i = 0; i < pre_content_.size(); i++) + { + office_math_element* math_element = dynamic_cast(pre_content_[i].get()); + math_element->oox_convert(Context); + } + strm << L""; + strm << L""; + for (size_t i = 0; i < content_.size(); i++) + { + office_math_element* math_element = dynamic_cast(content_[i].get()); + math_element->oox_convert(Context); + } + strm << L""; + strm << L""; +} +//--------------------------------------------------------------- +const wchar_t * math_munderover::ns = L"math"; +const wchar_t * math_munderover::name = L"munderover"; +//---------------------------------------------------------------------------------------------------- +void math_munderover::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_munderover::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_munderover::oox_convert(oox::math_context & Context) +{//3 elements (+1) + if (content_.size() < 4) + { + return; + } + std::wstringstream strmTemp; + strmTemp.clear(); + content_[0]->text_to_stream(strmTemp); + + std::wstring sBase = strmTemp.str(); + + std::wostream & strm = Context.output_stream(); + + office_math_element* math_element = NULL; + + if (sBase.size() < 3) + { + strm << L""; + + strm << L""; + { + strm << L"text_to_stream(strm); + strm << L"\"/>"; + } + strm << L""; + strm << L""; + { + math_element = dynamic_cast(content_[2].get()); + math_element->oox_convert(Context); + } + strm << L""; + + strm << L""; + { + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + } + strm << L""; + + strm << L""; + { + math_element = dynamic_cast(content_[3].get()); + math_element->oox_convert(Context); + } + strm << L""; + strm << L""; + } + else if (sBase == L"lim") + { + strm << L""; + strm << L""; + strm << L""; + strm << L""; + strm << L""; + strm << L""; + math_element = dynamic_cast(content_[0].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; + strm << L""; + strm << L""; + math_element = dynamic_cast(content_[2].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; + + math_element = dynamic_cast(content_[3].get()); + math_element->oox_convert(Context); + } +} +//--------------------------------------------------------------- +const wchar_t * math_mover::ns = L"math"; +const wchar_t * math_mover::name = L"mover"; +//---------------------------------------------------------------------------------------------------- +void math_mover::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mover::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mover::oox_convert(oox::math_context & Context) +{//2 elements + std::wostream & strm = Context.output_stream(); + + office_math_element* math_element = NULL; + + strm << L""; + strm << L""; + strm << L""; + + Context.is_need_e_ = false; + + math_element = dynamic_cast(content_[0].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; +} +//--------------------------------------------------------------- +const wchar_t * math_munder::ns = L"math"; +const wchar_t * math_munder::name = L"munder"; +//---------------------------------------------------------------------------------------------------- +void math_munder::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_munder::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_munder::oox_convert(oox::math_context & Context) +{//2 elements + std::wostream & strm = Context.output_stream(); + + bool need_e = Context.is_need_e_; + if (need_e) + { + Context.output_stream() << L""; + } + Context.is_need_e_ = false; + + office_math_element* math_element = NULL; + strm << L""; + strm << L""; + strm << L""; + math_element = dynamic_cast(content_[0].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; + math_element = dynamic_cast(content_[1].get()); + math_element->oox_convert(Context); + strm << L""; + strm << L""; + + if (need_e) + { + Context.output_stream() << L""; + } + Context.is_need_e_ = need_e; +} +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.h b/ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.h new file mode 100644 index 0000000000..fe5c25851c --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_limit_elements.h @@ -0,0 +1,227 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ +#pragma once + +#include "math_elements.h" + +namespace cpdoccore { +namespace odf_reader { + +class math_msub : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSub; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_msub); +CP_REGISTER_OFFICE_ELEMENT3(math_msub); +//-------------------------------------------------------------------- +class math_msup : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSup; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_msup); +CP_REGISTER_OFFICE_ELEMENT3(math_msup); + +//-------------------------------------------------------------------- +class math_msubsup : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSubSup; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_msubsup); +CP_REGISTER_OFFICE_ELEMENT3(math_msubsup); + +//-------------------------------------------------------------------- +class math_none : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMNone; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_none); +CP_REGISTER_OFFICE_ELEMENT3(math_none); + +//-------------------------------------------------------------------- +class math_mprescripts : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMPreScripts; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes(const xml::attributes_wc_ptr & Attributes) {} + virtual void add_child_element(xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) {} +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mprescripts); +CP_REGISTER_OFFICE_ELEMENT3(math_mprescripts); + +//-------------------------------------------------------------------- +class math_mmultiscripts : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMMultiScripts; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; + office_element_ptr_array pre_content_; + bool bSeparate = false; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mmultiscripts); +CP_REGISTER_OFFICE_ELEMENT3(math_mmultiscripts); + +//-------------------------------------------------------------------- +class math_munderover : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMUnderOver; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; //3 exact - base, under, over +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_munderover); +CP_REGISTER_OFFICE_ELEMENT3(math_munderover); + +//-------------------------------------------------------------------- +class math_mover : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMOver; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mover); +CP_REGISTER_OFFICE_ELEMENT3(math_mover); + +//-------------------------------------------------------------------- +class math_munder : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMUnder; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_munder); +CP_REGISTER_OFFICE_ELEMENT3(math_munder); +//-------------------------------------------------------------------- +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.cpp b/ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.cpp new file mode 100644 index 0000000000..92883016f3 --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.cpp @@ -0,0 +1,210 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ + +#include "math_table_elements.h" +#include "math_layout_elements.h" +#include "math_limit_elements.h" + +#include +#include + + +namespace cpdoccore { + + using namespace odf_types; + +namespace odf_reader { + +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mtable::ns = L"math"; +const wchar_t * math_mtable::name = L"mtable"; +//---------------------------------------------------------------------------------------------------- + +void math_mtable::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mtable::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mtable::oox_convert(oox::math_context & Context) +{//0* elements + std::wostream & strm = Context.output_stream(); + + strm << L""; + for (size_t i = 0; i < content_.size(); i++) + { + office_math_element* math_element = dynamic_cast(content_[i].get()); + math_element->oox_convert(Context); + } + strm << L""; +} + +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mtr::ns = L"math"; +const wchar_t * math_mtr::name = L"mtr"; +//---------------------------------------------------------------------------------------------------- + +void math_mtr::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mtr::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mtr::oox_convert(oox::math_context & Context) +{//0* elements + std::wostream & strm = Context.output_stream(); + + strm << L""; + + bool need_e_old = Context.is_need_e_; + + for (size_t i = 0; i < content_.size(); i++) + { + //Context.is_need_e_ = content_.size() > 1 ? true : false; + Context.is_need_e_ = true; + + //math_mrow* row_test = dynamic_cast(content_[i].get()); + //math_munder* munder_test = dynamic_cast(content_[i].get()); + //math_mfrac* frac_test = dynamic_cast(content_[i].get()); + // + //if (row_test || munder_test || frac_test) + // Context.output_stream() << L"";// EqArray записался в числитель вместо знаменателя.docx - дублирование + + office_math_element* math_element = dynamic_cast(content_[i].get()); + math_element->oox_convert(Context); + + //if (row_test || munder_test || frac_test) + // strm << L""; + } + strm << L""; + + Context.is_need_e_ = need_e_old; +} + +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mlabeledtr::ns = L"math"; +const wchar_t * math_mlabeledtr::name = L"mlabeledtr"; +//---------------------------------------------------------------------------------------------------- + +void math_mlabeledtr::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mlabeledtr::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mlabeledtr::oox_convert(oox::math_context & Context) +{ + +} + +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mtd::ns = L"math"; +const wchar_t * math_mtd::name = L"mtd"; +//---------------------------------------------------------------------------------------------------- + +void math_mtd::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mtd::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mtd::oox_convert(oox::math_context & Context) +{ + std::wostream & strm = Context.output_stream(); + + strm << L""; + Context.is_need_e_ = false; + for (size_t i = 0; i < content_.size(); i++) + { + office_math_element* math_element = dynamic_cast(content_[i].get()); + math_element->oox_convert(Context); + } + strm << L""; +} + +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_maligngroup::ns = L"math"; +const wchar_t * math_maligngroup::name = L"maligngroup"; +//---------------------------------------------------------------------------------------------------- + +void math_maligngroup::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_maligngroup::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_maligngroup::oox_convert(oox::math_context & Context) +{ + +} + +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_malignmark::ns = L"math"; +const wchar_t * math_malignmark::name = L"malignmarke"; +//---------------------------------------------------------------------------------------------------- + +void math_malignmark::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_malignmark::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_malignmark::oox_convert(oox::math_context & Context) +{ + +} +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.h b/ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.h new file mode 100644 index 0000000000..a80e506cd3 --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_table_elements.h @@ -0,0 +1,165 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ +#pragma once + +#include "math_elements.h" + +namespace cpdoccore { +namespace odf_reader { + +class math_mtable : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMTable; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mtable); +CP_REGISTER_OFFICE_ELEMENT3(math_mtable); +//-------------------------------------------------------------------- + +class math_malignmark : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMAlignMark; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_malignmark); +CP_REGISTER_OFFICE_ELEMENT3(math_malignmark); +//-------------------------------------------------------------------- + +class math_maligngroup : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMAlignGroup; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_maligngroup); +CP_REGISTER_OFFICE_ELEMENT3(math_maligngroup); +//-------------------------------------------------------------------- + +class math_mtd : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMTd; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mtd); +CP_REGISTER_OFFICE_ELEMENT3(math_mtd); +//-------------------------------------------------------------------- + +class math_mlabeledtr : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMLabelEdTr; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mlabeledtr); +CP_REGISTER_OFFICE_ELEMENT3(math_mlabeledtr); +//-------------------------------------------------------------------- + +class math_mtr : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMTr; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + + office_element_ptr_array content_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mtr); +CP_REGISTER_OFFICE_ELEMENT3(math_mtr); +//-------------------------------------------------------------------- +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.cpp b/ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.cpp new file mode 100644 index 0000000000..8ce81cc67b --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.cpp @@ -0,0 +1,319 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ + +#include "math_token_elements.h" +#include "style_text_properties.h" + +#include + +#include +#include +#include +#include + +namespace cpdoccore { + + using namespace odf_types; + +namespace odf_reader { + +//--------------------------------------------------------------- +const wchar_t * math_mi::ns = L"math"; +const wchar_t * math_mi::name = L"mi"; +//---------------------------------------------------------------------------------------------------- +void math_mi::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + common_attlist_.add_attributes(Attributes); +} + +void math_mi::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mi::add_text(const std::wstring & Text) +{ + text_ = Text; +} + +std::wostream & math_mi::text_to_stream(std::wostream & _strm, bool bXmlEncode) const +{ + if (text_) + _strm << *text_; + return _strm; +} + +void math_mi::oox_convert(oox::math_context & Context) +{ + if (!text_) return; + + CP_XML_WRITER(Context.output_stream()) + { + CP_XML_NODE(L"m:r") + { + if (common_attlist_.mathvariant_) + { + std::wstring m_sty_val; + if (common_attlist_.mathvariant_->style_.bold) m_sty_val += L"b"; + if (common_attlist_.mathvariant_->style_.italic)m_sty_val += L"i"; + + CP_XML_NODE(L"m:rPr") + { + if (!m_sty_val.empty()) + { + CP_XML_NODE(L"m:sty") + { + CP_XML_ATTR(L"m:val", m_sty_val); + } + } + if (common_attlist_.mathvariant_->style_.type > 0) + { + CP_XML_NODE(L"m:scr") + { + switch(common_attlist_.mathvariant_->style_.type) + { + case 1: CP_XML_ATTR(L"m:val", L"double-struck"); break; + case 2: CP_XML_ATTR(L"m:val", L"fraktur"); break; + case 3: CP_XML_ATTR(L"m:val", L"script"); break; + case 4: CP_XML_ATTR(L"m:val", L"sans-serif"); break; + case 5: CP_XML_ATTR(L"m:val", L"monospace"); break; + } + } + } + } + } + + Context.text_properties_->content_.oox_serialize(CP_XML_STREAM(), Context.graphRPR_, Context.fonts_container_); + + CP_XML_NODE(L"m:t") + { + //CP_XML_ATTR(L"xml:space", L"preserve"); + CP_XML_STREAM() << xml::utils::replace_text_to_xml( *text_ ); + } + } + } +} +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mo::ns = L"math"; +const wchar_t * math_mo::name = L"mo"; +//---------------------------------------------------------------------------------------------------- +void math_mo::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + common_attlist_.add_attributes(Attributes); + CP_APPLY_ATTR(L"stretchy", stretchy_); + CP_APPLY_ATTR(L"fence", fence_); +} + +void math_mo::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mo::add_text(const std::wstring & Text) +{ + text_ = Text; +} + +std::wostream & math_mo::text_to_stream(std::wostream & _strm, bool bXmlEncode) const +{ + if (text_) + _strm << *text_; + return _strm; +} + +void math_mo::oox_convert(oox::math_context & Context) +{ + if (!text_) return; + + CP_XML_WRITER(Context.output_stream()) + { + CP_XML_NODE(L"m:r") + { + // + доп стили текста ... todoooo + + Context.text_properties_->content_.oox_serialize(CP_XML_STREAM(), Context.graphRPR_, Context.fonts_container_); + + CP_XML_NODE(L"m:t") + { + //CP_XML_ATTR(L"xml:space", L"preserve"); + CP_XML_STREAM() << xml::utils::replace_text_to_xml( *text_ ); + } + } + } +} +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mn::ns = L"math"; +const wchar_t * math_mn::name = L"mn"; +//---------------------------------------------------------------------------------------------------- +void math_mn::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + common_attlist_.add_attributes(Attributes); + +} + +void math_mn::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mn::add_text(const std::wstring & Text) +{ + text_ = Text; +} + + +void math_mn::oox_convert(oox::math_context & Context) +{ + if (!text_) return; + + CP_XML_WRITER(Context.output_stream()) + { + CP_XML_NODE(L"m:r") + { + // + доп стили текста ... todoooo + + Context.text_properties_->content_.oox_serialize(CP_XML_STREAM(), Context.graphRPR_, Context.fonts_container_); + + CP_XML_NODE(L"m:t") + { + //CP_XML_ATTR(L"xml:space", L"preserve"); + CP_XML_STREAM() << xml::utils::replace_text_to_xml( *text_ ); + } + } + } +} +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_ms::ns = L"math"; +const wchar_t * math_ms::name = L"ms"; +//---------------------------------------------------------------------------------------------------- +void math_ms::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + common_attlist_.add_attributes(Attributes); + +} + +void math_ms::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_ms::add_text(const std::wstring & Text) +{ + text_ = Text; +} + + +void math_ms::oox_convert(oox::math_context & Context) +{ + +} +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mspace::ns = L"math"; +const wchar_t * math_mspace::name = L"mspace"; +//---------------------------------------------------------------------------------------------------- +void math_mspace::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + +} + +void math_mspace::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mspace::add_text(const std::wstring & Text) +{ + text_ = Text; +} + + +void math_mspace::oox_convert(oox::math_context & Context) +{ + +} +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mtext::ns = L"math"; +const wchar_t * math_mtext::name = L"mtext"; +//---------------------------------------------------------------------------------------------------- +void math_mtext::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + common_attlist_.add_attributes(Attributes); + +} + +void math_mtext::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mtext::add_text(const std::wstring & Text) +{ + text_ = Text; +} + + +void math_mtext::oox_convert(oox::math_context & Context) +{ + if (text_) + { + Context.output_stream() << L""; + Context.output_stream() << XmlUtils::EncodeXmlString(*text_); + Context.output_stream() << L""; + } +} +//---------------------------------------------------------------------------------------------------- +const wchar_t * math_mglyph::ns = L"math"; +const wchar_t * math_mglyph::name = L"mglyph"; +//---------------------------------------------------------------------------------------------------- +void math_mglyph::add_attributes( const xml::attributes_wc_ptr & Attributes ) +{ + common_attlist_.add_attributes(Attributes); + +} + +void math_mglyph::add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name) +{ + CP_CREATE_ELEMENT(content_); +} + +void math_mglyph::add_text(const std::wstring & Text) +{ + text_ = Text; +} + + +void math_mglyph::oox_convert(oox::math_context & Context) +{ + +} +} +} diff --git a/ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.h b/ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.h new file mode 100644 index 0000000000..0391323ac1 --- /dev/null +++ b/ASCOfficeOdfFileW/source/OdfFormat/math_token_elements.h @@ -0,0 +1,215 @@ +/* + * (c) Copyright Ascensio System SIA 2010-2019 + * + * This program is a free software product. You can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License (AGPL) + * version 3 as published by the Free Software Foundation. In accordance with + * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect + * that Ascensio System SIA expressly excludes the warranty of non-infringement + * of any third-party rights. + * + * This program is distributed WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For + * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html + * + * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha + * street, Riga, Latvia, EU, LV-1050. + * + * The interactive user interfaces in modified source and object code versions + * of the Program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU AGPL version 3. + * + * Pursuant to Section 7(b) of the License you must retain the original Product + * logo when distributing the program. Pursuant to Section 7(e) we decline to + * grant you any rights under trademark law for use of our trademarks. + * + * All the Product's GUI elements, including illustrations and icon sets, as + * well as technical writing content are licensed under the terms of the + * Creative Commons Attribution-ShareAlike 4.0 International. See the License + * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode + * + */ +#pragma once + +#include "math_elements.h" + +#include "datatypes/common_attlists.h" + +namespace cpdoccore { +namespace odf_reader { + +class math_mi : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMI; + + virtual void oox_convert(oox::math_context & Context); + + virtual std::wostream & text_to_stream(std::wostream & _Wostream, bool bXmlEncode = true) const; +private: + virtual void add_attributes ( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element ( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text (const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mi); +CP_REGISTER_OFFICE_ELEMENT3(math_mi); +//-------------------------------------------------------------------- +class math_mo : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMO; + + virtual void oox_convert(oox::math_context & Context); + + virtual std::wostream & text_to_stream(std::wostream & _Wostream, bool bXmlEncode = true) const; + + _CP_OPT(bool) fence_; + _CP_OPT(bool) stretchy_; +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text(const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mo); +CP_REGISTER_OFFICE_ELEMENT3(math_mo); +//-------------------------------------------------------------------- +class math_mn : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMN; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text(const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mn); +CP_REGISTER_OFFICE_ELEMENT3(math_mn); +//-------------------------------------------------------------------- +class math_mtext : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMText; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text(const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mtext); +CP_REGISTER_OFFICE_ELEMENT3(math_mtext); +//-------------------------------------------------------------------- +class math_mspace : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMSpace; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text(const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mspace); +CP_REGISTER_OFFICE_ELEMENT3(math_mspace); +//-------------------------------------------------------------------- +class math_ms : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMS; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text(const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_ms); +CP_REGISTER_OFFICE_ELEMENT3(math_ms); +//-------------------------------------------------------------------- +class math_mglyph : public office_math_element +{ +public: + static const wchar_t * ns; + static const wchar_t * name; + static const xml::NodeType xml_type = xml::typeElement; + static const ElementType type = typeMGlyph; + + virtual void oox_convert(oox::math_context & Context); + +private: + virtual void add_attributes( const xml::attributes_wc_ptr & Attributes ); + virtual void add_child_element( xml::sax * Reader, const std::wstring & Ns, const std::wstring & Name); + virtual void add_text(const std::wstring & Text); + + odf_types::common_math_style_attlist common_attlist_; + + office_element_ptr_array content_; + _CP_OPT(std::wstring) text_; +}; + +CP_REGISTER_OFFICE_ELEMENT2(math_mglyph); +CP_REGISTER_OFFICE_ELEMENT3(math_mglyph); +//-------------------------------------------------------------------- +} +} diff --git a/ASCOfficeOdfFileW/source/Oox2OdfConverter/MathConverter.cpp b/ASCOfficeOdfFileW/source/Oox2OdfConverter/MathConverter.cpp index 6dbe468ac0..2b0f0190ce 100644 --- a/ASCOfficeOdfFileW/source/Oox2OdfConverter/MathConverter.cpp +++ b/ASCOfficeOdfFileW/source/Oox2OdfConverter/MathConverter.cpp @@ -34,6 +34,7 @@ namespace Oox2Odf void DocxConverter::convert(OOX::Logic::COMathParaPr *oox_math_para_pr) { if (!oox_math_para_pr) return; + } void DocxConverter::convert(OOX::Logic::CCtrlPr *oox_ctrl_pr) diff --git a/ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj b/ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj new file mode 100644 index 0000000000..31c6607d0e --- /dev/null +++ b/ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj @@ -0,0 +1,336 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OdfFormatWriterLib + {E5A67556-44DA-4481-8F87-0A3AEDBD20DD} + OdfFormat + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\..\ASCOfficeOdfFile\include;..\..\..\ASCOfficeOdfFile\src\odf\datatypes;..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotUsing + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + ../../../ASCOfficeOdfFile/include;../../../ASCOfficeOdfFile/src/odf/datatypes;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + + + MaxSpeed + ../../../ASCOfficeOdfFile/include;../../../ASCOfficeOdfFile/src/odf/datatypes;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + + + Level3 + ProgramDatabase + + + + + X64 + + + MaxSpeed + ../../../ASCOfficeOdfFile/include;../../../ASCOfficeOdfFile/src/odf/datatypes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj.filters b/ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj.filters new file mode 100644 index 0000000000..e787ad569c --- /dev/null +++ b/ASCOfficeOdfFileW/source/win32/OdfFormat.vcxproj.filters @@ -0,0 +1,546 @@ + + + + + {97c96c51-1935-4394-9ff5-73215c3358f2} + + + {8a40786a-ba51-42db-8282-aa8b7def5e49} + + + {5636f9ab-3994-40e8-9f4e-da87a32455cc} + + + {4e40a76a-5f52-44d0-a389-750f92cd59c5} + + + {136db4b6-91a3-4e91-ba0b-43f9d7028b21} + + + {1cd313c8-50fd-459d-946f-02da9c02553b} + + + {26eed9e4-9836-4f36-ac92-0c7d79e4fb53} + + + {0cb959ed-80c6-47a5-a9b1-17758c3bd84b} + + + {c5398bca-9a35-4e80-a4b9-37bdcf8291b9} + + + {9a77342e-99d5-46ec-baf9-6877349e82bc} + + + + + package + + + package + + + package + + + package + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + odf spreadsheet + + + odf spreadsheet + + + odf spreadsheet + + + xml_common + + + xml_common + + + xml_common + + + xml_common + + + xml_common + + + xml_common + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + odf text + + + odf presentation + + + odf presentation + + + odf presentation + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf_shapes_defines + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + + + package + + + package + + + package + + + package + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + odf spreadsheet + + + odf spreadsheet + + + odf spreadsheet + + + xml_common + + + xml_common + + + xml_common + + + xml_common + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + styles\contexts + + + odf text + + + odf presentation + + + odf presentation + + + odf presentation + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf common + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + odf_shapes_defines + + + elements + + + elements + + + elements + + + elements + + + elements + + + elements + + + \ No newline at end of file diff --git a/ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj b/ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj new file mode 100644 index 0000000000..8ab159a028 --- /dev/null +++ b/ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BEE01B53-244A-44E6-8947-ED9342D9247E} + Oox2OdfConverter + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\..\ASCOfficeOdfFile\include;..\..\..\ASCOfficeOdfFile\src\odf\datatypes;..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_USE_XMLLITE_READER_;USE_LITE_READER;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotUsing + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + + X64 + + + Disabled + ../../../ASCOfficeOdfFile/include;../../../ASCOfficeOdfFile/src/odf/datatypes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + + + ../../../ASCOfficeOdfFile/include;../../../ASCOfficeOdfFile/src/odf/datatypes;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_USE_XMLLITE_READER_;USE_LITE_READER;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;BUILD_CONFIG_FULL_VERSION;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + ../../../ASCOfficeOdfFile/include;../../../ASCOfficeOdfFile/src/odf/datatypes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_USE_XMLLITE_READER_;USE_LITE_READER;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;BUILD_CONFIG_FULL_VERSION;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj.filters b/ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj.filters new file mode 100644 index 0000000000..1e28605b2e --- /dev/null +++ b/ASCOfficeOdfFileW/source/win32/Oox2OdfConverter.vcxproj.filters @@ -0,0 +1,59 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj b/ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj new file mode 100644 index 0000000000..a97ae89695 --- /dev/null +++ b/ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj @@ -0,0 +1,495 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7B27E40E-F70A-4A74-A77C-0944D7931D15} + ASCOfficePPTFile + AtlProj + + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + _DEBUG;%(PreprocessorDefinitions) + false + Win32 + true + $(IntDir)ASCOfficePPTFile.tlb + ASCOfficePPTFile.h + + ASCOfficePPTFile_i.c + ASCOfficePPTFile_p.c + false + + + Disabled + ..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;_USE_MATH_DEFINES;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + true + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + false + X64 + true + $(IntDir)ASCOfficePPTFile.tlb + ASCOfficePPTFile.h + + ASCOfficePPTFile_i.c + ASCOfficePPTFile_p.c + + + Disabled + _DEBUG;_LIB;_USE_MATH_DEFINES;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;PPT_FORMAT;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + false + + + + + + + + + + + NDEBUG;%(PreprocessorDefinitions) + false + Win32 + true + $(IntDir)ASCOfficePPTFile.tlb + ASCOfficePPTFile.h + + ASCOfficePPTFile_i.c + ASCOfficePPTFile_p.c + false + + + MaxSpeed + ../../../DesktopEditor/freetype-2.5.2/include;C:\_WORK\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_USE_MATH_DEFINES;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;PPT_FORMAT;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;BUILD_CONFIG_FULL_VERSION;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + + Level3 + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + + + + + + + + + NDEBUG;%(PreprocessorDefinitions) + false + X64 + true + $(IntDir)ASCOfficePPTFile.tlb + ASCOfficePPTFile.h + + ASCOfficePPTFile_i.c + ASCOfficePPTFile_p.c + + + MaxSpeed + ../../../DesktopEditor/freetype-2.5.2/include;../../../DocxFormat/Source/XML/libxml2/XML/include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_USE_MATH_DEFINES;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;PPT_FORMAT;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;BUILD_CONFIG_FULL_VERSION;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + + Level3 + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj.filters b/ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj.filters new file mode 100644 index 0000000000..502fe4b385 --- /dev/null +++ b/ASCOfficePPTFile/PPTFormatLib/Win32/PPTFormatLib.vcxproj.filters @@ -0,0 +1,797 @@ + + + + + {38756aa6-a847-4795-916c-abb656cdd67c} + + + {d83241e4-edff-40c8-8cd8-fda021fdfdeb} + + + {092496b5-5d73-476b-b723-6182accfbe46} + + + {25aa1ad2-ff7e-4dd1-9526-e2f324d0900d} + + + {434c148a-dd1c-4c20-9ec2-462bf41b094b} + + + {07ef31dd-8f40-4607-8b27-6104a24bc093} + + + {41fc709e-386b-4e1e-80c0-546932a2a480} + + + {0ddad310-407e-4d05-be91-fc3f3ec4161e} + + + {23c362a7-0224-4e72-b344-6a6b1263dc7a} + + + {e1779537-0a9d-4f28-b34c-2fa7d962a321} + + + + + Reader + + + Reader + + + Reader + + + Reader + + + Reader + + + Reader + + + Reader + + + Reader + + + Reader + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + Records\Drawing + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements + + + OOXElements\ppt shapes + + + OOXElements\ppt shapes + + + OOXElements\ppt shapes + + + OOXElements\ppt shapes + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + OOXWriter + + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Animations + + + Records\Slide + + + Records\Slide + + + Records\Slide + + + Records\Slide + + + Records\Slide + + + Records\Slide + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Records\Text + + + Reader + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + Structures + + + OOXWriter + + + OOXWriter + + + OOXElements + + + + + Reader + + + Reader + + + Reader + + + Reader + + + Reader + + + Records\Drawing + + + Records\Drawing + + + OOXElements + + + OOXElements + + + OOXWriter + + + OOXWriter + + + + Records\Animations + + + OOXWriter + + + OOXWriter + + + \ No newline at end of file diff --git a/ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj b/ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj new file mode 100644 index 0000000000..55f2fffb41 --- /dev/null +++ b/ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj @@ -0,0 +1,227 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0F49D5D1-A8D3-4F97-8BC1-E2F65BB00C10} + PptFormatTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ../../DesktopEditor/xml/build/vs2005;../../DesktopEditor/xml/libxml2/include;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + _DEBUG;_CONSOLE;_USE_MATH_DEFINES;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;DONT_WRITE_EMBEDDED_FONTS;DONT_USED_EXTRA_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(IntDir)PptFileFormatTest.pdb + Level3 + EditAndContinue + + + Urlmon.lib;%(AdditionalDependencies) + true + true + Console + MachineX86 + + + + + X64 + + + Disabled + ..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + _DEBUG;_CONSOLE;USE_ATL_CSTRINGS;_USE_MATH_DEFINES;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;PPT_FORMAT;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + true + Console + MachineX64 + + + + + ..\..\Common\OfficeDrawing;..\..\DesktopEditor\freetype-2.5.2\include;..\..\..\..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + NDEBUG;_CONSOLE;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;PPT_FORMAT;AVS_PPT_FILE;_USE_XMLLITE_READER_;USE_LITE_READER;USE_AVSOFFICESTUDIO_XMLUTILS;LIBXML_READER_ENABLED;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + LIBCMTD.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) + true + Console + true + true + MachineX86 + + + + + X64 + + + ..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + NDEBUG;_CONSOLE;_USE_MATH_DEFINES;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;PPT_FORMAT;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;BUILD_CONFIG_FULL_VERSION;_PRESENTATION_WRITER_;_SVG_CONVERT_TO_IMAGE_;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + false + + + {77ddc8d7-5b12-4ff2-9629-26aebca8436d} + false + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + false + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {c27e9a9f-3a17-4482-9c5f-bf15c01e747c} + false + + + {7b27e40e-f70a-4a74-a77c-0944d7931d15} + false + + + + + + \ No newline at end of file diff --git a/ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj.filters b/ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj.filters new file mode 100644 index 0000000000..a8e6e2eccc --- /dev/null +++ b/ASCOfficePPTFile/PptFormatTest/PptFormatTest.vcxproj.filters @@ -0,0 +1,65 @@ + + + + + {fdcaaaca-1b1b-4980-895c-bc359b7a1977} + + + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + \ No newline at end of file diff --git a/ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj b/ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj new file mode 100644 index 0000000000..40720e2d99 --- /dev/null +++ b/ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj @@ -0,0 +1,752 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {36636678-AE25-4BE6-9A34-2561D1BCF302} + PPTXFormat + Win32Proj + PPTXFormatLib + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + false + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + NotUsing + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + true + + + + + X64 + + + Disabled + ..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + + + + + MaxSpeed + Speed + false + ..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\XML;..\..\Common\ASCDocxFormat\Source;..\..\Common\DocxFormat\Source\XML\libxml2\XML\include;..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_USE_MATH_DEFINES;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + Disabled + Speed + false + ..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\XML;..\..\Common\ASCDocxFormat\Source;..\..\Common\DocxFormat\Source\XML\libxml2\XML\include;..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;_USE_MATH_DEFINES;NODOCX;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;_AVS_PPT_SHAPE_INCLUDE_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;BUILD_CONFIG_FULL_VERSION;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + Disabled + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + Disabled + /bigobj %(AdditionalOptions) + + + + + + + + + + + + Disabled + + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + /bigobj %(AdditionalOptions) + ./StdAfx.h + Disabled + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + /bigobj %(AdditionalOptions) + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + + + ./StdAfx.h + ./StdAfx.h + Disabled + ./StdAfx.h + ./StdAfx.h + + + + + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + /bigobj %(AdditionalOptions) + ./StdAfx.h + + + + /bigobj %(AdditionalOptions) + + + ./StdAfx.h + ./StdAfx.h + Disabled + ./StdAfx.h + ./StdAfx.h + + + + + + + + + /bigobj + %(AdditionalOptions) + ./StdAfx.h + ./StdAfx.h + /bigobj %(AdditionalOptions) + Disabled + ./StdAfx.h + ./StdAfx.h + + + + ./StdAfx.h + ./StdAfx.h + Disabled + ./StdAfx.h + ./StdAfx.h + + + + ./StdAfx.h + ./StdAfx.h + Disabled + ./StdAfx.h + ./StdAfx.h + + + Disabled + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + Disabled + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + Disabled + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + ./StdAfx.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj.filters b/ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj.filters new file mode 100644 index 0000000000..2d79a687ef --- /dev/null +++ b/ASCOfficePPTXFile/PPTXLib/PPTXFormat.vcxproj.filters @@ -0,0 +1,1489 @@ + + + + + {238566ed-6c9e-4089-aaa8-78af1d15644b} + + + {8b7f7765-bc34-4d91-b367-6eaab8551b49} + + + {edc803f7-7899-4c28-ab28-7b6631a1cd76} + + + {65d54254-a729-4c8a-bbaf-7d299a33b940} + + + {56391750-a9f5-4d82-9980-6820d4bf0f9d} + + + {e9f71f93-706b-467d-b267-d5bae5dce7f9} + + + {4694a6f5-89ca-49af-870e-519df8108b65} + + + {300789a3-450c-40a7-9123-773d79797e29} + + + {83958a2e-6a83-41f0-89ea-09adc802be4c} + + + {cf23b4e5-d579-455f-9582-e94e0b863805} + + + {50f822a7-b10e-4581-bbb2-05bf920a69f3} + + + {24637fa6-8783-4e7e-aa56-1196397e315b} + + + {184a24de-993a-43ff-98d3-8f2b853d2a4c} + + + {edd640e9-6ed4-4e46-a744-b245f39fdca4} + + + {6be118e7-84d2-4c9c-b1e2-282be73f8f6a} + + + {1ef534fa-a8d1-4ff1-ab34-a1c9f3554056} + + + {71700ded-8dd6-4e62-991d-bb8cfa71714a} + + + {c0cd36f3-d3a9-4591-8869-ff247241f159} + + + {a0f72bab-6d12-44e0-8c85-03707049fe03} + + + {026853e2-c5f2-424b-ba3f-a916228df926} + + + {0c118f73-4bcb-4e9a-aacc-6128f8a1d0b8} + + + {40b098f1-cb54-4d29-903c-d51870909090} + + + {4d647daa-fc18-4785-8f9c-8cec774a85ef} + + + {115a0809-c383-4655-b55d-9cf5257d2253} + + + {7d20d96e-8e4d-4ee6-a0b4-551e1cff9420} + + + {f4a3d499-9122-4dec-965a-ab514fd81cc8} + + + {56172f7c-e2a7-4a2d-a0f8-842a8592431d} + + + {1c1fdc90-bdc1-4e2a-8457-d96248ad9e11} + + + {5bcdf327-f251-419b-8044-03462d269376} + + + {00193107-632e-4095-8f44-7a7693fc9ed5} + + + {9c2aaf15-e82a-488f-98f7-d1ef8339cea4} + + + {6a85fe89-8dbf-4097-8e1c-2c62f721894c} + + + {3cb80fe5-e206-4fb2-9159-5ebc5ef4597b} + + + {314b4128-905c-4f25-a482-8a0bf6d44e64} + + + {25ac3cd0-303c-4b4e-b7f6-5df2e1633a11} + + + {334fc5cb-576c-4ad7-ac00-7b64f15d41d1} + + + {b38d6a3f-8f1e-480c-971e-77c5b4bef0c1} + + + {c03833cb-f324-49a9-85d9-12438ff330aa} + + + {481c03eb-6219-4bf3-8cc5-bb79b8667cb5} + + + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + PPTX + + + PPTX + + + PPTX + + + PPTX\Common + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Colors + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Runs + + + PPTX\Logic\Transitions + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\GraphicFrame + + + PPTX\Logic\GraphicFrame + + + PPTX\Logic\Cxn + + + PPTX\Logic\Pic + + + PPTX\Logic\Text + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Media + + + PPTX\Logic\Table + + + PPTX\Logic\ActiveXControls + + + PPTX\Logic\Hyperlinks + + + + + PPTX\Logic + + + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + BinaryReaderWriter + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX\App + + + PPTX\Comments + + + PPTX\Comments + + + PPTX\Common + + + PPTX\Common + + + PPTX\ContentTypes + + + PPTX\ContentTypes + + + PPTX\ContentTypes + + + PPTX\ContentTypes + + + PPTX\ContentTypes + + + PPTX\ContentTypes + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\Core + + + PPTX\HandoutMasters + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Limit + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Fills + + + PPTX\Logic\Colors + + + PPTX\Logic\Colors + + + PPTX\Logic\Colors + + + PPTX\Logic\Colors + + + PPTX\Logic\Colors + + + PPTX\Logic\Colors + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Bullets + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Effects + + + PPTX\Logic\Path2D + + + PPTX\Logic\Path2D + + + PPTX\Logic\Path2D + + + PPTX\Logic\Path2D + + + PPTX\Logic\Path2D + + + PPTX\Logic\Path2D + + + PPTX\Logic\Path2D + + + PPTX\Logic\Runs + + + PPTX\Logic\Runs + + + PPTX\Logic\Runs + + + PPTX\Logic\Runs + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Transitions + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\Timing + + + PPTX\Logic\GraphicFrame + + + PPTX\Logic\GraphicFrame + + + PPTX\Logic\GraphicFrame + + + PPTX\Logic\GraphicFrame + + + PPTX\Logic\Cxn + + + PPTX\Logic\Cxn + + + PPTX\Logic\Cxn + + + PPTX\Logic\Cxn + + + PPTX\Logic\Pic + + + PPTX\Logic\Pic + + + PPTX\Logic\Pic + + + PPTX\Logic\GrpSp + + + PPTX\Logic\GrpSp + + + PPTX\Logic\GrpSp + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Text + + + PPTX\Logic\Tables + + + PPTX\Logic\Tables + + + PPTX\Logic\Tables + + + PPTX\Logic\Tables + + + PPTX\Logic\Tables + + + PPTX\Logic\Tables + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Shape + + + PPTX\Logic\Media + + + PPTX\Logic\Media + + + PPTX\Logic\Media + + + PPTX\Logic\Table + + + PPTX\Logic\Table + + + PPTX\Logic\Table + + + PPTX\Logic\Table + + + PPTX\Logic\Table + + + PPTX\Logic\Table + + + PPTX\Logic\ActiveXControls + + + PPTX\Logic\Hyperlinks + + + PPTX\NotesMasters + + + PPTX\NotesSlide + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\Presentation + + + PPTX\PresProps + + + PPTX\SlideLayouts + + + PPTX\SlideMasters + + + PPTX\Slides + + + PPTX\TableStyles + + + PPTX\Theme + + + PPTX\Theme + + + PPTX\Theme + + + PPTX\Theme + + + PPTX\Theme + + + PPTX\Theme + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + PPTX\ViewProps + + + + + BinaryReaderWriter + + + PPTX\Logic\Timing + + + \ No newline at end of file diff --git a/ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj b/ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj new file mode 100644 index 0000000000..dc36bd5f39 --- /dev/null +++ b/ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {AF2D00A7-A351-4700-AE88-C1D9ADE29345} + RtfFormatLib + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + _DEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + + + WIN32;NDEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + WIN32;NDEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj.filters b/ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj.filters new file mode 100644 index 0000000000..72abc808ab --- /dev/null +++ b/ASCOfficeRtfFile/RtfFormatLib/Win32/RtfFormatLib.vcxproj.filters @@ -0,0 +1,422 @@ + + + + + {78f5db2a-76d2-49ef-a438-8a2851029b4f} + + + {715362a1-7e7d-445b-bb2e-631c63dc3d84} + + + {c11760f2-ede8-4441-ba73-fd82e221ac10} + + + {c092e363-eba6-491d-b6a8-a8959e7fdad6} + + + {fdfb90f9-ac30-4c57-aae3-df2cf0cb76a3} + + + {73e21624-4150-4a33-9a36-6c5e30c3190a} + + + {88a92714-a1bb-4fbc-83e8-b09b511d32ed} + + + {6181725b-4e96-4cd2-9767-c7fcc74d2194} + + + {8cc333d9-c3b1-47b7-8b18-26be8d8efe52} + + + {93e236d1-50c8-4d71-819a-5ef8b7036eba} + + + {bae4b37d-3adf-44bc-818d-59c1f6873933} + + + {9efcaf64-269c-4f80-9387-92bfbe7b3f9a} + + + {4763eb13-b1f2-4cbd-9bc0-ac4ba8e85c3d} + + + {9596ae91-0979-42fe-9848-ff6e5734771e} + + + {7c7b7370-39ba-4854-a82d-49b615ebdc1b} + + + {cae0af0f-d827-4e9e-8d7e-7923ef558bbc} + + + {7b5c5b2a-d08f-4f1e-839e-7da3c95d2f90} + + + {3fb72b63-2696-4a4a-ba5e-500a042b2a21} + + + {95794ea8-1003-43ce-bfd1-2707898c3c5b} + + + {81b8d4b0-2704-4378-b252-7fb0baf1e7e5} + + + {28b462c0-4897-439d-94d0-45d6d1f6035f} + + + {359bca65-1274-4043-9d5a-c4490a97e151} + + + + + OOMXL\OOXReader + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Math + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\FileReader + + + OOMXL\OOXWriter + + + OOMXL\OOXWriter\___ + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfReader + + + RtfReader + + + RtfWriter + + + + + + OOMXL\OOXReader + + + OOMXL\OOXReader\ComponentReader + + + OOMXL\OOXReader\ComponentReader + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Paragraph&Run + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Table + + + OOMXL\OOXReader\ComponentReader\Math + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\ComponentReader\Drawing + + + OOMXL\OOXReader\FileReader + + + OOMXL\OOXReader\FileReader + + + OOMXL\OOXReader\FileReader + + + OOMXL\OOXReader\FileReader\FontTable + + + OOMXL\OOXReader\FileReader\FontTable + + + OOMXL\OOXReader\FileReader\Numbering + + + OOMXL\OOXReader\FileReader\Numbering + + + OOMXL\OOXReader\FileReader\Numbering + + + OOMXL\OOXReader\FileReader\Numbering + + + OOMXL\OOXReader\FileReader\Settings + + + OOMXL\OOXReader\FileReader\Style + + + OOMXL\OOXReader\FileReader\Style + + + OOMXL\OOXReader\FileReader\Style + + + OOMXL\OOXReader\FileReader\Style + + + OOMXL\OOXReader\FileReader\Theme + + + OOMXL\OOXReader\FileReader\Theme + + + OOMXL\OOXReader\FileReader\Theme + + + OOMXL\OOXReader\FileReader\Info + + + OOMXL\OOXReader\FileReader\Info + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXReader\Utils + + + OOMXL\OOXWriter + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\___ + + + OOMXL\OOXWriter\DocxFile2 + + + OOMXL\OOXWriter\DocxFile2 + + + OOMXL\OOXWriter\DocxFile2 + + + OOMXL\OOXWriter\DocxFile2 + + + OOMXL\OOXWriter\DocxFile2 + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfDocument + + + RtfReader + + + RtfReader + + + RtfReader + + + RtfReader + + + RtfWriter + + + + \ No newline at end of file diff --git a/ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj b/ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj new file mode 100644 index 0000000000..e3072c61cb --- /dev/null +++ b/ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj @@ -0,0 +1,215 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0F49D5D1-A8D3-4F97-8BC1-E2F65BB00C10} + RtfFormatTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ../../DesktopEditor/xml/libxml2/include;../../DesktopEditor/xml/build/vs2005;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;PPTX_DEF;PPT_DEF;ENABLE_PPT_TO_PPTX_CONVERT;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;DONT_USED_EXTRA_LIBRARY;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + Urlmon.lib;Rpcrt4.lib;%(AdditionalDependencies) + true + true + Console + MachineX86 + + + + + X64 + + + Disabled + ..\..\Common\OfficeDrawing;..\..\DesktopEditor\freetype-2.5.2\include;..\..\..\..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + _DEBUG;_CONSOLE;USE_ATL_CSTRINGS;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) + true + true + Console + MachineX64 + + + + + ..\..\Common\OfficeDrawing;..\..\DesktopEditor\freetype-2.5.2\include;..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX86 + + + + + X64 + + + ..\..\Common\OfficeDrawing;..\..\DesktopEditor\freetype-2.5.2\include;..\..\Common\OfficeDrawing\Shapes;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX64 + + + + + + + + + + /bigobj %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + + + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {af2d00a7-a351-4700-ae88-c1d9ade29345} + + + + + + \ No newline at end of file diff --git a/ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj.filters b/ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj.filters new file mode 100644 index 0000000000..1794293065 --- /dev/null +++ b/ASCOfficeRtfFile/RtfFormatTest/RtfFormatTest.vcxproj.filters @@ -0,0 +1,69 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + + \ No newline at end of file diff --git a/ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj b/ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj new file mode 100644 index 0000000000..adec358b44 --- /dev/null +++ b/ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj @@ -0,0 +1,210 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0F49D5D1-A8D3-4F97-8BC1-E2F65BB00C10} + TxtFormatTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + false + false + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + D:\_Work\core\DesktopEditor\agg-2.4\include;D:\_Work\core\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;USE_ATL_CSTRINGS;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;DONT_WRITE_EMBEDDED_FONTS;DONT_USED_EXTRA_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + Urlmon.lib;%(AdditionalDependencies) + LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries) + true + true + Console + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;USE_ATL_CSTRINGS;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries) + true + true + Console + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;_USE_XMLLITE_READER_;USE_LITE_READER;USE_AVSOFFICESTUDIO_XMLUTILS;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;_USE_XMLLITE_READER_;USE_LITE_READER;USE_AVSOFFICESTUDIO_XMLUTILS;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + Urlmon.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {dacbe6ca-e089-47d1-8ce7-c7db59c15417} + + + + + + \ No newline at end of file diff --git a/ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj.filters b/ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj.filters new file mode 100644 index 0000000000..b15ac9a33d --- /dev/null +++ b/ASCOfficeTxtFile/TxtFormatTest/TxtFormatTest.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + {3c0e7dae-a5d9-4ee6-b160-0e541f05f42d} + + + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + + + + Common + + + \ No newline at end of file diff --git a/ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj b/ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj new file mode 100644 index 0000000000..b2e3a09937 --- /dev/null +++ b/ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj @@ -0,0 +1,189 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + TxtFormatLib + {DACBE6CA-E089-47D1-8CE7-C7DB59C15417} + TxtXmlFileFormatLib + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + + + + + D:\WORK\AVS\Sources\TeamlabOffice\branches\Docx2DoctConverter\ServerComponents\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + D:\WORK\AVS\Sources\TeamlabOffice\branches\Docx2DoctConverter\ServerComponents\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + /bigobj %(AdditionalOptions) + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj.filters b/ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj.filters new file mode 100644 index 0000000000..bf41e8c15d --- /dev/null +++ b/ASCOfficeTxtFile/TxtXmlFormatLib/Win32/TxtXmlFormatLib.vcxproj.filters @@ -0,0 +1,93 @@ + + + + + {a634f5fa-1c17-43da-835d-ef2223715fe7} + + + {cfef95db-e81b-4bdf-aef4-f9ad54cb9237} + + + {bd7bb4e2-c173-4218-9759-929615ab0d41} + + + + + TxtFormat + + + TxtFormat + + + TxtFormat + + + TxtFormat + + + DocxWriters\DocxWrapper + + + + + + + + TxtFormat + + + TxtFormat + + + TxtFormat + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters + + + DocxWriters\DocxWrapper + + + + + + \ No newline at end of file diff --git a/ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj b/ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj new file mode 100644 index 0000000000..fe336d2195 --- /dev/null +++ b/ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C2882DDD-07E6-4314-AD4B-48F43F38D722} + ASCOfficeOdfFileTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)Debug\ + $(SolutionDir)$(Configuration)/$(ProjectName)\ + true + D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)bin/Release\ + $(SolutionDir)output/$(Configuration)/$(ProjectName)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ../../../DesktopEditor/xml/libxml2/include;../../DesktopEditor/xml/build/vs2005;../../DesktopEditor/freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;_USE_LIBXML2_READER_;USE_LITE_READER;DONT_WRITE_EMBEDDED_FONTS;DONT_USED_EXTRA_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + $(IntDir)XlsFileTestD.pdb + Level3 + EditAndContinue + + + Rpcrt4.lib + true + Console + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + ProgramDatabase + + + gdi32.lib;%(AdditionalDependencies) + true + Console + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + kernel32.lib + true + Console + true + true + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + kernel32.lib + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + false + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {c27e9a9f-3a17-4482-9c5f-bf15c01e747c} + + + {77ddc8d7-5b12-4ff2-9629-26aebca8436d} + + + {cbedd0d1-10a8-45c1-af81-8492f40964ca} + false + + + + + + \ No newline at end of file diff --git a/ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj.filters b/ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj.filters new file mode 100644 index 0000000000..13093762c2 --- /dev/null +++ b/ASCOfficeXlsFile2/XlsFormatTest/XlsFormatTest.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {2d44f06f-c766-4ec8-a89f-9c92968024f8} + + + + + Source Files + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + \ No newline at end of file diff --git a/ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj b/ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj new file mode 100644 index 0000000000..d61e1b5d7a --- /dev/null +++ b/ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj @@ -0,0 +1,1732 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {77DDC8D7-5B12-4FF2-9629-26AEBCA8436D} + XlsFormat + Win32Proj + XlsFormatLib + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\XlsFormat;..\Common;..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + ..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + $(IntDir)XlsFormat.pdb + Level3 + ProgramDatabase + + + + + ..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + ..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj.filters b/ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj.filters new file mode 100644 index 0000000000..718f0ba419 --- /dev/null +++ b/ASCOfficeXlsFile2/source/win32/XlsFormat.vcxproj.filters @@ -0,0 +1,4771 @@ + + + + + {5a594968-d918-4790-8233-e79e2feca1ab} + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {80729e58-f442-4d83-92b9-8d36d47bc32b} + + + {40b0c496-5a12-443a-929d-8bd82deaac12} + + + {88971dd2-ad87-421b-a6b1-0e61a004c952} + + + {e0e73de1-bc78-42ac-a68e-dcc929e310fc} + + + {f9665263-03ec-48bf-ba83-ea6231f129fa} + + + {71eaddd1-b6ec-4839-b142-bb18a9b7315a} + + + {79b675c6-723b-4624-b21f-c996458b2097} + + + {c8fa7514-d1f1-48aa-8f47-f93aee3a28b7} + + + {cae90a3f-f7eb-41d7-87d4-fce90f6b9e77} + + + {58d5cead-cbbf-488d-8b91-425a72a5201e} + + + {e610b28a-5618-4d7d-a62d-5fd2e1fe342d} + + + + + Binary + + + Binary + + + Binary + + + Binary + + + Binary + + + Binary + + + Binary + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\SummaryInformationStream + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Auxiliary + + + Auxiliary\nullable + + + Crypt + + + Crypt + + + Crypt + + + Crypt + + + Crypt + + + Crypt\rtl + + + Crypt\rtl + + + Logging + + + Logging + + + + + Binary + + + Binary + + + Binary + + + Binary + + + Binary + + + Binary + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_records + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_structures\ODRAW + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\Biff_unions + + + Logic\SummaryInformationStream + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Logic\SummaryInformationStream\Structures + + + Auxiliary + + + Crypt + + + Crypt + + + Crypt + + + Crypt + + + Crypt + + + Crypt\rtl + + + Crypt\rtl + + + Logging + + + Logging + + + \ No newline at end of file diff --git a/ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj b/ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj new file mode 100644 index 0000000000..8ba1c61945 --- /dev/null +++ b/ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj @@ -0,0 +1,350 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {CBEDD0D1-10A8-45C1-AF81-8492F40964CA} + XlsXlsxConverter + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\XlsFormat; ..\Common;..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + ..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + $(IntDir)XlsXlsxConverter.pdb + Level3 + ProgramDatabase + + + + + ..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + ..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj.filters b/ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj.filters new file mode 100644 index 0000000000..9599c65d03 --- /dev/null +++ b/ASCOfficeXlsFile2/source/win32/XlsXlsxConverter.vcxproj.filters @@ -0,0 +1,620 @@ + + + + + {f7ca54bc-cf3e-477a-a14b-ce0832a6bfcb} + + + {fd9f4e92-e430-4020-b9bd-47ddd7400e39} + + + {edc62180-b186-4ad7-b991-75cd2a13daee} + + + {0be8fddd-32ec-46da-a7ec-efb4634e3b31} + + + + + common + + + common + + + common + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + shape converter + + + shape converter + + + shape converter + + + shape converter + + + shape converter + + + shape converter + + + shape converter + + + shape converter + + + shape converter + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + shape converter\autoshapes + + + + + + + common + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + xlsx + + + shape converter + + + shape converter + + + + + + \ No newline at end of file diff --git a/Common/3dParty/cryptopp/cryptdll.vcxproj b/Common/3dParty/cryptopp/cryptdll.vcxproj new file mode 100644 index 0000000000..14b4d40f83 --- /dev/null +++ b/Common/3dParty/cryptopp/cryptdll.vcxproj @@ -0,0 +1,322 @@ + + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + {94a428a1-9ba8-4db2-b76e-bd2e3c08f257} + cryptdll + DynamicLibrary + + + + + + v100 + + + $(DefaultPlatformToolset) + + + + + + + + + + + DynamicLibrary + cryptopp + .dll + false + MultiByte + true + $(Platform)\DLL_Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + + true + None + Level4 + 4231; 4251; 4275; 4355; 4505 + Use + pch.h + + + NoErrorReport + true + $(OutDir)\cryptopp.pdb + 0x42900000 + false + true + $(OutDir)\cryptopp.dll + $(TargetDir)\cryptopp.lib + + + + + + CRYPTOPP_EXPORTS;CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2=1;USE_PRECOMPILED_HEADERS + Disabled + ProgramDatabase + EnableFastChecks + true + MultiThreadedDebug + + + %(PreprocessorDefinitions) + 0x0409 + + + + + + NDEBUG;CRYPTOPP_EXPORTS;CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2=1;USE_PRECOMPILED_HEADERS;%(PreprocessorDefinitions) + true + MaxSpeed + true + AnySuitable + true + true + MultiThreaded + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + + + + + + StreamingSIMDExtensions2 + + + MachineX86 + true + + + + + + MachineX64 + + + + + + + + + Creating Win32/Debug cryptest.exe for MAC computation + + msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptlib.vcxproj + msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptest.vcxproj + + + + + + + Adding MAC to DLL + + Win32\output\debug\cryptest.exe mac_dll "$(TargetPath)" + IF %ERRORLEVEL% EQU 0 (echo mac done > "$(OutDir)"\cryptopp.mac.done) + + %(Inputs) + $(OutDir)cryptopp.mac.done;%(Outputs) + + + + + + Building and assembling x64dll.asm + ml64.exe /c /nologo /D_M_X64 /W3 /Zi /Fo"$(IntDir)x64dll.obj" "%(FullPath)" + $(IntDir)x64dll.obj;%(Outputs) + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Common/3dParty/cryptopp/cryptdll.vcxproj.filters b/Common/3dParty/cryptopp/cryptdll.vcxproj.filters new file mode 100644 index 0000000000..05608922ce --- /dev/null +++ b/Common/3dParty/cryptopp/cryptdll.vcxproj.filters @@ -0,0 +1,405 @@ + + + + + {82666edd-7baf-4a5a-922c-a06edc2198bd} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {2029b271-c489-4b4c-9ce5-261b4cfe2d78} + .h + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + + + Source Files + + + diff --git a/Common/3dParty/cryptopp/cryptest.vcxproj b/Common/3dParty/cryptopp/cryptest.vcxproj new file mode 100644 index 0000000000..72dfad2666 --- /dev/null +++ b/Common/3dParty/cryptopp/cryptest.vcxproj @@ -0,0 +1,340 @@ + + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + DLL-Import Debug + Win32 + + + DLL-Import Debug + x64 + + + DLL-Import Release + Win32 + + + DLL-Import Release + x64 + + + + + + + {09cdac08-e6ae-48a9-8de7-0fbc779eebde} + cryptest + Application + + + + + + v100 + + + $(DefaultPlatformToolset) + + + + + + + + + + + + + Application + cryptest + .exe + false + MultiByte + true + + + + + $(Platform)\Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\DLL_Output\Debug\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\DLL_Output\Release\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + + true + None + Level4 + 4231; 4251; 4275; 4355; 4505 + + + + + NoErrorReport + cryptlib.lib;Ws2_32.lib + $(Platform)\Output\$(Configuration) + true + $(OutDir)\cryptlib.pdb + $(OutDir)\cryptest.exe + Console + + + + + + %(PreprocessorDefinitions) + Disabled + ProgramDatabase + EnableFastChecks + true + MultiThreadedDebug + + + %(PreprocessorDefinitions) + 0x0409 + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + MaxSpeed + true + AnySuitable + true + true + MultiThreaded + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + + + + + + CRYPTOPP_IMPORTS;%(PreprocessorDefinitions) + + + $(Platform)\DLL_Output\Debug + cryptopp.lib;cryptlib.lib;Ws2_32.lib + + + + + NDEBUG;CRYPTOPP_IMPORTS;%(PreprocessorDefinitions) + + + $(Platform)\DLL_Output\Release + cryptopp.lib;cryptlib.lib;Ws2_32.lib + + + + + + StreamingSIMDExtensions2 + + + MachineX86 + true + + + + + + MachineX64 + + + + + + + echo ************************************************************************* + echo This configuration requires cryptopp.dll. You can build it yourself using + echo the cryptdll project, or obtain a pre-built, FIPS 140-2 validated DLL. If + echo you build it yourself the resulting DLL will not be considered FIPS + echo validated unless it undergoes the FIPS validation process. + echo ************************************************************************* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Common/3dParty/cryptopp/cryptest.vcxproj.filters b/Common/3dParty/cryptopp/cryptest.vcxproj.filters new file mode 100644 index 0000000000..b9728bdfd1 --- /dev/null +++ b/Common/3dParty/cryptopp/cryptest.vcxproj.filters @@ -0,0 +1,418 @@ + + + + + {1f4eac20-7b40-40db-a264-4a9256229c5a} + .h;.hpp + + + {4c6077b5-a2d6-498c-bc42-10af523a06cb} + .cpp + + + {a634d4f4-ddc0-44b4-9c37-d9ffdddc7b06} + .dat + + + {2e247f14-f75a-4e15-9804-dccce165306f} + .txt + + + {5e447502-2b0f-49c8-9df5-56ea9e7a8fbd} + .proto + + + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestVectors + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + TestData + + + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + Source Code + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/Common/3dParty/cryptopp/cryptlib.vcxproj b/Common/3dParty/cryptopp/cryptlib.vcxproj new file mode 100644 index 0000000000..be538a7b82 --- /dev/null +++ b/Common/3dParty/cryptopp/cryptlib.vcxproj @@ -0,0 +1,688 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL-Import Debug + Win32 + + + DLL-Import Debug + x64 + + + DLL-Import Release + Win32 + + + DLL-Import Release + x64 + + + Release + Win32 + + + Release + x64 + + + + {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} + cryptlib + + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + StaticLibrary + v140 + false + MultiByte + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Platform)\Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\DLL_Output\Release\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\DLL_Output\Release\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\DLL_Output\Debug\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(Platform)\DLL_Output\Debug\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + MaxSpeed + AnySuitable + true + true + NDEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + MaxSpeed + AnySuitable + true + true + NDEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;%(PreprocessorDefinitions) + true + MultiThreaded + true + Use + pch.h + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + MaxSpeed + AnySuitable + true + true + NDEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;CRYPTOPP_IMPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + Use + pch.h + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + MaxSpeed + AnySuitable + true + true + NDEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;CRYPTOPP_IMPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + Use + pch.h + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + Disabled + true + _DEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + pch.h + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + ProgramDatabase + 4005;4311;4312;%(DisableSpecificWarnings) + + + 0x0409 + + + true + + + + + Disabled + true + _DEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + pch.h + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + Disabled + true + _DEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;CRYPTOPP_IMPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + Use + pch.h + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + Disabled + true + _DEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;CRYPTOPP_IMPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + Use + pch.h + $(OutDir)vc80.pdb + Level4 + true + ProgramDatabase + + + 0x0409 + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Common/3dParty/cryptopp/dlltest.vcxproj b/Common/3dParty/cryptopp/dlltest.vcxproj new file mode 100644 index 0000000000..b76d184aff --- /dev/null +++ b/Common/3dParty/cryptopp/dlltest.vcxproj @@ -0,0 +1,134 @@ + + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + {1974a53a-9863-41c9-886d-b2b8c2fc3c8b} + dlltest + Application + + + + + + v100 + + + $(DefaultPlatformToolset) + + + + + + + + + + + Application + false + MultiByte + true + $(Platform)\DLL_Output\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + + true + None + Level4 + 4231; 4251; 4275; 4355; 4505 + StdCall + + + + NoErrorReport + cryptopp.lib;Ws2_32.lib + $(Platform)\DLL_Output\$(Configuration) + true + + + + + + CRYPTOPP_DLL_ONLY;%(PreprocessorDefinitions) + Disabled + ProgramDatabase + EnableFastChecks + true + MultiThreadedDebug + + + %(PreprocessorDefinitions) + 0x0409 + + + + + + NDEBUG;CRYPTOPP_DLL_ONLY;%(PreprocessorDefinitions) + true + MaxSpeed + true + AnySuitable + true + true + MultiThreaded + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + + + + + + StreamingSIMDExtensions2 + + + MachineX86 + true + + + + + + MachineX64 + + + + + + + + + + + \ No newline at end of file diff --git a/Common/3dParty/cryptopp/dlltest.vcxproj.filters b/Common/3dParty/cryptopp/dlltest.vcxproj.filters new file mode 100644 index 0000000000..047dde2761 --- /dev/null +++ b/Common/3dParty/cryptopp/dlltest.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {d7fe0401-fa2d-40cd-80b9-b91f937996a3} + .cpp + + + + + Source Files + + + \ No newline at end of file diff --git a/Common/DocxFormat/Projects/DocxFormatLib.vcxproj b/Common/DocxFormat/Projects/DocxFormatLib.vcxproj new file mode 100644 index 0000000000..86bddda85b --- /dev/null +++ b/Common/DocxFormat/Projects/DocxFormatLib.vcxproj @@ -0,0 +1,614 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + ReleaseOpenSource + Win32 + + + ReleaseOpenSource + x64 + + + Release + Win32 + + + Release + x64 + + + + {A100103A-353E-45E8-A9B8-90B87CC5C0B0} + DocxFormat + + + + StaticLibrary + v140 + Unicode + false + + + StaticLibrary + v140 + Unicode + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + Unicode + false + + + StaticLibrary + v140 + Unicode + false + + + StaticLibrary + v140 + false + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(Configuration)\ + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + %(AdditionalIncludeDirectories) + _USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + $(IntDir)DocxFormat.pdb + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + urlmon.lib;%(AdditionalDependencies) + true + + + + + X64 + + + Disabled + _USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + $(IntDir)DocxFormat.pdb + Level3 + ProgramDatabase + + + urlmon.lib;%(AdditionalDependencies) + true + + + + + MaxSpeed + true + .\..\Source\XML\libxml2\XML\include;.\..\Source\Utility;.\..\Source\XML;.\..\Source\Common;..\..\..\..\..\Redist;..\..\ASCOfficeOdtFile\Source\OfficeSvmFile;%(AdditionalIncludeDirectories) + _USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + true + $(IntDir)DocxFormat.pdb + Level3 + ProgramDatabase + + + + + X64 + + + MaxSpeed + true + .\..\Source\XML\libxml2\XML\include;.\..\Source\Utility;.\..\Source\XML;.\..\Source\Common;..\..\..\..\..\Redist;..\..\ASCOfficeOdtFile\Source\OfficeSvmFile;%(AdditionalIncludeDirectories) + _USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + MultiThreadedDLL + true + $(IntDir)DocxFormat.pdb + Level3 + ProgramDatabase + + + + + MaxSpeed + true + .\..\Source\XML\libxml2\XML\include;.\..\Source\Utility;.\..\Source\XML;.\..\Source\Common;..\..\..\..\..\Redist;..\..\ASCOfficeOdtFile\Source\OfficeSvmFile;%(AdditionalIncludeDirectories) + USE_LITE_READER;_USE_XMLLITE_READER_;_DOCWRAPPER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;BUILD_CONFIG_OPENSOURCE_VERSION;%(PreprocessorDefinitions) + MultiThreadedDLL + true + $(IntDir)DocxFormat.pdb + Level3 + ProgramDatabase + + + .\..\Source\XML\libxml2\win_build\Release;%(AdditionalLibraryDirectories) + + + + + X64 + + + MaxSpeed + true + .\..\Source\XML\libxml2\XML\include;.\..\Source\Utility;.\..\Source\XML;.\..\Source\Common;..\..\..\..\..\Redist;..\..\ASCOfficeOdtFile\Source\OfficeSvmFile;%(AdditionalIncludeDirectories) + USE_LITE_READER;_USE_XMLLITE_READER_;_DOCWRAPPER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;BUILD_CONFIG_OPENSOURCE_VERSION;%(PreprocessorDefinitions) + MultiThreadedDLL + true + $(IntDir)DocxFormat.pdb + Level3 + ProgramDatabase + + + .\..\Source\XML\libxml2\win_build\Release;%(AdditionalLibraryDirectories) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + + + + + + + + + + + + + /bigobj %(AdditionalOptions) + + + /bigbj %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + + + /bigobj %(AdditionalOptions) + $(IntDir)Docx\Logic\ + + + $(IntDir) + $(IntDir) + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + + + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + + + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + /bigobj %(AdditionalOptions) + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + /bigobj %(AdditionalOptions) + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + $(IntDir) + $(IntDir) + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir)Docx\Logic\ + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + + + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + $(IntDir)Docx\Logic\ + $(IntDir)Docx\Logic\ + $(IntDir) + /bigobj %(AdditionalOptions) + $(IntDir) + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + + + + /bigobj %(AdditionalOptions) + + + + + + /bigobj %(AdditionalOptions) + + + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Common/DocxFormat/Projects/DocxFormatLib.vcxproj.filters b/Common/DocxFormat/Projects/DocxFormatLib.vcxproj.filters new file mode 100644 index 0000000000..d8129ea84e --- /dev/null +++ b/Common/DocxFormat/Projects/DocxFormatLib.vcxproj.filters @@ -0,0 +1,892 @@ + + + + + {46ca8848-a05c-4a5c-a862-76f06b8ee1e2} + + + {516d6508-eae5-4a77-b571-4ced7483bde7} + + + {fc335cca-f0ad-468d-bec0-042747590577} + + + {2c97a659-8d3f-485a-8a12-5f0371a6a56d} + + + {3b4981e1-a17f-4fd8-966f-2570e8b0e600} + + + {12788e1e-16e5-455a-8c5a-177f6047cd07} + + + {e3e3adbc-d2fa-4c9b-9bbc-ce18d99cf399} + + + {43c7b203-7ed2-49b9-880d-2888f6a7ab35} + + + {fc804a4b-03d5-4320-82fe-c3737848ebfd} + + + {c4b9b68a-2b06-4799-9436-6acef478a845} + + + {718bf6bf-4821-40fa-b8d8-181805593517} + + + {4d158eab-cca4-4a1f-be9e-e2646330a176} + + + {8d3023b4-35de-4e69-a82e-63b703f09d83} + + + {3b5eb910-f339-4738-b3b2-1a9b4efb1c89} + + + {1c153707-3784-40ca-9bba-eac39eade7c2} + + + {23838b02-ab1f-4792-9378-6aae16869404} + + + {cfd2f396-939a-46a2-a3ac-8bb751b08cee} + + + {cbb6ec77-d12a-43d6-b00a-2fda08d2fddf} + + + {8c368f54-4b99-4d0d-941a-5bfe81569746} + + + {1614473a-b1cf-48ef-a43e-ff606ee27c9d} + + + {8b87620c-bff5-4c4d-be37-67f6fa115d3c} + + + {ad96ce4e-82c7-4cc7-aa68-3771ccfbfd7b} + + + {793b8c87-7759-4f33-8f2c-e1e97f4570d5} + + + {80c2e49b-a19e-455e-bd02-10bdf68eb6b2} + + + {61634799-8115-4325-848e-4d02e420d186} + + + {b6708f83-36ae-4023-9775-911656ab244d} + + + {140828f3-10ae-46f8-97d3-7467bafa5915} + + + {0e0298e4-3603-4007-8f6d-f180a5f03ac2} + + + {d659f514-9a3d-433a-bb72-a76dd4d069ec} + + + {966abec2-aead-4526-9fb0-793ed1752bf8} + + + {a10a9ce6-f51f-49c5-8193-d5032b0128f0} + + + {547fea33-88e2-4642-9c2a-c290c3405e3e} + + + {548a010c-e7a5-43ed-ae81-770c2e93141a} + + + {bf396d1c-4838-484f-bbc6-1398bb363c27} + + + {f32d388d-4b11-4a6b-afef-e546d59cb394} + + + {685cf688-68b9-4ab4-8535-525c5b230c16} + + + {37ab3298-d76b-4afc-9afc-1ca093f59540} + + + {60c9176a-a026-4c73-ac2a-eba9a04a26dd} + + + {ffd7d11a-0aff-463b-a24d-0f525f2eee61} + + + {1be492b6-dbf2-436f-be99-b8ce8cd99269} + + + {ebf55a86-a27b-4d5d-a95b-1f9cbc890855} + + + {c6fe581a-01db-4119-9bbc-1dfdc7e376ed} + + + {a528c5e4-dbb5-4444-8bcc-b5fb740323fb} + + + {8fad817f-c47e-43d2-ae89-e68edb4a86ce} + + + {ee96bdf2-2241-47f1-a478-1de9c40d70a1} + + + {440b5b4d-8c1a-4fae-9456-40bda2bec131} + + + {1b21963e-218f-4c18-ad3f-22b54c7f551d} + + + {4cb7af47-5cbf-46dc-aa49-fd30aeb0a08a} + + + {cc63a122-10d5-4044-9071-1aa63c5bee8f} + + + {24aa9e81-fe2b-4478-a1af-b849f666defa} + + + {e3d355ea-700d-4759-b6c4-4a59e8858339} + + + {894f1b0d-67d1-4363-b08c-0bc2eeafa880} + + + {c2314c85-3672-456a-9797-b4f879792f36} + + + {744df142-08f4-4564-9383-0594368c1eb2} + + + + + Rels + + + App + + + Core + + + Settings\WebSettings + + + Settings\DocumentSettings + + + Theme + + + Theme + + + ContentTypes + + + Styles + + + Custom XML + + + Logic + + + Logic\Tables + + + Logic\Tables + + + Logic\Fields and Hyperlinks + + + Logic\Fields and Hyperlinks + + + Logic\Fields and Hyperlinks + + + Logic\Custom Markup + + + Logic\Custom Markup + + + Logic\Custom Markup\Sdt + + + Logic\Paragraph and Runs\Paragraph + + + Logic\Paragraph and Runs\Paragraph + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Annotations + + + Logic\Drawing + + + Logic\Drawing + + + Logic\Sections + + + Numbering + + + Bibliography + + + Footnotes and Endnotes + + + Footnotes and Endnotes + + + Footnotes and Endnotes + + + Headers and Footers + + + Fonts + + + Fonts + + + Media + + + Media + + + Media + + + Media + + + Media + + + Media + + + Media + + + Media + + + External + + + External + + + External + + + External + + + External + + + Drawing + + + Drawing + + + Drawing + + + Drawing + + + Utility + + + Utility\FileSys + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Comments + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat\CalcChain + + + XlsxFormat\Chart + + + XlsxFormat\Chart + + + XlsxFormat\Chart + + + XlsxFormat\Comments + + + XlsxFormat\Comments + + + XlsxFormat\Comments + + + XlsxFormat\Drawing + + + XlsxFormat\Drawing + + + XlsxFormat\Drawing + + + XlsxFormat\Drawing + + + XlsxFormat\Drawing + + + XlsxFormat\Drawing + + + XlsxFormat\SharedStrings + + + XlsxFormat\SharedStrings + + + XlsxFormat\SharedStrings + + + XlsxFormat\SharedStrings + + + XlsxFormat\SharedStrings + + + XlsxFormat\SharedStrings + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Styles + + + XlsxFormat\Table + + + XlsxFormat\Table + + + XlsxFormat\Table + + + XlsxFormat\Table + + + XlsxFormat\Workbook + + + XlsxFormat\Workbook + + + XlsxFormat\Workbook + + + XlsxFormat\Workbook + + + XlsxFormat\Workbook + + + XlsxFormat\Workbook + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\ExternalLinks + + + XlsxFormat\ExternalLinks + + + XlsxFormat\Pivots + + + XlsxFormat\Pivots + + + XlsxFormat\Pivots + + + XlsxFormat\Slicer + + + XlsxFormat\Slicer + + + XlsxFormat\Slicer + + + Math + + + Math + + + Math + + + Math + + + Base + + + Base + + + Base + + + Base + + + XML + + + XML + + + XML + + + Equation + + + Equation + + + Equation + + + Equation + + + Equation + + + VectorML + + + VectorML + + + VectorML + + + VectorML + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + PPTX + + + + + + + + + + + + + + + + Logic\DocParts + + + XlsxFormat\Chart + + + XlsxFormat\Chart + + + XlsxFormat\Chart + + + + + Logic\Tables + + + Logic\Tables + + + Logic\Fields and Hyperlinks + + + Logic\Fields and Hyperlinks + + + Logic\Custom Markup + + + Logic\Custom Markup + + + Logic\Custom Markup\Sdt + + + Logic\Paragraph and Runs\Paragraph + + + Logic\Paragraph and Runs\Paragraph + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Paragraph and Runs\Run + + + Logic\Annotations + + + Logic\Sections + + + Media + + + Media + + + Media + + + Drawing + + + Utility\FileSys + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Comments + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat + + + XlsxFormat\Chart + + + XlsxFormat\Chart + + + XlsxFormat\Drawing + + + XlsxFormat\SharedStrings + + + XlsxFormat\SharedStrings + + + XlsxFormat\Styles + + + XlsxFormat\Table + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Worksheets + + + XlsxFormat\Pivots + + + XlsxFormat\Slicer + + + XlsxFormat\Slicer + + + XlsxFormat\Slicer + + + Math + + + Math + + + Math + + + Base + + + Equation + + + VectorML + + + VectorML + + + PPTX + + + PPTX + + + PPTX + + + + + + + + + Logic + + + Logic\DocParts + + + \ No newline at end of file diff --git a/DesktopEditor/agg-2.4/agg.vcxproj b/DesktopEditor/agg-2.4/agg.vcxproj new file mode 100644 index 0000000000..49c8918268 --- /dev/null +++ b/DesktopEditor/agg-2.4/agg.vcxproj @@ -0,0 +1,251 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + agg2d + {37CA072A-5BDE-498B-B3A7-5E404F5F9BF2} + agg2d + + + + StaticLibrary + v120 + false + MultiByte + + + StaticLibrary + v120 + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.21005.1 + + + ./Debug\ + ./Debug\ + + + + ./Release\ + ./Release\ + + + + + Disabled + include;font_win32_tt;..\Expat;..\Objects\Font\FreeType;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;AGG_BMP_ALPHA_BLEND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Default + ..\Debug\agg2d.pch + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ./Debug/agg2d.lib + ..\Expat\lib;%(AdditionalLibraryDirectories) + true + + + + + MaxSpeed + AnySuitable + false + Neither + include;font_win32_tt;..\Expat;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;AGG_BMP_ALPHA_BLEND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + MultiThreaded + false + ..\Release\agg2d.pch + .\Release\ + .\Release\ + .\Release\agg2D.pdb + Level3 + true + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + libexpat.lib;%(AdditionalDependencies) + ./Release/agg2d.lib + ..\Expat\lib;%(AdditionalLibraryDirectories) + true + + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/agg-2.4/agg.vcxproj.filters b/DesktopEditor/agg-2.4/agg.vcxproj.filters new file mode 100644 index 0000000000..949556bd0e --- /dev/null +++ b/DesktopEditor/agg-2.4/agg.vcxproj.filters @@ -0,0 +1,98 @@ + + + + + {f991c8b4-7b61-4d4c-ae04-bdeba23fdff8} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {07da3483-9b50-46cf-a8fe-292a51339f8e} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/agg-2.4/agg_vs2005.vcxproj b/DesktopEditor/agg-2.4/agg_vs2005.vcxproj new file mode 100644 index 0000000000..456904ba4f --- /dev/null +++ b/DesktopEditor/agg-2.4/agg_vs2005.vcxproj @@ -0,0 +1,466 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + agg2d + {617F9069-5E37-4B80-9A3A-E77AFC4CC7AD} + agg2d + + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + false + NotSet + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + false + NotSet + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + + MinimumRecommendedRules.ruleset + + + D:\_Work\core\DesktopEditor\freetype-2.5.2;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + MinimumRecommendedRules.ruleset + + + + + + Disabled + include;font_win32_tt;..\Expat;..\Objects\Font\FreeType;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;AGG_BMP_ALPHA_BLEND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;GRAPHICS_NO_USE_DYNAMIC_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Default + NotSet + + $(Configuration)\agg2d.pch + $(Configuration)\ + $(Configuration)\agg2D.pdb + + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + $(OutDir)$(ProjectName).lib + ..\Expat\lib;%(AdditionalLibraryDirectories) + true + true + + + + + X64 + + + /Wp64 %(AdditionalOptions) + Disabled + include;font_win32_tt;..\Expat;..\Objects\Font\FreeType;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;AGG_BMP_ALPHA_BLEND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Default + + $(Platform)\$(Configuration)\agg2d.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\agg2D.pdb + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + $(OutDir)$(ProjectName).lib + ..\Expat\lib;%(AdditionalLibraryDirectories) + true + true + + + + + MaxSpeed + AnySuitable + false + Neither + include;font_win32_tt;..\Expat;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;AGG_BMP_ALPHA_BLEND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + MultiThreadedDLL + false + + $(Configuration)\agg2d.pch + $(Configuration)\ + $(Configuration)\agg2D.pdb + Level3 + true + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + libexpat.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + ..\Expat\lib;%(AdditionalLibraryDirectories) + true + + + + + X64 + + + MaxSpeed + AnySuitable + false + Neither + include;font_win32_tt;..\Expat;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;AGG_BMP_ALPHA_BLEND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + MultiThreadedDLL + false + ..\Release\agg2d.pch + $(Platform)\$(Configuration)\agg2d.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\agg2D.pdb + Level3 + true + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + libexpat.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).lib + ..\Expat\lib;%(AdditionalLibraryDirectories) + true + + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + .\Debug\ + .\Debug\ + .\Debug\agg2D.pdb + MaxSpeed + Neither + MaxSpeed + Neither + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/agg-2.4/agg_vs2005.vcxproj.filters b/DesktopEditor/agg-2.4/agg_vs2005.vcxproj.filters new file mode 100644 index 0000000000..0018e1984c --- /dev/null +++ b/DesktopEditor/agg-2.4/agg_vs2005.vcxproj.filters @@ -0,0 +1,125 @@ + + + + + {f6e650e0-ea8c-4b89-ad48-0840c4061719} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {72a867fd-7c2d-40e6-985f-cf738ec10cea} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/CxImage/cximage.vcxproj b/DesktopEditor/cximage/CxImage/cximage.vcxproj new file mode 100644 index 0000000000..4037b3af19 --- /dev/null +++ b/DesktopEditor/cximage/CxImage/cximage.vcxproj @@ -0,0 +1,754 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + {C739151F-5384-41DF-A1A6-F089E2C1AD56} + MFCProj + + + + StaticLibrary + v120 + false + MultiByte + + + StaticLibrary + v120 + Dynamic + Unicode + + + StaticLibrary + v120 + Dynamic + Unicode + + + StaticLibrary + v120 + Dynamic + + + StaticLibrary + v120 + Dynamic + + + StaticLibrary + v120 + Dynamic + Unicode + + + StaticLibrary + v120 + Dynamic + Unicode + + + StaticLibrary + v120 + Dynamic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.21005.1 + + + .\Release\ + .\Release\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + .\Unicode_Debug\ + .\Unicode_Debug\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + .\Unicode_Release\ + .\Unicode_Release\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + .\Debug\ + .\Debug\ + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/cximage.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Release\cximage.lib + true + + + true + .\Release/cximage.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/cximage.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Release\cximage.lib + true + + + true + .\Release/cximage.bsc + + + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/cximage.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\cximage.lib + true + + + true + .\Unicode_Debug/cximage.bsc + + + + + X64 + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/cximage.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\cximage.lib + true + + + true + .\Unicode_Debug/cximage.bsc + + + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/cximage.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\cximage.lib + true + + + true + .\Unicode_Release/cximage.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/cximage.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\cximage.lib + true + + + true + .\Unicode_Release/cximage.bsc + + + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/cximage.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Debug\cximage.lib + true + + + true + .\Debug/cximage.bsc + + + + + X64 + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/cximage.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Debug\cximage.lib + true + + + true + .\Debug/cximage.bsc + + + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/CxImage/cximage.vcxproj.filters b/DesktopEditor/cximage/CxImage/cximage.vcxproj.filters new file mode 100644 index 0000000000..3fb9a217a4 --- /dev/null +++ b/DesktopEditor/cximage/CxImage/cximage.vcxproj.filters @@ -0,0 +1,188 @@ + + + + + {e41a2215-ebdc-43c1-bfa9-74ead25861b0} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {384a3681-31d0-4a4f-8bed-dd4bb4675f3d} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj b/DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj new file mode 100644 index 0000000000..d823a01512 --- /dev/null +++ b/DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj @@ -0,0 +1,811 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + cximage + {BC52A07C-A797-423D-8C4F-8678805BBB36} + cximage + MFCProj + + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + D:\_Work\core\DesktopEditor\freetype-2.5.2;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/cximage.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/cximage.bsc + + + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/cximage.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\cximage.lib + true + + + true + .\Unicode_Debug/cximage.bsc + + + + + X64 + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/cximage.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\cximage.lib + true + + + true + .\Unicode_Debug/cximage.bsc + + + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/cximage.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\cximage.lib + true + + + true + .\Unicode_Release/cximage.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/cximage.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\cximage.lib + true + + + true + .\Unicode_Release/cximage.bsc + + + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;GRAPHICS_NO_USE_DYNAMIC_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + true + + + true + .\Debug/cximage.bsc + + + + + X64 + + + Disabled + ..\jpeg;..\png;..\zlib;..\mng;..\tiff;..\j2k;..\jasper\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Debug/cximage.bsc + + + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ffda5da1-bb65-4695-b678-be59b4a1355d} + + + {764c3a2d-fb0f-428e-b1c7-62d1dd2ce239} + + + {818753f2-dbb9-4d3b-898a-a604309be470} + + + {9a037a69-d1df-4505-ab2a-6cb3641c476e} + + + {43a0e60e-5c4a-4c09-a29b-7683f503bbd7} + + + {df861d33-9bc1-418c-82b1-581f590fe169} + + + {0588563c-f05c-428c-b21a-dd74756628b3} + + + {7b53d2c7-1b4a-4a53-a7d3-e25b92470b81} + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj.filters b/DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj.filters new file mode 100644 index 0000000000..85130fb6f5 --- /dev/null +++ b/DesktopEditor/cximage/CxImage/cximage_vs2005.vcxproj.filters @@ -0,0 +1,188 @@ + + + + + {2e8d58b3-6bd4-4161-8fda-e63811116309} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {ffd2da5b-68bf-45c0-a178-4509641cabdf} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jasper/jasper.vcxproj b/DesktopEditor/cximage/jasper/jasper.vcxproj new file mode 100644 index 0000000000..de04c3844f --- /dev/null +++ b/DesktopEditor/cximage/jasper/jasper.vcxproj @@ -0,0 +1,231 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {81C530E5-D74C-4A3E-B313-7EBD75698949} + Win32Proj + jasper + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + .\include + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + .\include + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + .\include + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + .\include + + + Windows + true + true + true + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj b/DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj new file mode 100644 index 0000000000..73403f9159 --- /dev/null +++ b/DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj @@ -0,0 +1,521 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + jasper + {FFDA5DA1-BB65-4695-B678-BE59B4A1355D} + jasper + + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jasper.lib + true + true + + + true + .\Debug/jasper.bsc + + + + + X64 + + + Disabled + .\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/jasper.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level2 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jasper.lib + true + + + true + .\Debug/jasper.bsc + + + + + MaxSpeed + OnlyExplicitInline + .\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/jasper.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level2 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jasper.lib + true + + + true + .\Release/jasper.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + .\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/jasper.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level2 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jasper.lib + true + + + true + .\Release/jasper.bsc + + + + + MaxSpeed + OnlyExplicitInline + .\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/jasper.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level2 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\jasper.lib + true + + + true + .\Unicode_Release/jasper.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + .\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/jasper.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level2 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\jasper.lib + true + + + true + .\Unicode_Release/jasper.bsc + + + + + Disabled + .\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/jasper.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level2 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\jasper.lib + true + + + true + .\Unicode_Debug/jasper.bsc + + + + + X64 + + + Disabled + .\include;%(AdditionalIncludeDirectories) + _LIB;JAS_WIN_MSVC_BUILD;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;EXCLUDE_JPG_SUPPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/jasper.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level2 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\jasper.lib + true + + + true + .\Unicode_Debug/jasper.bsc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj.filters b/DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj.filters new file mode 100644 index 0000000000..f371845440 --- /dev/null +++ b/DesktopEditor/cximage/jasper/jasper_vs2005.vcxproj.filters @@ -0,0 +1,266 @@ + + + + + {97f1db21-7dc3-458e-93e9-637df677f4e1} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {ba992748-5ff0-4a76-8c04-8d6be4b69521} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jbig/jbig.vcxproj b/DesktopEditor/cximage/jbig/jbig.vcxproj new file mode 100644 index 0000000000..90f4236f2b --- /dev/null +++ b/DesktopEditor/cximage/jbig/jbig.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C8353FEE-3BBD-40F4-AA72-4D6468277D91} + Win32Proj + jbig + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj b/DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj new file mode 100644 index 0000000000..b43c4bb857 --- /dev/null +++ b/DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj @@ -0,0 +1,430 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + jbig + {764C3A2D-FB0F-428E-B1C7-62D1DD2CE239} + jbig + + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/jbig.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jbig.lib + true + + + true + .\Release/jbig.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/jbig.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jbig.lib + true + + + true + .\Release/jbig.bsc + + + + + MaxSpeed + OnlyExplicitInline + _LIB;WIN32;NDEBUG;UNICODE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/jbig.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\jbig.lib + true + + + true + .\Unicode_Release/jbig.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + _LIB;WIN32;NDEBUG;UNICODE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/jbig.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\jbig.lib + true + + + true + .\Unicode_Release/jbig.bsc + + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jbig.lib + true + + + true + .\Debug/jbig.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/jbig.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)jbig.lib + true + + + true + .\Debug/jbig.bsc + + + + + Disabled + _LIB;WIN32;_DEBUG;UNICODE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/jbig.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\jbig.lib + true + + + true + .\Unicode_Debug/jbig.bsc + + + + + X64 + + + Disabled + _LIB;WIN32;_DEBUG;UNICODE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/jbig.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\jbig.lib + true + + + true + .\Unicode_Debug/jbig.bsc + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj.filters b/DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj.filters new file mode 100644 index 0000000000..7aa61369fc --- /dev/null +++ b/DesktopEditor/cximage/jbig/jbig_vs2005.vcxproj.filters @@ -0,0 +1,26 @@ + + + + + {239f8082-d765-400b-9734-b4e6d324da74} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {062c6937-8279-41ff-bb9b-1e1cd8086e6e} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jpeg/Jpeg_vs2005.vcxproj b/DesktopEditor/cximage/jpeg/Jpeg_vs2005.vcxproj new file mode 100644 index 0000000000..461e5da7c5 --- /dev/null +++ b/DesktopEditor/cximage/jpeg/Jpeg_vs2005.vcxproj @@ -0,0 +1,890 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + jpeg + {818753F2-DBB9-4D3B-898A-A604309BE470} + jpeg + MFCProj + + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + _WINDOWS;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/Jpeg.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + 0x0809 + + + .\Unicode_Release\Jpeg.lib + true + + + true + .\Unicode_Release/Jpeg.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + _WINDOWS;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/Jpeg.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + 0x0809 + + + .\Unicode_Release\Jpeg.lib + true + + + true + .\Unicode_Release/Jpeg.bsc + + + + + Disabled + _WINDOWS;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Unicode_Debug/Jpeg.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + 0x0809 + + + .\Unicode_Debug\Jpeg.lib + true + + + true + .\Unicode_Debug/Jpeg.bsc + + + + + X64 + + + Disabled + _WINDOWS;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Unicode_Debug/Jpeg.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + 0x0809 + + + .\Unicode_Debug\Jpeg.lib + true + + + true + .\Unicode_Debug/Jpeg.bsc + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)Jpeg.lib + true + true + + + true + .\Debug/Jpeg.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Debug/Jpeg.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)Jpeg.lib + true + + + true + .\Debug/Jpeg.bsc + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/Jpeg.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + 0x0809 + + + $(OutDir)Jpeg.lib + true + + + true + .\Release/Jpeg.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/Jpeg.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + 0x0809 + + + $(OutDir)peg.lib + true + + + true + .\Release/Jpeg.bsc + + + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/jpeg/jpeg.vcxproj b/DesktopEditor/cximage/jpeg/jpeg.vcxproj new file mode 100644 index 0000000000..97ecc0f8ca --- /dev/null +++ b/DesktopEditor/cximage/jpeg/jpeg.vcxproj @@ -0,0 +1,200 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C672D3DF-2FF3-45B9-9A46-09D7BE07DCF4} + Win32Proj + jpeg + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/libpsd/libpsd.vcxproj b/DesktopEditor/cximage/libpsd/libpsd.vcxproj new file mode 100644 index 0000000000..ed0112762c --- /dev/null +++ b/DesktopEditor/cximage/libpsd/libpsd.vcxproj @@ -0,0 +1,208 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {838EE52E-ECB0-4256-89D5-8418B5F14E21} + Win32Proj + libpsd + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj b/DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj new file mode 100644 index 0000000000..a984b59856 --- /dev/null +++ b/DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj @@ -0,0 +1,493 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + libpsd + {9A037A69-D1DF-4505-AB2A-6CB3641C476E} + libpsd + + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/libpsd.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\libpsd.lib + true + + + true + .\Unicode_Release/libpsd.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/libpsd.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\libpsd.lib + true + + + true + .\Unicode_Release/libpsd.bsc + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/libpsd.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libpsd.lib + true + + + true + .\Release/libpsd.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/libpsd.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libpsd.lib + true + + + true + .\Release/libpsd.bsc + + + + + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libpsd.lib + true + true + + + true + .\Debug/libpsd.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/libpsd.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libpsd.lib + true + + + true + .\Debug/libpsd.bsc + + + + + Disabled + WIN32;_DEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/libpsd.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\libpsd.lib + true + + + true + .\Unicode_Debug/libpsd.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/libpsd.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\libpsd.lib + true + + + true + .\Unicode_Debug/libpsd.bsc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj.filters b/DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj.filters new file mode 100644 index 0000000000..41516e5cd2 --- /dev/null +++ b/DesktopEditor/cximage/libpsd/libpsd_vs2005.vcxproj.filters @@ -0,0 +1,206 @@ + + + + + {bfaa71c1-da25-4ec5-a132-92b1648fcf06} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {217b36a3-68bd-4cd4-8d07-58876e6333b8} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/mng/mng.vcxproj b/DesktopEditor/cximage/mng/mng.vcxproj new file mode 100644 index 0000000000..8996fe1c12 --- /dev/null +++ b/DesktopEditor/cximage/mng/mng.vcxproj @@ -0,0 +1,186 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EBBF85B9-C8FA-4566-B4A6-0F155673D75C} + Win32Proj + mng + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;MNG_ERROR_TELLTALE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;MNG_ERROR_TELLTALE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;MNG_ERROR_TELLTALE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;MNG_ERROR_TELLTALE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/mng/mng_vs2005.vcxproj b/DesktopEditor/cximage/mng/mng_vs2005.vcxproj new file mode 100644 index 0000000000..ac948e3938 --- /dev/null +++ b/DesktopEditor/cximage/mng/mng_vs2005.vcxproj @@ -0,0 +1,643 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + mng + {40A69F40-063E-43FD-8543-455495D8733E} + mng + MFCProj + + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(IntDir) + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)mng.lib + true + true + + + true + .\Debug/mng.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/mng.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)mng.lib + true + + + true + .\Debug/mng.bsc + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/mng.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\mng.lib + true + + + true + .\Unicode_Release/mng.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/mng.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\mng.lib + true + + + true + .\Unicode_Release/mng.bsc + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/mng.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\mng.lib + true + + + true + .\Unicode_Debug/mng.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/mng.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\mng.lib + true + + + true + .\Unicode_Debug/mng.bsc + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/mng.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)mng.lib + true + + + true + .\Release/mng.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/mng.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)mng.lib + true + + + true + .\Release/mng.bsc + + + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;_DEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + WIN32;NDEBUG;_WINDOWS;MNG_SUPPORT_DISPLAY;MNG_SUPPORT_READ;MNG_SUPPORT_WRITE;MNG_ACCESS_CHUNKS;MNG_STORE_CHUNKS;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE;MNG_ERROR_TELLTALE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/mng/mng_vs2005.vcxproj.filters b/DesktopEditor/cximage/mng/mng_vs2005.vcxproj.filters new file mode 100644 index 0000000000..da2eda7c0b --- /dev/null +++ b/DesktopEditor/cximage/mng/mng_vs2005.vcxproj.filters @@ -0,0 +1,140 @@ + + + + + {b06336cb-217c-4c68-b2c1-c8ef3935ddf2} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {f9b0ca05-e1e3-4ac6-bb95-b50c97df153c} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/png/png.vcxproj b/DesktopEditor/cximage/png/png.vcxproj new file mode 100644 index 0000000000..3b27054245 --- /dev/null +++ b/DesktopEditor/cximage/png/png.vcxproj @@ -0,0 +1,166 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + {121B23FF-D088-4CF7-A72D-D2552A142C2C} + Win32Proj + png + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + ..\zlib + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + ..\zlib + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + ..\zlib + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + ..\zlib + + + Windows + true + true + true + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/png/png_vs2005.vcxproj b/DesktopEditor/cximage/png/png_vs2005.vcxproj new file mode 100644 index 0000000000..66e787b16e --- /dev/null +++ b/DesktopEditor/cximage/png/png_vs2005.vcxproj @@ -0,0 +1,579 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + png + {43A0E60E-5C4A-4C09-A29B-7683F503BBD7} + png + MFCProj + + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + true + + + true + .\Debug/png.bsc + + + + + X64 + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Debug/png.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Debug/png.bsc + + + + + MaxSpeed + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + _WINDOWS;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/png.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + 0x0809 + + + .\Unicode_Release\png.lib + true + + + true + .\Unicode_Release/png.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + _WINDOWS;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/png.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + 0x0809 + + + .\Unicode_Release\png.lib + true + + + true + .\Unicode_Release/png.bsc + + + + + MaxSpeed + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/png.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/png.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/png.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/png.bsc + + + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + _WINDOWS;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Unicode_Debug/png.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + 0x0809 + + + .\Unicode_Debug\png.lib + true + + + true + .\Unicode_Debug/png.bsc + + + + + X64 + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + _WINDOWS;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Unicode_Debug/png.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + 0x0809 + + + .\Unicode_Debug\png.lib + true + + + true + .\Unicode_Debug/png.bsc + + + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/png/png_vs2005.vcxproj.filters b/DesktopEditor/cximage/png/png_vs2005.vcxproj.filters new file mode 100644 index 0000000000..16f46d64ea --- /dev/null +++ b/DesktopEditor/cximage/png/png_vs2005.vcxproj.filters @@ -0,0 +1,72 @@ + + + + + {f725c659-1cac-40da-ac61-294d31f328a2} + cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90 + + + {d9d674f5-2448-4e56-9ba9-27faa0be8513} + h;hpp;hxx;hm;inl;fi;fd + + + {00b64795-02b5-4a30-b0ea-ab4ff177429e} + ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/png/projects/vstudio/libpng/libpng.vcxproj b/DesktopEditor/cximage/png/projects/vstudio/libpng/libpng.vcxproj new file mode 100644 index 0000000000..f2efa73f71 --- /dev/null +++ b/DesktopEditor/cximage/png/projects/vstudio/libpng/libpng.vcxproj @@ -0,0 +1,233 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + {D6973076-9317-4EF2-A0B8-B7A18AC0713E} + Win32Proj + libpng + + + + + DynamicLibrary + MultiByte + true + + + StaticLibrary + MultiByte + + + DynamicLibrary + true + MultiByte + + + StaticLibrary + MultiByte + + + + + + + + + + + + + + + + + + + false + + + $(ProjectName)15 + + + false + + $(ProjectName)15 + + + false + + + $(ProjectName)15 + + + false + + $(ProjectName)15 + + + + Use + Level4 + false + ProgramDatabase + EnableFastChecks + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + false + false + pngpriv.h + true + CompileAsC + true + 4996;4127 + $(ZLibSrcDir);%(AdditionalIncludeDirectories) + true + Disabled + + + Windows + true + zlib.lib + 15 + $(OutDir) + + + + + Use + Level4 + false + ProgramDatabase + Disabled + EnableFastChecks + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + true + false + false + pngpriv.h + true + CompileAsC + true + 4996;4127 + $(ZLibSrcDir);%(AdditionalIncludeDirectories) + true + MultiThreadedDebug + + + Windows + true + + + + + Level4 + Use + ProgramDatabase + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + false + pngpriv.h + true + CompileAsC + true + false + 4996;4127 + $(ZLibSrcDir);%(AdditionalIncludeDirectories) + true + Full + + + Windows + true + true + true + zlib.lib + 15 + $(OutDir) + + + + + Level4 + Use + ProgramDatabase + MultiThreaded + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + false + pngpriv.h + true + CompileAsC + true + false + 4996;4127 + $(ZLibSrcDir);%(AdditionalIncludeDirectories) + true + Full + true + + + Windows + true + true + true + + + true + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + true + true + + + + + + diff --git a/DesktopEditor/cximage/png/projects/vstudio/pnglibconf/pnglibconf.vcxproj b/DesktopEditor/cximage/png/projects/vstudio/pnglibconf/pnglibconf.vcxproj new file mode 100644 index 0000000000..e2a232cb63 --- /dev/null +++ b/DesktopEditor/cximage/png/projects/vstudio/pnglibconf/pnglibconf.vcxproj @@ -0,0 +1,61 @@ + + + + + Release + Win32 + + + + {EB33566E-DA7F-4D28-9077-88C0B7C77E35} + pnglibconf + + + + Application + false + true + MultiByte + + + + + + + + + + + Build + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + copy ..\..\..\scripts\pnglibconf.h.prebuilt ..\..\..\pnglibconf.h + + + Generating pnglibconf.h + + + ..\..\..\pnglibconf.h + + + ..\..\..\scripts\pnglibconf.h.prebuilt + + + + + + + + diff --git a/DesktopEditor/cximage/png/projects/vstudio/pngtest/pngtest.vcxproj b/DesktopEditor/cximage/png/projects/vstudio/pngtest/pngtest.vcxproj new file mode 100644 index 0000000000..561370d01d --- /dev/null +++ b/DesktopEditor/cximage/png/projects/vstudio/pngtest/pngtest.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + {228BA965-50D5-42B2-8BCF-AFCC227E3C1D} + Win32Proj + pngtest + + + + + Application + Unicode + + + Application + Unicode + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + false + + + + false + + + + false + + + + false + + + + + NotUsing + Level4 + false + ProgramDatabase + Disabled + EnableFastChecks + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996 + false + true + true + true + false + true + false + + + Console + true + libpng15.lib + $(OutDir) + + + Executing PNG test program + "$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png" + $(IntDir)pngout.png + ..\..\..\pngtest.png;$(OutDir)pngtest.exe + + + + + NotUsing + Level4 + false + ProgramDatabase + Disabled + EnableFastChecks + MultiThreadedDebug + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996 + false + true + true + true + false + true + false + + + Console + true + libpng15.lib;zlib.lib + $(OutDir) + + + Executing PNG test program + "$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png" + $(IntDir)pngout.png + ..\..\..\pngtest.png;$(OutDir)pngtest.exe + + + + + Level4 + NotUsing + ProgramDatabase + Full + false + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996 + false + true + true + false + true + true + false + + + Console + true + true + true + UseLinkTimeCodeGeneration + libpng15.lib + $(OutDir) + + + Executing PNG test program + "$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png" + $(IntDir)pngout.png + ..\..\..\pngtest.png;$(OutDir)pngtest.exe + + + + + Level4 + NotUsing + ProgramDatabase + Full + MultiThreaded + false + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996 + false + true + true + false + true + true + false + + + Console + true + true + true + libpng15.lib;zlib.lib + UseLinkTimeCodeGeneration + $(OutDir) + + + Executing PNG test program + $(OutDir)pngtest.exe ..\..\..\pngtest.png $(IntDir)pngout.png + "$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png" + $(IntDir)pngout.png + ..\..\..\pngtest.png;$(OutDir)pngtest.exe + + + + + + + + + diff --git a/DesktopEditor/cximage/png/projects/vstudio/pngvalid/pngvalid.vcxproj b/DesktopEditor/cximage/png/projects/vstudio/pngvalid/pngvalid.vcxproj new file mode 100644 index 0000000000..2cd0e7bf69 --- /dev/null +++ b/DesktopEditor/cximage/png/projects/vstudio/pngvalid/pngvalid.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8} + Win32Proj + pngvalid + + + + + Application + Unicode + + + Application + Unicode + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + false + + + + false + + + + false + + + + false + + + + + NotUsing + Level4 + false + ProgramDatabase + Disabled + EnableFastChecks + WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996;4127 + false + true + true + true + false + true + false + + + Console + true + libpng15.lib;zlib.lib + $(OutDir) + + + Executing PNG validation program + "$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out" + $(IntDir)pngvalid.out + $(OutDir)pngvalid.exe + + + + + NotUsing + Level4 + false + ProgramDatabase + Disabled + EnableFastChecks + MultiThreadedDebug + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996;4127 + false + true + true + true + false + true + false + + + Console + true + libpng15.lib;zlib.lib + $(OutDir) + + + Executing PNG validation program + "$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out" + $(IntDir)pngvalid.out + $(OutDir)pngvalid.exe + + + + + Level4 + NotUsing + ProgramDatabase + Full + false + true + WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996;4127 + false + true + true + false + true + true + false + + + Console + true + true + true + libpng15.lib;zlib.lib + $(OutDir) + UseLinkTimeCodeGeneration + + + Executing PNG validation program + "$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out" + $(IntDir)pngvalid.out + $(OutDir)pngvalid.exe + + + + + Level4 + NotUsing + ProgramDatabase + Full + MultiThreaded + false + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) + 4996;4127 + false + true + true + false + true + true + false + + + Console + true + true + true + libpng15.lib;zlib.lib + $(OutDir) + UseLinkTimeCodeGeneration + + + Executing PNG validation program + "$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out" + $(IntDir)pngvalid.out + $(OutDir)pngvalid.exe + + + + + + + + + diff --git a/DesktopEditor/cximage/png/projects/vstudio/zlib/zlib.vcxproj b/DesktopEditor/cximage/png/projects/vstudio/zlib/zlib.vcxproj new file mode 100644 index 0000000000..4857ffadd7 --- /dev/null +++ b/DesktopEditor/cximage/png/projects/vstudio/zlib/zlib.vcxproj @@ -0,0 +1,174 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + Win32Proj + + + + + StaticLibrary + + + StaticLibrary + + + StaticLibrary + + + StaticLibrary + + + StaticLibrary + + + + + + + + + + + + + + + + + + + true + + + true + + + true + + + true + + + true + + + + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + TurnOffAllWarnings + ProgramDatabase + Disabled + true + + + MachineX86 + true + Windows + + + + + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + TurnOffAllWarnings + ProgramDatabase + Disabled + true + + + MachineX86 + true + Windows + + + + + Level3 + ProgramDatabase + Full + true + true + false + true + true + true + MultiThreaded + + + MachineX86 + true + Windows + + + true + + + + + Level3 + ProgramDatabase + Full + true + true + false + true + true + true + + + MachineX86 + true + Windows + + + true + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + Level3 + ProgramDatabase + + + MachineX86 + true + Windows + true + true + + + + + + diff --git a/DesktopEditor/cximage/raw/libdcr.vcxproj b/DesktopEditor/cximage/raw/libdcr.vcxproj new file mode 100644 index 0000000000..8249114112 --- /dev/null +++ b/DesktopEditor/cximage/raw/libdcr.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + {3770B285-B61F-4AA8-AE5A-624BED820EED} + Win32Proj + libdcr + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj b/DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj new file mode 100644 index 0000000000..e5bb94f77a --- /dev/null +++ b/DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj @@ -0,0 +1,432 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + libdcr + {DF861D33-9BC1-418C-82B1-581F590FE169} + libdcr + + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/libdcr.pch + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libdcr.lib + true + + + true + .\Release/libdcr.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/libdcr.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libdcr.lib + true + + + true + .\Release/libdcr.bsc + + + + + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libdcr.lib + true + true + + + true + .\Debug/libdcr.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/libdcr.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)libdcr.lib + true + + + true + .\Debug/libdcr.bsc + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/libdcr.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\libdcr.lib + true + + + true + .\Unicode_Release/libdcr.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/libdcr.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\libdcr.lib + true + + + true + .\Unicode_Release/libdcr.bsc + + + + + Disabled + WIN32;_DEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/libdcr.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\libdcr.lib + true + + + true + .\Unicode_Debug/libdcr.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/libdcr.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\libdcr.lib + true + + + true + .\Unicode_Debug/libdcr.bsc + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj.filters b/DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj.filters new file mode 100644 index 0000000000..2f7614fe3b --- /dev/null +++ b/DesktopEditor/cximage/raw/libdcr_vs2005.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {a147287a-adb7-4762-ada6-2b64e3018bbf} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {827ca6da-6b37-48ba-922e-a081a9bf6f9c} + h;hpp;hxx;hm;inl + + + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj b/DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj new file mode 100644 index 0000000000..deb52a71bc --- /dev/null +++ b/DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj @@ -0,0 +1,791 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + tiff + {0588563C-F05C-428C-B21A-DD74756628B3} + tiff + MFCProj + + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + true + + + true + .\Debug/Tiff.bsc + + + + + X64 + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/Tiff.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + true + + + true + .\Debug/Tiff.bsc + + + + + MinSpace + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/Tiff.bsc + + + + + X64 + + + MinSpace + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/Tiff.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/Tiff.bsc + + + + + MinSpace + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + _LIB;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/Tiff.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\Tiff.lib + true + + + true + .\Unicode_Release/Tiff.bsc + + + + + X64 + + + MinSpace + OnlyExplicitInline + ..\zlib;%(AdditionalIncludeDirectories) + _LIB;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/Tiff.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\Tiff.lib + true + + + true + .\Unicode_Release/Tiff.bsc + + + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + _LIB;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/Tiff.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\Tiff.lib + true + + + true + .\Unicode_Debug/Tiff.bsc + + + + + X64 + + + Disabled + ..\zlib;%(AdditionalIncludeDirectories) + _LIB;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/Tiff.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\Tiff.lib + true + + + true + .\Unicode_Debug/Tiff.bsc + + + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _LIB;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj.filters b/DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj.filters new file mode 100644 index 0000000000..ef11e8fa62 --- /dev/null +++ b/DesktopEditor/cximage/tiff/Tiff_vs2005.vcxproj.filters @@ -0,0 +1,149 @@ + + + + + {90df7276-7e29-4f1f-afb4-745641209005} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {276275e1-898d-4705-a7af-d8babcf6c3ad} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/tiff/tiff.vcxproj b/DesktopEditor/cximage/tiff/tiff.vcxproj new file mode 100644 index 0000000000..5e212462dc --- /dev/null +++ b/DesktopEditor/cximage/tiff/tiff.vcxproj @@ -0,0 +1,192 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {6E2D8FA1-609C-4E39-97B9-679834179DB4} + Win32Proj + tiff + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + ..\zlib + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + ..\zlib + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + ..\zlib + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + ..\zlib + + + Windows + true + true + true + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/zlib/no_used/zlib.vcxproj b/DesktopEditor/cximage/zlib/no_used/zlib.vcxproj new file mode 100644 index 0000000000..7d4b88a094 --- /dev/null +++ b/DesktopEditor/cximage/zlib/no_used/zlib.vcxproj @@ -0,0 +1,166 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {5D1B5573-7D19-468C-A4EF-DA583716F370} + Win32Proj + zlib + + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + StaticLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + + + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj b/DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj new file mode 100644 index 0000000000..d3cb63b450 --- /dev/null +++ b/DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj @@ -0,0 +1,536 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + zlib + {7B53D2C7-1B4A-4A53-A7D3-E25B92470B81} + zlib + MFCProj + + + + StaticLibrary + v140 + Dynamic + + + StaticLibrary + v140 + false + false + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + + + StaticLibrary + v140 + Dynamic + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Debug\ + .\Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Release\ + .\Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + _WINDOWS;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/zlib.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + 0x0809 + + + .\Unicode_Release\zlib.lib + true + + + true + .\Unicode_Release/zlib.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + _WINDOWS;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/zlib.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + 0x0809 + + + .\Unicode_Release\zlib.lib + true + + + true + .\Unicode_Release/zlib.bsc + + + + + Disabled + _WINDOWS;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Unicode_Debug/zlib.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + 0x0809 + + + .\Unicode_Debug\zlib.lib + true + + + true + .\Unicode_Debug/zlib.bsc + + + + + X64 + + + Disabled + _WINDOWS;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Unicode_Debug/zlib.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + 0x0809 + + + .\Unicode_Debug\zlib.lib + true + + + true + .\Unicode_Debug/zlib.bsc + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/zlib.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Debug\zlib.lib + true + true + + + true + .\Debug/zlib.bsc + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + .\Debug/zlib.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Debug\zlib.lib + true + + + true + .\Debug/zlib.bsc + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/zlib.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + 0x0809 + + + .\Release\zlib.lib + true + + + true + .\Release/zlib.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/zlib.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + 0x0809 + + + .\Release\zlib.lib + true + + + true + .\Release/zlib.bsc + + + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;_DEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + _WINDOWS;WIN32;NDEBUG;_UNICODE;UNICODE;_CRT_SECURE_NO_DEPRECATE + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj.filters b/DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj.filters new file mode 100644 index 0000000000..17eba7494f --- /dev/null +++ b/DesktopEditor/cximage/zlib/zlib_vs2005.vcxproj.filters @@ -0,0 +1,87 @@ + + + + + {5a53ebad-1ea8-4cab-9d98-e061d3e88260} + cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90 + + + {92b45b7e-4da0-46bb-a414-a8e3be4e114a} + h;hpp;hxx;hm;inl;fi;fd + + + {26a2bd19-a145-453a-a877-a225288139cf} + ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj b/DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj new file mode 100644 index 0000000000..c3f92858e3 --- /dev/null +++ b/DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj @@ -0,0 +1,274 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {AECEC0FD-F6E5-434F-8B16-52A14C15441A} + docbuilder.com + AtlProj + + + + DynamicLibrary + v140 + false + Unicode + + + DynamicLibrary + v140 + Dynamic + Unicode + + + DynamicLibrary + v140 + Dynamic + Unicode + + + DynamicLibrary + v140 + Dynamic + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + true + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + true + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + false + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + false + + + + _DEBUG;%(PreprocessorDefinitions) + false + Win32 + true + $(IntDir)docbuilder.tlb + docbuilder.h + + docbuilder_i.c + docbuilder_p.c + false + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + false + _docbuilder.idl + true + Windows + MachineX86 + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + false + X64 + true + $(IntDir)docbuilder.tlb + docbuilder.h + + docbuilder_i.c + docbuilder_p.c + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + _docbuilder.idl + true + Windows + MachineX64 + + + + + + + NDEBUG;%(PreprocessorDefinitions) + false + Win32 + true + $(IntDir)docbuilder.tlb + docbuilder.h + + docbuilder_i.c + docbuilder_p.c + false + + + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + Level3 + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + false + _docbuilder.idl + true + Windows + true + true + MachineX86 + + + + + + + + + + + NDEBUG;%(PreprocessorDefinitions) + false + X64 + true + $(IntDir)docbuilder.tlb + docbuilder.h + + docbuilder_i.c + docbuilder_p.c + + + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES;%(PreprocessorDefinitions) + MultiThreaded + Use + Level3 + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + + + _docbuilder.idl + true + Windows + true + true + MachineX64 + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj.filters b/DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj.filters new file mode 100644 index 0000000000..6fa36b8e1b --- /dev/null +++ b/DesktopEditor/doctrenderer/docbuilder.com/docbuilder.com.vcxproj.filters @@ -0,0 +1,52 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + {530148cb-621e-4ac5-92fe-be9c13744f78} + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj b/DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj new file mode 100644 index 0000000000..f4cd6b4b3a --- /dev/null +++ b/DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {10124551-28B8-4CA0-8FBA-420CF9602CF3} + v4.5 + ManagedCProj + doctrendererwrapper + docbuilder.net + + + + DynamicLibrary + true + v120 + true + Unicode + + + DynamicLibrary + true + v120 + true + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)\bin\$(Platform)\$(Configuration) + $(Platform)\$(Configuration) + + + true + $(SolutionDir)\bin\$(Platform)\$(Configuration) + $(Platform)\$(Configuration) + + + false + $(SolutionDir)\bin\$(Platform)\$(Configuration) + $(Platform)\$(Configuration) + + + false + $(SolutionDir)\bin\$(Platform)\$(Configuration) + $(Platform)\$(Configuration) + + + + Level3 + Disabled + WIN32;_DEBUG;%(PreprocessorDefinitions) + Use + + + true + + + + + + Level3 + Disabled + WIN32;_DEBUG;%(PreprocessorDefinitions) + Use + + + true + + + + + + + Level3 + WIN32;NDEBUG;%(PreprocessorDefinitions) + Use + + + true + + + + + + Level3 + WIN32;NDEBUG;%(PreprocessorDefinitions) + Use + + + true + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj.filters b/DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj.filters new file mode 100644 index 0000000000..145ace51f7 --- /dev/null +++ b/DesktopEditor/doctrenderer/docbuilder.net/docbuilder.net.vcxproj.filters @@ -0,0 +1,49 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/DesktopEditor/fontengine/font_engine_vs2005.vcxproj b/DesktopEditor/fontengine/font_engine_vs2005.vcxproj new file mode 100644 index 0000000000..19eea6adb2 --- /dev/null +++ b/DesktopEditor/fontengine/font_engine_vs2005.vcxproj @@ -0,0 +1,276 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + font_engine + {C739151F-5384-41DF-A1A6-F089E2C1AD56} + font_engine + MFCProj + + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + Unicode + + + StaticLibrary + v140 + false + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + D:\_Work\core\DesktopEditor\freetype-2.5.2;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + ../freetype-2.5.2/include;..\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/font_engine.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ../freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Release/font_engine.bsc + + + + + Disabled + ../freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;GRAPHICS_NO_USE_DYNAMIC_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Debug/font_engine.bsc + + + + + X64 + + + Disabled + ../freetype-2.5.2/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)$(ProjectName).lib + true + + + true + .\Debug/font_engine.bsc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {78b079bd-9fc7-4b9e-b4a6-96da0f00248b} + + + + + + \ No newline at end of file diff --git a/DesktopEditor/fontengine/font_engine_vs2005.vcxproj.filters b/DesktopEditor/fontengine/font_engine_vs2005.vcxproj.filters new file mode 100644 index 0000000000..ef0c471366 --- /dev/null +++ b/DesktopEditor/fontengine/font_engine_vs2005.vcxproj.filters @@ -0,0 +1,140 @@ + + + + + {7eb751f0-d082-4683-8373-c9b51c720f65} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {8169025b-faf9-43b2-98f3-39a195296214} + h;hpp;hxx;hm;inl + + + {99808c44-bc8b-4694-a986-8faa3a9de832} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Common + + + Common + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj b/DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj new file mode 100644 index 0000000000..eb79f81ed9 --- /dev/null +++ b/DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj @@ -0,0 +1,1129 @@ + + + + + Debug Multithreaded + Win32 + + + Debug Multithreaded + x64 + + + Debug Singlethreaded + Win32 + + + Debug Singlethreaded + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release Multithreaded + Win32 + + + Release Multithreaded + x64 + + + Release Singlethreaded + Win32 + + + Release Singlethreaded + x64 + + + Release + Win32 + + + Release + x64 + + + + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} + freetype + + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + false + Unicode + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + StaticLibrary + v140 + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\..\..\..\objs\release_mt\ + .\..\..\..\objs\release_mt\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\..\..\..\objs\release_st\ + .\..\..\..\objs\release_st\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + D:\_Work\core\DesktopEditor\freetype-2.5.2;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\..\..\..\objs\debug_st\ + .\..\..\..\objs\debug_st\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\..\..\..\objs\debug_mt\ + .\..\..\..\objs\debug_mt\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + .\..\..\..\objs\release/freetype.pch + $(Configuration)/ + $(Configuration)/ + $(Configuration)/ + Level4 + + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + $(OutDir)$(ProjectName).lib + true + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + .\..\..\..\objs\release/freetype.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level4 + + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + $(OutDir)$(ProjectName).lib + true + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + .\..\..\..\objs\release_mt/freetype.pch + .\..\..\..\objs\release_mt/ + .\..\..\..\objs\release_mt/ + .\..\..\..\objs\release_mt/ + Level4 + + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252MT.lib + true + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + .\..\..\..\objs\release_mt/freetype.pch + .\..\..\..\objs\release_mt/ + .\..\..\..\objs\release_mt/ + .\..\..\..\objs\release_mt/ + Level4 + + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252MT.lib + true + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + .\..\..\..\objs\release_st/freetype.pch + .\..\..\..\objs\release_st/ + .\..\..\..\objs\release_st/ + .\..\..\..\objs\release_st/ + Level4 + + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252ST.lib + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + .\..\..\..\objs\release_st/freetype.pch + .\..\..\..\objs\release_st/ + .\..\..\..\objs\release_st/ + .\..\..\..\objs\release_st/ + Level4 + + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252ST.lib + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + true + + $(Configuration)/ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + ProgramDatabase + Default + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + $(OutDir)$(ProjectName).lib + true + true + + + + + X64 + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + .\..\..\..\objs\debug/freetype.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level4 + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + $(OutDir)$(ProjectName).lib + true + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + .\..\..\..\objs\debug_st/freetype.pch + .\..\..\..\objs\debug_st/ + .\..\..\..\objs\debug_st/ + .\..\..\..\objs\debug_st/ + Level4 + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252ST_D.lib + true + + + + + X64 + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + .\..\..\..\objs\debug_st/freetype.pch + .\..\..\..\objs\debug_st/ + .\..\..\..\objs\debug_st/ + .\..\..\..\objs\debug_st/ + Level4 + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252ST_D.lib + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + false + false + EnableFastChecks + MultiThreadedDebug + true + .\..\..\..\objs\debug_mt/freetype.pch + .\..\..\..\objs\debug_mt/ + .\..\..\..\objs\debug_mt/ + .\..\..\..\objs\debug_mt/ + Level4 + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252MT_D.lib + true + + + + + X64 + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + false + false + EnableFastChecks + MultiThreadedDebug + true + .\..\..\..\objs\debug_mt/freetype.pch + .\..\..\..\objs\debug_mt/ + .\..\..\..\objs\debug_mt/ + .\..\..\..\objs\debug_mt/ + Level4 + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ..\..\..\objs\win32\vc2005\freetype252MT_D.lib + true + + + + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + + + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + + + + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + Disabled + EnableFastChecks + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + MaxSpeed + + + Disabled + EnableFastChecks + false + Disabled + EnableFastChecks + false + Disabled + EnableFastChecks + false + Disabled + EnableFastChecks + false + Disabled + EnableFastChecks + false + Disabled + EnableFastChecks + false + MaxSpeed + false + MaxSpeed + false + MaxSpeed + false + MaxSpeed + false + MaxSpeed + false + MaxSpeed + false + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj.filters b/DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj.filters new file mode 100644 index 0000000000..82f7d8ca79 --- /dev/null +++ b/DesktopEditor/freetype-2.10.4/builds/windows/vc2005/freetype.vcxproj.filters @@ -0,0 +1,155 @@ + + + + + {85b3071c-ab6c-4089-9702-0e926b1fe678} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {98d00051-3e60-441a-96f1-654e1ed6d600} + + + {8fc70901-d709-44a5-a941-6171e24ded7c} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj b/DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj new file mode 100644 index 0000000000..f249e5af7d --- /dev/null +++ b/DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj @@ -0,0 +1,351 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Debug Static + Win32 + + + Debug Static + x64 + + + Release + Win32 + + + Release + x64 + + + Release Static + Win32 + + + Release Static + x64 + + + + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} + FreeType + + + + $(DefaultPlatformToolset) + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + + + + + + ..\..\..\objs\$(Platform)\$(Configuration)\ + ..\..\..\objs\$(Platform)\$(Configuration)\ + AllRules.ruleset + + + freetype + + + + + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level4 + ProgramDatabase + Default + 4001 + true + $(OutDir)$(TargetName).pdb + Disabled + + + _DEBUG;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level4 + ProgramDatabase + Default + 4001 + true + $(OutDir)$(TargetName).pdb + Disabled + + + _DEBUG;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level4 + ProgramDatabase + Default + 4001 + true + $(OutDir)$(TargetName).pdb + Disabled + + + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + Disabled + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level4 + ProgramDatabase + Default + 4001 + true + $(OutDir)$(TargetName).pdb + Disabled + + + _DEBUG;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + MaxSpeed + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + MultiThreadedDLL + true + true + Level4 + Default + 4001 + true + StreamingSIMDExtensions2 + true + + + NDEBUG;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + MaxSpeed + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + MultiThreadedDLL + true + true + Level4 + Default + 4001 + true + StreamingSIMDExtensions2 + true + + + NDEBUG;DLL_EXPORT;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + MaxSpeed + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + MultiThreaded + true + true + Level4 + Default + 4001 + true + StreamingSIMDExtensions2 + true + + + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + true + MachineX86 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + MaxSpeed + AnySuitable + $(UserOptionDirectory);..\..\..\include;$(UserIncludeDirectories);%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;$(UserDefines);%(PreprocessorDefinitions) + MultiThreaded + true + true + Level4 + Default + 4001 + true + StreamingSIMDExtensions2 + true + + + NDEBUG;$(UserDefines);%(PreprocessorDefinitions) + 0x0409 + + + true + MachineX64 + $(UserLibraryDirectories);%(AdditionalLibraryDirectories) + $(UserDependencies);%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + diff --git a/DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj.filters b/DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj.filters new file mode 100644 index 0000000000..345e1f1a7d --- /dev/null +++ b/DesktopEditor/freetype-2.10.4/builds/windows/vc2010/freetype.vcxproj.filters @@ -0,0 +1,140 @@ + + + + + {b4c15893-ec11-491d-9507-0ac184f9cc78} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {4d3e4eff-3fbc-4b20-b413-2743b23b7109} + + + {e6cf6a0f-0404-4024-8bf8-ff5b29f35657} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + + + Source Files + + + \ No newline at end of file diff --git a/DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj b/DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj new file mode 100644 index 0000000000..b2fe746cb3 --- /dev/null +++ b/DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj @@ -0,0 +1,1577 @@ + + + + + Debug Multithreaded + Win32 + + + Debug Multithreaded + x64 + + + Debug Singlethreaded + Win32 + + + Debug Singlethreaded + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release Multithreaded + Win32 + + + Release Multithreaded + x64 + + + Release Singlethreaded + Win32 + + + Release Singlethreaded + x64 + + + Release + Win32 + + + Release + x64 + + + + {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} + + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + StaticLibrary + false + MultiByte + v100 + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\..\..\..\objs\win32\vc2010\ + .\..\..\..\objs\release\ + .\..\..\..\objs\win32\vc2010\ + .\..\..\..\objs\release_mt\ + .\..\..\..\objs\win32\vc2010\ + .\..\..\..\objs\release_st\ + .\..\..\..\objs\win32\vc2010\ + .\..\..\..\objs\debug\ + .\..\..\..\objs\win32\vc2010\ + .\..\..\..\objs\debug_st\ + .\..\..\..\objs\win32\vc2010\ + .\..\..\..\objs\debug_mt\ + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + freetype253_D + freetype253_D + freetype253MT_D + freetype253MT_D + freetype253ST_D + freetype253ST_D + freetype253 + freetype253 + freetype253MT + freetype253MT + freetype253ST + freetype253ST + + + .\..\..\..\objs\win64\vc2010\ + .\..\..\..\objs\debug\ + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + Level4 + + + Default + 4001 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + Level4 + + + Default + 4001 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level4 + + + Default + 4001 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level4 + + + Default + 4001 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level4 + + + Default + 4001 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level4 + + + Default + 4001 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level4 + ProgramDatabase + Default + 4001 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level4 + ProgramDatabase + Default + 4001 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level4 + ProgramDatabase + Default + 4001 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + Level4 + ProgramDatabase + Default + 4001 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + false + false + EnableFastChecks + MultiThreadedDebug + true + Level4 + ProgramDatabase + Default + 4001 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + false + false + EnableFastChecks + MultiThreadedDebug + true + Level4 + ProgramDatabase + Default + 4001 + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + + + + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + false + false + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + false + false + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + false + false + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + false + false + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + false + false + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + false + false + + + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + Disabled + Disabled + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + MaxSpeed + MaxSpeed + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + + + + + + diff --git a/DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj.filters b/DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj.filters new file mode 100644 index 0000000000..c029d2f642 --- /dev/null +++ b/DesktopEditor/freetype_names/freetype-2.5.3/builds/windows/vc2010/freetype.vcxproj.filters @@ -0,0 +1,155 @@ + + + + + {b4c15893-ec11-491d-9507-0ac184f9cc78} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {4d3e4eff-3fbc-4b20-b413-2743b23b7109} + + + {e6cf6a0f-0404-4024-8bf8-ff5b29f35657} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + Source Files\FT_MODULES + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + diff --git a/DesktopEditor/raster/JBig2/win32/jbig2.vcxproj b/DesktopEditor/raster/JBig2/win32/jbig2.vcxproj new file mode 100644 index 0000000000..7e40e48a57 --- /dev/null +++ b/DesktopEditor/raster/JBig2/win32/jbig2.vcxproj @@ -0,0 +1,340 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EE1B576A-07C5-4ACC-920F-81C41DD0C8C1} + jbig2 + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(IntDir) + $(IntDir)vc80.pdb + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/raster/JBig2/win32/jbig2.vcxproj.filters b/DesktopEditor/raster/JBig2/win32/jbig2.vcxproj.filters new file mode 100644 index 0000000000..fe8ce62fe7 --- /dev/null +++ b/DesktopEditor/raster/JBig2/win32/jbig2.vcxproj.filters @@ -0,0 +1,572 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + Encoder + + + Encoder + + + Encoder + + + LeptonLib + + + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + LeptonLib + + + Encoder + + + Encoder + + + Encoder + + + Encoder + + + Encoder + + + Encoder + + + Encoder + + + Encoder + + + \ No newline at end of file diff --git a/DesktopEditor/raster/Metafile/MetaFileTest/MetaFileTest.vcxproj b/DesktopEditor/raster/Metafile/MetaFileTest/MetaFileTest.vcxproj new file mode 100644 index 0000000000..51027fb910 --- /dev/null +++ b/DesktopEditor/raster/Metafile/MetaFileTest/MetaFileTest.vcxproj @@ -0,0 +1,97 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {E31E1A7F-08BF-49BC-BCE8-12006C22685C} + MetaFileTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + NotSet + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/raster/Metafile/Metafile.vcxproj b/DesktopEditor/raster/Metafile/Metafile.vcxproj new file mode 100644 index 0000000000..c0122affc5 --- /dev/null +++ b/DesktopEditor/raster/Metafile/Metafile.vcxproj @@ -0,0 +1,210 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E0341CD3-CFC0-4544-9DBA-31781C259DBF} + Win32Proj + Metafile + 8.1 + MetafileTest + + + + Application + true + v140 + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + true + D:\_Work\core\DesktopEditor\freetype-2.5.2;$(IncludePath) + + + true + + + false + + + false + + + + NotUsing + Level3 + Disabled + true + ..\..\agg-2.4\include;..\..\freetype-2.5.2\include;..\..\cximage\jasper\include;..\..\cximage\jpeg;..\..\cximage\png;..\..\cximage\zlib;%(AdditionalIncludeDirectories) + 4005;4018 + HAVE_UNISTD_H;HAVE_SYS_TIME_H + GRAPHICS_NO_USE_DYNAMIC_LIBRARY;%(PreprocessorDefinitions) + + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + true + ..\..\agg-2.4\include;..\..\freetype-2.5.2\include;..\..\cximage\jasper\include;..\..\cximage\jpeg;..\..\cximage\png;..\..\cximage\zlib;%(AdditionalIncludeDirectories) + 4005;4018 + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + ..\..\agg-2.4\include;..\..\freetype-2.5.2\include;..\..\cximage\jasper\include;..\..\cximage\jpeg;..\..\cximage\png;..\..\cximage\zlib;%(AdditionalIncludeDirectories) + 4005;4018 + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + true + ..\..\agg-2.4\include;..\..\freetype-2.5.2\include;..\..\cximage\jasper\include;..\..\cximage\jpeg;..\..\cximage\png;..\..\cximage\zlib;%(AdditionalIncludeDirectories) + 4005;4018;4267 + + + Console + true + true + true + + + + + + + + {617f9069-5e37-4b80-9a3a-e77afc4cc7ad} + + + {bc52a07c-a797-423d-8c4f-8678805bbb36} + + + {ffda5da1-bb65-4695-b678-be59b4a1355d} + + + {764c3a2d-fb0f-428e-b1c7-62d1dd2ce239} + + + {818753f2-dbb9-4d3b-898a-a604309be470} + + + {9a037a69-d1df-4505-ab2a-6cb3641c476e} + + + {40a69f40-063e-43fd-8543-455495d8733e} + + + {43a0e60e-5c4a-4c09-a29b-7683f503bbd7} + + + {df861d33-9bc1-418c-82b1-581f590fe169} + + + {0588563c-f05c-428c-b21a-dd74756628b3} + + + {7b53d2c7-1b4a-4a53-a7d3-e25b92470b81} + + + {c739151f-5384-41df-a1a6-f089e2c1ad56} + + + {78b079bd-9fc7-4b9e-b4a6-96da0f00248b} + + + {ee1b576a-07c5-4acc-920f-81c41dd0c8c1} + + + {9caa294e-58c3-4ceb-aba0-cb9786ca5540} + + + + + + \ No newline at end of file diff --git a/DesktopEditor/raster/Metafile/Metafile.vcxproj.filters b/DesktopEditor/raster/Metafile/Metafile.vcxproj.filters new file mode 100644 index 0000000000..2d7c4f4196 --- /dev/null +++ b/DesktopEditor/raster/Metafile/Metafile.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/DesktopEditor/raster/raster_vs2005.vcxproj b/DesktopEditor/raster/raster_vs2005.vcxproj new file mode 100644 index 0000000000..ac8c36789b --- /dev/null +++ b/DesktopEditor/raster/raster_vs2005.vcxproj @@ -0,0 +1,547 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Unicode Debug + Win32 + + + Unicode Debug + x64 + + + Unicode Release + Win32 + + + Unicode Release + x64 + + + + raster + {9CAA294E-58C3-4CEB-ABA0-CB9786CA5540} + raster + MFCProj + + + + StaticLibrary + v140 + false + false + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + StaticLibrary + v140 + false + false + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + Dynamic + Unicode + + + StaticLibrary + v140 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.25431.1 + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Debug\ + .\Unicode_Debug\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + .\Unicode_Release\ + .\Unicode_Release\ + MinimumRecommendedRules.ruleset + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + $(Configuration)\ + $(Configuration)\ + MinimumRecommendedRules.ruleset + + + D:\_Work\core\DesktopEditor\freetype-2.5.2;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + MinimumRecommendedRules.ruleset + + + + + + MaxSpeed + OnlyExplicitInline + ../freetype-2.5.2/include;../agg-2.4/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + $(Configuration)\ + $(Configuration)\ + $(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)raster.lib + true + + + true + .\Release/raster.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ../freetype-2.5.2/include;../agg-2.4/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/raster.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)raster.lib + true + + + true + .\Release/raster.bsc + + + + + Disabled + _LIB;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/raster.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\raster.lib + true + + + true + .\Unicode_Debug/raster.bsc + + + + + X64 + + + Disabled + ../freetype-2.5.2/include;../agg-2.4/include;%(AdditionalIncludeDirectories) + _LIB;WIN32;_DEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + .\Unicode_Debug/raster.pch + .\Unicode_Debug/ + .\Unicode_Debug/ + .\Unicode_Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Debug\raster.lib + true + + + true + .\Unicode_Debug/raster.bsc + + + + + MaxSpeed + OnlyExplicitInline + _LIB;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/raster.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\raster.lib + true + + + true + .\Unicode_Release/raster.bsc + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + ../freetype-2.5.2/include;../agg-2.4/include;%(AdditionalIncludeDirectories) + _LIB;WIN32;NDEBUG;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Unicode_Release/raster.pch + .\Unicode_Release/ + .\Unicode_Release/ + .\Unicode_Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + .\Unicode_Release\raster.lib + true + + + true + .\Unicode_Release/raster.bsc + + + + + Disabled + ../freetype-2.5.2/include;../agg-2.4/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE; GRAPHICS_NO_USE_DYNAMIC_LIBRARY + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + $(Configuration)\ + $(IntDir) + $(IntDir)vc80.pdb + Level3 + true + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)raster.lib + true + true + + + true + .\Debug/raster.bsc + + + + + X64 + + + Disabled + ../freetype-2.5.2/include;../agg-2.4/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE + true + EnableFastChecks + MultiThreadedDebugDLL + .\Debug/raster.pch + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(OutDir)raster.lib + true + true + + + true + .\Debug/raster.bsc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {617f9069-5e37-4b80-9a3a-e77afc4cc7ad} + + + {bc52a07c-a797-423d-8c4f-8678805bbb36} + + + {c739151f-5384-41df-a1a6-f089e2c1ad56} + + + {78b079bd-9fc7-4b9e-b4a6-96da0f00248b} + + + {ee1b576a-07c5-4acc-920f-81c41dd0c8c1} + + + + + + \ No newline at end of file diff --git a/DesktopEditor/raster/raster_vs2005.vcxproj.filters b/DesktopEditor/raster/raster_vs2005.vcxproj.filters new file mode 100644 index 0000000000..4e4d341758 --- /dev/null +++ b/DesktopEditor/raster/raster_vs2005.vcxproj.filters @@ -0,0 +1,332 @@ + + + + + {fdfa49f8-093a-4e5b-89b7-b45ea35b2115} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {47e12db1-ddba-4c21-9898-ada2528eb8a9} + h;hpp;hxx;hm;inl + + + {efab1ef5-3c03-4365-bb87-56958f578a50} + + + {528d7faf-3214-46e6-bdca-2cac8e8fa55b} + + + {ad01678f-6bdf-4b66-82d1-acf8bec66682} + + + {3c9ea46c-d6a9-47d1-bfb4-fa142ffbfb3b} + + + {0243aea1-c461-4d00-84ea-0b432e5ad4dd} + + + {d6715f97-2162-4813-9144-e333f9ca89f6} + + + {a32d6953-247b-4ab7-9854-09e9658403d1} + + + {beb89c0b-d9a3-4585-915e-cc6792fd92d6} + + + + + Source Files + + + Source Files + + + MetaFile + + + MetaFile\Wmf + + + MetaFile\Wmf + + + MetaFile\Wmf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\StarView + + + MetaFile\StarView + + + MetaFile\StarView + + + Jp2 + + + Jp2 + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + MetaFile\svg + + + MetaFile\svg + + + + + Header Files + + + Header Files + + + Common + + + MetaFile + + + MetaFile\Wmf + + + MetaFile\Wmf + + + MetaFile\Wmf + + + MetaFile\Wmf + + + MetaFile\Wmf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Emf + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\Common + + + MetaFile\StarView + + + MetaFile\StarView + + + MetaFile\StarView + + + MetaFile\StarView + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Jp2 + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + MetaFile\svg + + + MetaFile\svg + + + \ No newline at end of file diff --git a/DesktopEditor/xml/libxml2/win32/VC10/libxml2-focus.vcxproj b/DesktopEditor/xml/libxml2/win32/VC10/libxml2-focus.vcxproj new file mode 100644 index 0000000000..914ce2518f --- /dev/null +++ b/DesktopEditor/xml/libxml2/win32/VC10/libxml2-focus.vcxproj @@ -0,0 +1,184 @@ + + + + + Debug DLL + Win32 + + + Debug + Win32 + + + Release DLL + Win32 + + + Release + Win32 + + + + {7EA50C94-26BD-4893-B773-625CD3D3DEA6} + libxml2 + + + + StaticLibrary + true + Unicode + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + StaticLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + + + + $(ProjectDir)..\..\lib\ + + + $(ProjectDir)..\..\lib\ + + + + + $(ProjectDir)..\..\lib\ + + + $(ProjectDir)..\..\lib\ + + + + Level3 + Disabled + $(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include + 4018; 4996 + /MP %(AdditionalOptions) + false + + + true + + + + + Level3 + Disabled + $(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include + 4018; 4996 + /MP %(AdditionalOptions) + false + + + true + + + + + Level3 + MaxSpeed + true + true + /MP %(AdditionalOptions) + $(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include + 4018; 4996 + + + true + true + true + + + + + /MP %(AdditionalOptions) + $(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14\include + 4018; 4996 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj b/DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj new file mode 100644 index 0000000000..0588fa6991 --- /dev/null +++ b/DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {1D6039F6-5078-416F-A3AF-A36EFC7E6A1C} + libxml2 + + + + StaticLibrary + true + Unicode + + + Application + false + true + MultiByte + + + + + + + + + + + + + $(ProjectDir)..\..\lib\ + + + build\$(ProjectName)$(Configuration)\ + + + + Level3 + Disabled + $(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14.vc10\include;%(AdditionalIncludeDirectories) + 4996 + false + true + + + true + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {bec03130-a64c-48f8-863c-52da83cfb3ae} + true + true + false + true + false + + + + + + \ No newline at end of file diff --git a/DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj.filters b/DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj.filters new file mode 100644 index 0000000000..e8e7af3eae --- /dev/null +++ b/DesktopEditor/xml/libxml2/win32/VC10/libxml2.vcxproj.filters @@ -0,0 +1,171 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {22791c14-7c07-4222-ad58-8c18d3fb10ba} + + + {bfddc99f-05d4-4f06-98d1-346b1be73d6f} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files\windows\VC10 + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj b/DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj new file mode 100644 index 0000000000..83cc991a64 --- /dev/null +++ b/DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj @@ -0,0 +1,85 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D841B4F7-C277-49CB-B379-8B1801C8EE35} + runsuite + + + + Application + true + Unicode + + + Application + false + true + MultiByte + + + + + + + + + + + + + $(ProjectDir)..\..\lib\ + build\$(ProjectName)$(Configuration)\ + + + + Level3 + Disabled + $(ProjectDir);$(ProjectDir)..\..\include;$(ProjectDir)..\..\..\libiconv-1.14.vc10\include;%(AdditionalIncludeDirectories) + 4996 + _UNICODE;UNICODE;%(PreprocessorDefinitions) + /MP %(AdditionalOptions) + false + + + true + Ws2_32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + + + + + + {bec03130-a64c-48f8-863c-52da83cfb3ae} + + + {1d6039f6-5078-416f-a3af-a36efc7e6a1c} + + + + + + \ No newline at end of file diff --git a/DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj.filters b/DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj.filters new file mode 100644 index 0000000000..d7dce007b9 --- /dev/null +++ b/DesktopEditor/xml/libxml2/win32/VC10/runsuite.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/DjVuFile/DjVuFile.vcxproj b/DjVuFile/DjVuFile.vcxproj new file mode 100644 index 0000000000..4ffab67b25 --- /dev/null +++ b/DjVuFile/DjVuFile.vcxproj @@ -0,0 +1,262 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {712534D7-B84A-4D84-93C9-3BF3F98F4BF5} + Win32Proj + DjVuFile + + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES + true + 4267;4244 + ..\..\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include;..\..\ServerComponents\DesktopEditor\freetype-2.5.2\include;..\..\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES + true + 4267; + ..\..\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include;..\..\ServerComponents\DesktopEditor\freetype-2.5.2\include;..\..\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DjVuFile/DjVuFileTest/DjVuFileTest.vcxproj b/DjVuFile/DjVuFileTest/DjVuFileTest.vcxproj new file mode 100644 index 0000000000..9522070b5f --- /dev/null +++ b/DjVuFile/DjVuFileTest/DjVuFileTest.vcxproj @@ -0,0 +1,176 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {6D3BC8A8-93A8-468E-90CE-BCEAC28B8788} + Win32Proj + DjVuFileTest + + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES + true + D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + + + Console + true + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES;UNICODE;_UNICODE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED + true + ..\..\..\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include;..\..\..\ServerComponents\DesktopEditor\freetype-2.5.2\include;..\..\..\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES + true + D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;HAVE_NAMESPACES;UNICODE;_UNICODE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED + true + ..\..\..\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include;..\..\..\ServerComponents\DesktopEditor\freetype-2.5.2\include;..\..\..\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + + + + + + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file diff --git a/OfficeCryptReader/win32/ECMACryptReader.vcxproj b/OfficeCryptReader/win32/ECMACryptReader.vcxproj new file mode 100644 index 0000000000..f29469d3e6 --- /dev/null +++ b/OfficeCryptReader/win32/ECMACryptReader.vcxproj @@ -0,0 +1,156 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + OfficeFileCrypt + {C27E9A9F-3A17-4482-9C5F-BF15C01E747C} + ECMACryptReader + Win32Proj + + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + StaticLibrary + v140 + Unicode + true + + + StaticLibrary + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(VC_IncludePath);$(WindowsSDK_IncludePath);D:\_Work\core\Common\3dParty\boost\build\win_64\include; + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;D:\_Work\core\Common\3dParty\boost\build\win_64\lib; + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + NotSet + + Level3 + EditAndContinue + 4005;4311;4312;%(DisableSpecificWarnings) + + + + + X64 + + + Disabled + WIN32;_DEBUG;_LIB;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + X64 + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + + + + + + + + + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj new file mode 100644 index 0000000000..1b3624215a --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj @@ -0,0 +1,310 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694382A} + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + true + false + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + false + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + true + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + true + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + false + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebug + false + + + $(IntDir) + Level3 + EditAndContinue + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj.filters b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj.filters new file mode 100644 index 0000000000..0b2a3de2df --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/miniunz.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {048af943-022b-4db6-beeb-a54c34774ee2} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {c1d600d2-888f-4aea-b73e-8b0dd9befa0c} + h;hpp;hxx;hm;inl;inc + + + {0844199a-966b-4f19-81db-1e0125e141b9} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj new file mode 100644 index 0000000000..ccd3651df6 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj @@ -0,0 +1,307 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + true + false + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + false + x64\$(Configuration)\ + x64\$(Configuration)\ + true + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + true + false + x64\$(Configuration)\ + x64\$(Configuration)\ + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebug + false + + + $(IntDir) + Level3 + EditAndContinue + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj.filters b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj.filters new file mode 100644 index 0000000000..dd73cd3132 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/minizip.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {c0419b40-bf50-40da-b153-ff74215b79de} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {bb87b070-735b-478e-92ce-7383abb2f36c} + h;hpp;hxx;hm;inl;inc + + + {f46ab6a6-548f-43cb-ae96-681abb5bd5db} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj new file mode 100644 index 0000000000..476b8ea453 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj @@ -0,0 +1,420 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} + testzlib + Win32Proj + + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + true + + + Application + true + + + Application + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + true + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + true + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebug + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + EditAndContinue + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDebugDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + %(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj.filters b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj.filters new file mode 100644 index 0000000000..249daa89ca --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlib.vcxproj.filters @@ -0,0 +1,58 @@ + + + + + {c1f6a2e3-5da5-4955-8653-310d3efe05a9} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {c2aaffdc-2c95-4d6f-8466-4bec5890af2c} + h;hpp;hxx;hm;inl;inc + + + {c274fe07-05f2-461c-964b-f6341e4e7eb5} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj new file mode 100644 index 0000000000..8e38876fa3 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj @@ -0,0 +1,310 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694366A} + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + true + false + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + false + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + true + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + true + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + false + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebug + false + + + $(IntDir) + Level3 + EditAndContinue + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj.filters b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj.filters new file mode 100644 index 0000000000..53a8693bb0 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/testzlibdll.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {fa61a89f-93fc-4c89-b29e-36224b7592f4} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {d4b85da0-2ba2-4934-b57f-e2584e3848ee} + h;hpp;hxx;hm;inl;inc + + + {e573e075-00bd-4a7d-bd67-a8cc9bfc5aca} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj new file mode 100644 index 0000000000..45389a3521 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj @@ -0,0 +1,473 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} + + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + + + MultiThreadedDebug + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + Itanium + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj.filters b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj.filters new file mode 100644 index 0000000000..c8c7f7ea39 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibstat.vcxproj.filters @@ -0,0 +1,77 @@ + + + + + {174213f6-7f66-4ae8-a3a8-a1e0a1e6ffdd} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + + + Source Files + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj new file mode 100644 index 0000000000..7d7c49a6dd --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj @@ -0,0 +1,657 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {8FD826F8-3739-44E6-8CC8-997122E53B8D} + + + + DynamicLibrary + false + true + + + DynamicLibrary + false + true + + + DynamicLibrary + false + + + DynamicLibrary + false + true + + + DynamicLibrary + false + true + + + DynamicLibrary + false + + + DynamicLibrary + false + true + + + DynamicLibrary + false + true + + + DynamicLibrary + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + true + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + true + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + true + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + zlibwapid + zlibwapi + zlibwapi + zlibwapid + zlibwapi + zlibwapi + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + + + MultiThreadedDebug + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + true + .\zlibvc.def + true + true + Windows + false + + + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + true + false + .\zlibvc.def + true + Windows + false + + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + true + false + .\zlibvc.def + true + Windows + false + + + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + true + .\zlibvc.def + true + true + Windows + MachineX64 + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + true + false + .\zlibvc.def + true + Windows + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + true + false + .\zlibvc.def + true + Windows + MachineX64 + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj.filters b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj.filters new file mode 100644 index 0000000000..180b71cd61 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc10/zlibvc.vcxproj.filters @@ -0,0 +1,118 @@ + + + + + {07934a85-8b61-443d-a0ee-b2eedb74f3cd} + cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90 + + + {1d99675b-433d-4a21-9e50-ed4ab8b19762} + h;hpp;hxx;hm;inl;fi;fd + + + {431c0958-fa71-44d0-9084-2d19d100c0cc} + ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/miniunz.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/miniunz.vcxproj new file mode 100644 index 0000000000..99be63d69c --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/miniunz.vcxproj @@ -0,0 +1,314 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694382A} + Win32Proj + + + + Application + MultiByte + v110 + + + Application + Unicode + v110 + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + v110 + + + Application + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + true + false + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + false + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + true + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + true + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + false + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/minizip.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/minizip.vcxproj new file mode 100644 index 0000000000..d6e98f4d57 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/minizip.vcxproj @@ -0,0 +1,311 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} + Win32Proj + + + + Application + MultiByte + v110 + + + Application + Unicode + v110 + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + v110 + + + Application + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + true + false + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + false + x64\$(Configuration)\ + x64\$(Configuration)\ + true + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + true + false + x64\$(Configuration)\ + x64\$(Configuration)\ + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlib.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlib.vcxproj new file mode 100644 index 0000000000..0115dd17b9 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlib.vcxproj @@ -0,0 +1,426 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} + testzlib + Win32Proj + + + + Application + MultiByte + true + v110 + + + Application + MultiByte + true + v110 + + + Application + Unicode + v110 + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + true + v110 + + + Application + true + v110 + + + Application + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + true + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + true + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDebugDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + %(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlibdll.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlibdll.vcxproj new file mode 100644 index 0000000000..9d36336eb8 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/testzlibdll.vcxproj @@ -0,0 +1,314 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694366A} + Win32Proj + + + + Application + MultiByte + v110 + + + Application + Unicode + v110 + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + v110 + + + Application + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + true + false + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + false + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + true + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + true + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + false + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibstat.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibstat.vcxproj new file mode 100644 index 0000000000..64b4d869dc --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibstat.vcxproj @@ -0,0 +1,464 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} + + + + StaticLibrary + false + v110 + + + StaticLibrary + false + v110 + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + + + StaticLibrary + false + v110 + + + StaticLibrary + false + v110 + + + StaticLibrary + false + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibvc.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibvc.vcxproj new file mode 100644 index 0000000000..c4cffccf1d --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc11/zlibvc.vcxproj @@ -0,0 +1,688 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {8FD826F8-3739-44E6-8CC8-997122E53B8D} + + + + DynamicLibrary + false + true + v110 + + + DynamicLibrary + false + true + v110 + + + DynamicLibrary + false + v110 + Unicode + + + DynamicLibrary + false + true + + + DynamicLibrary + false + true + + + DynamicLibrary + false + + + DynamicLibrary + false + true + v110 + + + DynamicLibrary + false + true + v110 + + + DynamicLibrary + false + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + true + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + true + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + true + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + zlibwapi + zlibwapi + zlibwapi + zlibwapi + zlibwapi + zlibwapi + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + cd ..\..\contrib\masmx64 +bld_ml64.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/miniunz.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/miniunz.vcxproj new file mode 100644 index 0000000000..d88ac7fc7d --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/miniunz.vcxproj @@ -0,0 +1,316 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694382A} + Win32Proj + + + + Application + MultiByte + v120 + + + Application + Unicode + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + true + false + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + false + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + true + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + true + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + false + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/minizip.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/minizip.vcxproj new file mode 100644 index 0000000000..f1f239c9e0 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/minizip.vcxproj @@ -0,0 +1,313 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} + Win32Proj + + + + Application + MultiByte + v120 + + + Application + Unicode + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + true + false + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + false + x64\$(Configuration)\ + x64\$(Configuration)\ + true + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + true + false + x64\$(Configuration)\ + x64\$(Configuration)\ + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlib.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlib.vcxproj new file mode 100644 index 0000000000..64b2cbe34a --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlib.vcxproj @@ -0,0 +1,430 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} + testzlib + Win32Proj + + + + Application + MultiByte + true + v120 + + + Application + MultiByte + true + v120 + + + Application + Unicode + v120 + + + Application + MultiByte + true + v120 + + + Application + MultiByte + true + v120 + + + Application + MultiByte + v120 + + + Application + true + v120 + + + Application + true + v120 + + + Application + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + true + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + true + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + false + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDebugDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + %(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlibdll.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlibdll.vcxproj new file mode 100644 index 0000000000..c66573a8bf --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/testzlibdll.vcxproj @@ -0,0 +1,316 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694366A} + Win32Proj + + + + Application + MultiByte + v120 + + + Application + Unicode + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + Application + MultiByte + v120 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + true + false + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + false + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + true + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + true + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + false + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibstat.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibstat.vcxproj new file mode 100644 index 0000000000..3fdee7c507 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibstat.vcxproj @@ -0,0 +1,467 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} + + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + StaticLibrary + false + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibvc.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibvc.vcxproj new file mode 100644 index 0000000000..ab2b6c3603 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc12/zlibvc.vcxproj @@ -0,0 +1,692 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {8FD826F8-3739-44E6-8CC8-997122E53B8D} + + + + DynamicLibrary + false + true + v120 + + + DynamicLibrary + false + true + v120 + + + DynamicLibrary + false + v120 + Unicode + + + DynamicLibrary + false + true + v120 + + + DynamicLibrary + false + true + v120 + + + DynamicLibrary + false + v120 + + + DynamicLibrary + false + true + v120 + + + DynamicLibrary + false + true + v120 + + + DynamicLibrary + false + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + true + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + true + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + true + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + zlibwapi + zlibwapi + zlibwapi + zlibwapi + zlibwapi + zlibwapi + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + false + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + cd ..\..\contrib\masmx64 +bld_ml64.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/miniunz.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/miniunz.vcxproj new file mode 100644 index 0000000000..9b5c07587d --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/miniunz.vcxproj @@ -0,0 +1,316 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694382A} + Win32Proj + + + + Application + MultiByte + v140 + + + Application + Unicode + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + true + false + x86\MiniUnzip$(Configuration)\ + x86\MiniUnzip$(Configuration)\Tmp\ + false + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + true + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + true + false + x64\MiniUnzip$(Configuration)\ + x64\MiniUnzip$(Configuration)\Tmp\ + false + false + ia64\MiniUnzip$(Configuration)\ + ia64\MiniUnzip$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + $(OutDir)miniunz.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)miniunz.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/minizip.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/minizip.vcxproj new file mode 100644 index 0000000000..968a410a12 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/minizip.vcxproj @@ -0,0 +1,313 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} + Win32Proj + + + + Application + MultiByte + v140 + + + Application + Unicode + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + true + false + x86\MiniZip$(Configuration)\ + x86\MiniZip$(Configuration)\Tmp\ + false + x64\$(Configuration)\ + x64\$(Configuration)\ + true + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + true + false + x64\$(Configuration)\ + x64\$(Configuration)\ + false + ia64\$(Configuration)\ + ia64\$(Configuration)\ + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + $(OutDir)minizip.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)minizip.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlib.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlib.vcxproj new file mode 100644 index 0000000000..2c371252ae --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlib.vcxproj @@ -0,0 +1,430 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} + testzlib + Win32Proj + + + + Application + MultiByte + true + v140 + + + Application + MultiByte + true + v140 + + + Application + Unicode + v140 + + + Application + MultiByte + true + v140 + + + Application + MultiByte + true + v140 + + + Application + MultiByte + v140 + + + Application + true + v140 + + + Application + true + v140 + + + Application + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + true + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x86\TestZlib$(Configuration)\ + x86\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + true + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + x64\TestZlib$(Configuration)\ + x64\TestZlib$(Configuration)\Tmp\ + false + ia64\TestZlib$(Configuration)\ + ia64\TestZlib$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)testzlib.exe + true + Console + true + true + false + + + MachineX86 + false + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDebugDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + Disabled + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + AssemblyAndSourceCode + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + %(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + ..\..\..;%(AdditionalIncludeDirectories) + ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + false + $(IntDir) + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + $(OutDir)testzlib.exe + true + Console + true + true + MachineIA64 + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlibdll.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlibdll.vcxproj new file mode 100644 index 0000000000..d87474dec6 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/testzlibdll.vcxproj @@ -0,0 +1,316 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {C52F9E7B-498A-42BE-8DB4-85A15694366A} + Win32Proj + + + + Application + MultiByte + v140 + + + Application + Unicode + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + Application + MultiByte + v140 + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + true + false + x86\TestZlibDll$(Configuration)\ + x86\TestZlibDll$(Configuration)\Tmp\ + false + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + true + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + true + false + x64\TestZlibDll$(Configuration)\ + x64\TestZlibDll$(Configuration)\Tmp\ + false + false + ia64\TestZlibDll$(Configuration)\ + ia64\TestZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + false + + + MachineX86 + + + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Default + MultiThreaded + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineX64 + + + + + Itanium + + + Disabled + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + false + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + $(OutDir)testzlib.pdb + Console + MachineIA64 + + + + + X64 + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineX64 + + + + + Itanium + + + MaxSpeed + OnlyExplicitInline + true + ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + Default + MultiThreadedDLL + false + true + + + $(IntDir) + Level3 + ProgramDatabase + + + ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) + $(OutDir)testzlibdll.exe + true + Console + true + true + MachineIA64 + + + + + + + + {8fd826f8-3739-44e6-8cc8-997122e53b8d} + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibstat.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibstat.vcxproj new file mode 100644 index 0000000000..3e4b986392 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibstat.vcxproj @@ -0,0 +1,467 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} + + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + Unicode + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + + + StaticLibrary + false + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x86\ZlibStat$(Configuration)\ + x86\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + x64\ZlibStat$(Configuration)\ + x64\ZlibStat$(Configuration)\Tmp\ + ia64\ZlibStat$(Configuration)\ + ia64\ZlibStat$(Configuration)\Tmp\ + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + OldStyle + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + X64 + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + Itanium + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibstat.pch + $(IntDir) + $(IntDir) + $(OutDir) + Level3 + true + + + 0x040c + + + /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) + $(OutDir)zlibstat.lib + true + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibvc.vcxproj b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibvc.vcxproj new file mode 100644 index 0000000000..f8f673cb05 --- /dev/null +++ b/OfficeUtils/src/zlib-1.2.11/contrib/vstudio/vc14/zlibvc.vcxproj @@ -0,0 +1,692 @@ + + + + + Debug + Itanium + + + Debug + Win32 + + + Debug + x64 + + + ReleaseWithoutAsm + Itanium + + + ReleaseWithoutAsm + Win32 + + + ReleaseWithoutAsm + x64 + + + Release + Itanium + + + Release + Win32 + + + Release + x64 + + + + {8FD826F8-3739-44E6-8CC8-997122E53B8D} + + + + DynamicLibrary + false + true + v140 + + + DynamicLibrary + false + true + v140 + + + DynamicLibrary + false + v140 + Unicode + + + DynamicLibrary + false + true + v140 + + + DynamicLibrary + false + true + v140 + + + DynamicLibrary + false + v140 + + + DynamicLibrary + false + true + v140 + + + DynamicLibrary + false + true + v140 + + + DynamicLibrary + false + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + true + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x86\ZlibDll$(Configuration)\ + x86\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + true + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + true + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + x64\ZlibDll$(Configuration)\ + x64\ZlibDll$(Configuration)\Tmp\ + false + false + ia64\ZlibDll$(Configuration)\ + ia64\ZlibDll$(Configuration)\Tmp\ + false + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + zlibwapi + zlibwapi + zlibwapi + zlibwapi + zlibwapi + zlibwapi + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + false + + + $(OutDir)zlibwapi.lib + false + + + cd ..\..\masmx86 +bld_ml32.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + cd ..\..\contrib\masmx64 +bld_ml64.bat + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + Disabled + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + + + MultiThreadedDebugDLL + false + $(IntDir)zlibvc.pch + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + .\zlibvc.def + true + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + ..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies) + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineX64 + + + cd ..\..\masmx64 +bld_ml64.bat + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Itanium + $(OutDir)zlibvc.tlb + + + OnlyExplicitInline + ..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories) + _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + $(IntDir)zlibvc.pch + All + $(IntDir) + $(IntDir) + $(OutDir) + + + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + $(OutDir)zlibwapi.dll + true + false + .\zlibvc.def + $(OutDir)zlibwapi.pdb + true + $(OutDir)zlibwapi.map + Windows + $(OutDir)zlibwapi.lib + MachineIA64 + + + + + + + + + + + + + + true + true + true + true + true + true + + + + + + + + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + ZLIB_INTERNAL;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PdfReader/PdfReader.vcxproj b/PdfReader/PdfReader.vcxproj new file mode 100644 index 0000000000..bcb333f0d7 --- /dev/null +++ b/PdfReader/PdfReader.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4EA2BD9F-7F41-482B-9BD8-2102C703D912} + Win32Proj + PdfReader + + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + ../DesktopEditor/cximage/zlib;$(IncludePath) + ../DesktopEditor/cximage/zlib;$(LibraryPath) + + + $(ReferencePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;NOMINMAX + true + 4267;4018;4244;4005; + ..\DesktopEditor\agg-2.4\include;..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;NOMINMAX + true + ..\DesktopEditor\agg-2.4\include;..\DesktopEditor\freetype-2.5.2\include;..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PdfReader/PdfReader.vcxproj.filters b/PdfReader/PdfReader.vcxproj.filters new file mode 100644 index 0000000000..461aa0392e --- /dev/null +++ b/PdfReader/PdfReader.vcxproj.filters @@ -0,0 +1,348 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {480187d6-5678-4ac6-9c15-ec306d7d5b5b} + + + + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + Header Files\Resources + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/PdfReader/PdfReaderTest/PdfReaderTest.vcxproj b/PdfReader/PdfReaderTest/PdfReaderTest.vcxproj new file mode 100644 index 0000000000..a9d58b88f2 --- /dev/null +++ b/PdfReader/PdfReaderTest/PdfReaderTest.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {29C4FC88-8442-46E1-A94B-6C3284DE13C0} + Win32Proj + PdfReaderTest + + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + $(ReferencePath) + + + false + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + ..\..\DesktopEditor\freetype-2.5.2\include + + + Console + true + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + ..\..\DesktopEditor\freetype-2.5.2\include;..\..\DesktopEditor\agg-2.4\include;..\..\DesktopEditor\cximage\zlib + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + ..\..\DesktopEditor\freetype-2.5.2\include;..\..\DesktopEditor\agg-2.4\include;..\..\DesktopEditor\cximage\zlib + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file diff --git a/PdfReader/PdfReaderTest/PdfReaderTest.vcxproj.filters b/PdfReader/PdfReaderTest/PdfReaderTest.vcxproj.filters new file mode 100644 index 0000000000..c8a65f78da --- /dev/null +++ b/PdfReader/PdfReaderTest/PdfReaderTest.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/PdfWriter/PdfWriter.vcxproj b/PdfWriter/PdfWriter.vcxproj new file mode 100644 index 0000000000..ef5aab48c8 --- /dev/null +++ b/PdfWriter/PdfWriter.vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D4A77282-62EC-465D-ACB4-9CEE6BC704E5} + Win32Proj + PdfWriter + + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + 4018;4005;4267 + ..\DesktopEditor\freetype-2.5.2\include;..\DesktopEditor\agg-2.4\include;..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + true + + + Windows + true + + + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + ..\DesktopEditor\freetype-2.5.2\include;..\DesktopEditor\agg-2.4\include;..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PdfWriter/PdfWriter.vcxproj.filters b/PdfWriter/PdfWriter.vcxproj.filters new file mode 100644 index 0000000000..71f8c3be1b --- /dev/null +++ b/PdfWriter/PdfWriter.vcxproj.filters @@ -0,0 +1,174 @@ + + + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {1fccc0b6-4331-4120-a261-6d13ed199aab} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {207e9ca3-771d-48cd-b185-e8557f5a59c9} + + + {e955fc8f-90e5-44a8-89b6-4f281e87c89a} + + + + + + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Source Files + + + Src\Font + + + Src\Encrypt + + + Src\Encrypt + + + Src\Font + + + Src\Font + + + Src\Font + + + Src\Source Files + + + Src\Source Files + + + Src + + + Src + + + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Header Files + + + Src\Font + + + Src\Encrypt + + + Src\Encrypt + + + Src\Font + + + Src\Font + + + Src\Font + + + Src\Header Files + + + Src\Header Files + + + Src + + + Src + + + Src\Header Files + + + \ No newline at end of file diff --git a/PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj b/PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj new file mode 100644 index 0000000000..01d4fdbfb8 --- /dev/null +++ b/PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj @@ -0,0 +1,252 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {7DBC8195-1D94-4B34-863F-8F35CC59C231} + Win32Proj + PdfWriterLibTest + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + ..\..\build\lib\win_64\DEBUG;$(LibraryPath) + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;NOMINMAX;FT2_BUILD_LIBRARY;CRYPTOPP_DISABLE_ASM;%(PreprocessorDefinitions) + true + ..\..\DesktopEditor\freetype-2.5.2\include;..\..\DesktopEditor\agg-2.4\include;..\..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + 4018;4005;4267;4146;4703 + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj.filters b/PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj.filters new file mode 100644 index 0000000000..fd90edfca5 --- /dev/null +++ b/PdfWriter/PdfWriterLibTest/PdfWriterLibTest.vcxproj.filters @@ -0,0 +1,303 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {21d59946-a4de-4629-bd36-fd186a3b2900} + + + {850ba345-bd3e-4b71-ae5b-f14f4f265a1b} + + + + + + + + Header Files + + + Header Files + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + + + Source Files + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + FreeType + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + PdfWriterLib + + + \ No newline at end of file diff --git a/PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj b/PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj new file mode 100644 index 0000000000..4f0983b3c8 --- /dev/null +++ b/PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj @@ -0,0 +1,168 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B819B482-8822-4809-B633-09F8946D761E} + Win32Proj + PdfWriterTest + + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + ..\..\..\DesktopEditor\freetype-2.5.2\include;..\..\..\DesktopEditor\agg-2.4\include;..\..\..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + + + Console + true + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + ..\..\DesktopEditor\freetype-2.5.2\include;..\..\DesktopEditor\agg-2.4\include;..\..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + 4018;4005;4267 + true + + + Console + true + + + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + ..\..\DesktopEditor\freetype-2.5.2\include;..\..\DesktopEditor\agg-2.4\include;..\..\DesktopEditor\cximage\zlib;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file diff --git a/PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj.filters b/PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj.filters new file mode 100644 index 0000000000..e7b9fbe750 --- /dev/null +++ b/PdfWriter/PdfWriterTest/PdfWriterTest.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/X2tConverter/test/win32Test/X2tTest.vcxproj b/X2tConverter/test/win32Test/X2tTest.vcxproj new file mode 100644 index 0000000000..7b01f61821 --- /dev/null +++ b/X2tConverter/test/win32Test/X2tTest.vcxproj @@ -0,0 +1,328 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {355A22F4-1394-4B82-B2F1-FF0ECFB9E3EF} + X2tTest + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>14.0.23107.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\include;$(IncludePath) + C:\Repos-Projects\RK-Tech\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ..\..\..\DesktopEditor\agg-2.4\include;..\..\..\DesktopEditor\xml\build\vs2005;..\..\..\DesktopEditor\xml\libxml2\include;..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;FILE_FORMAT_CHECKER_WITH_MACRO;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;AVS_USE_CONVERT_PPTX_TOCUSTOM_VML;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + $(IntDir)X2tTestD.pdb + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;__WORDSIZE=32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + Console + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;FILE_FORMAT_CHECKER_WITH_MACRO;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX64 + + + + + + + + /bigobj %(AdditionalOptions) + + + + + + + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + /bigobj %(AdditionalOptions) + + + /bigobj %(AdditionalOptions) + + + + + + + + /bigobj %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {c5371405-338f-4b70-83bd-2a5cdf64f383} + false + + + {e5a67556-44da-4481-8f87-0a3aedbd20dd} + + + {bee01b53-244a-44e6-8947-ed9342d9247e} + + + {609ed938-3ca8-4bed-b363-25096d4c4812} + + + {50e20601-4a8d-4afb-8870-63828d328429} + false + + + {41bed424-4eaf-4053-8a5f-1e2a387d53d1} + false + + + {94954a67-a853-43b1-a727-6ef2774c5a6a} + + + {7b27e40e-f70a-4a74-a77c-0944d7931d15} + false + + + {36636678-ae25-4be6-9a34-2561d1bcf302} + + + {af2d00a7-a351-4700-ae88-c1d9ade29345} + + + {dacbe6ca-e089-47d1-8ce7-c7db59c15417} + + + {77ddc8d7-5b12-4ff2-9629-26aebca8436d} + + + {cbedd0d1-10a8-45c1-af81-8492f40964ca} + + + {3423ec9a-52e4-4a4d-9753-edebc38785ef} + + + {a100103a-353e-45e8-a9b8-90b87cc5c0b0} + + + {c27e9a9f-3a17-4482-9c5f-bf15c01e747c} + + + + + + \ No newline at end of file diff --git a/X2tConverter/test/win32Test/X2tTest.vcxproj.filters b/X2tConverter/test/win32Test/X2tTest.vcxproj.filters new file mode 100644 index 0000000000..a3b10cd214 --- /dev/null +++ b/X2tConverter/test/win32Test/X2tTest.vcxproj.filters @@ -0,0 +1,177 @@ + + + + + {e1894802-f83e-4618-bf05-1c9cb2bae6cc} + + + {e8b93e5c-386b-426a-a1ff-63b86b4854ff} + + + {6a9b4649-862f-47c9-ada4-22d0ac69bcfe} + + + {7d336856-c719-4ac7-ad26-c460dfa573f9} + + + {e65944f6-a1b1-49d0-a7af-16118d8fe079} + + + {155ef78c-bfba-4e13-bf8c-8ed0338006b2} + + + {64fa983e-93db-4819-8ad4-8055bef32958} + + + {5903cec2-fcd3-4ba4-a224-f55e3b60417d} + + + {697c20e0-a1d8-4c23-9994-62fa687c9e03} + + + + + XLSX + + + XLSX\Reader + + + XLSX\Reader + + + XLSX\Writer + + + XLSX\Writer + + + XLSX\Writer + + + XLSX\Writer + + + DocWrapper + + + DOCX + + + DOCX\Reader + + + DOCX\Reader\OOXWriter + + + DOCX\Writer + + + Common + + + Common + + + + + + + DOCX\Reader\OOXWriter + + + + + XLSX + + + XLSX\Reader + + + XLSX\Reader + + + XLSX\Reader + + + XLSX\Reader + + + XLSX\Writer + + + XLSX\Writer + + + XLSX\Writer + + + XLSX\Writer + + + DocWrapper + + + DOCX + + + DOCX\Reader + + + DOCX\Reader + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Reader\OOXWriter + + + DOCX\Writer + + + DOCX\Writer + + + DOCX\Writer + + + Common + + + Common + + + + + DOCX\Reader\OOXWriter + + + \ No newline at end of file diff --git a/XpsFile/XpsFile.vcxproj b/XpsFile/XpsFile.vcxproj new file mode 100644 index 0000000000..db309e6ff0 --- /dev/null +++ b/XpsFile/XpsFile.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DF16B0DF-A4CD-4389-B390-5ED72F4E2A2B} + Win32Proj + XpsFile + + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + true + v120 + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + StaticLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED + true + D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + 4267;4244;4800;4018;4005 + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\agg-2.4\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/XpsFile/XpsFileTest/XpsFileTest.vcxproj b/XpsFile/XpsFileTest/XpsFileTest.vcxproj new file mode 100644 index 0000000000..5a1cf8c5d0 --- /dev/null +++ b/XpsFile/XpsFileTest/XpsFileTest.vcxproj @@ -0,0 +1,174 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {84BACD6F-275B-4C60-AC5A-F541919728C5} + Win32Proj + XpsFileTest + + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\agg-2.4\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;%(PreprocessorDefinitions) + true + D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\freetype-2.5.2\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\DesktopEditor\agg-2.4\include;D:\Subversion\AVS\Sources\TeamlabOffice\trunk\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include + + + Console + true + true + true + + + + + + + + + + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + NotUsing + NotUsing + + + Create + Create + Create + Create + + + + + + + \ No newline at end of file