Warning, /maui/mauikit-documents/src/code/epub/quazip/quazip.vcxproj is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="utf-8"?> 0002 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 0003 <ItemGroup Label="ProjectConfigurations"> 0004 <ProjectConfiguration Include="Debug|Win32"> 0005 <Configuration>Debug</Configuration> 0006 <Platform>Win32</Platform> 0007 </ProjectConfiguration> 0008 <ProjectConfiguration Include="Debug|x64"> 0009 <Configuration>Debug</Configuration> 0010 <Platform>x64</Platform> 0011 </ProjectConfiguration> 0012 <ProjectConfiguration Include="Release|Win32"> 0013 <Configuration>Release</Configuration> 0014 <Platform>Win32</Platform> 0015 </ProjectConfiguration> 0016 <ProjectConfiguration Include="Release|x64"> 0017 <Configuration>Release</Configuration> 0018 <Platform>x64</Platform> 0019 </ProjectConfiguration> 0020 </ItemGroup> 0021 <PropertyGroup Label="Globals"> 0022 <ProjectGuid>{E4AC5F56-B711-4F0E-BC83-CDE8B6CD53AD}</ProjectGuid> 0023 <Keyword>Win32Proj</Keyword> 0024 </PropertyGroup> 0025 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 0026 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 0027 <ConfigurationType>DynamicLibrary</ConfigurationType> 0028 <PlatformToolset>v120</PlatformToolset> 0029 </PropertyGroup> 0030 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 0031 <ConfigurationType>DynamicLibrary</ConfigurationType> 0032 <PlatformToolset>v120</PlatformToolset> 0033 </PropertyGroup> 0034 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 0035 <ConfigurationType>DynamicLibrary</ConfigurationType> 0036 <PlatformToolset>v120</PlatformToolset> 0037 </PropertyGroup> 0038 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 0039 <ConfigurationType>DynamicLibrary</ConfigurationType> 0040 <PlatformToolset>v120</PlatformToolset> 0041 </PropertyGroup> 0042 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 0043 <ImportGroup Label="ExtensionSettings"> 0044 </ImportGroup> 0045 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 0046 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 0047 <Import Project="..\..\qt5.props" /> 0048 </ImportGroup> 0049 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 0050 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 0051 <Import Project="..\..\qt5.props" /> 0052 </ImportGroup> 0053 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 0054 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 0055 <Import Project="..\..\qt4.props" /> 0056 </ImportGroup> 0057 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 0058 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 0059 <Import Project="..\..\qt4.props" /> 0060 </ImportGroup> 0061 <PropertyGroup Label="UserMacros" /> 0062 <PropertyGroup> 0063 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 0064 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> 0065 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> 0066 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 0067 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 0068 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> 0069 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> 0070 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> 0071 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental> 0072 </PropertyGroup> 0073 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 0074 <ClCompile> 0075 <Optimization>Disabled</Optimization> 0076 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 0077 <MinimalRebuild>true</MinimalRebuild> 0078 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 0079 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 0080 <PrecompiledHeader> 0081 </PrecompiledHeader> 0082 <WarningLevel>Level3</WarningLevel> 0083 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 0084 </ClCompile> 0085 <Link> 0086 <AdditionalDependencies>QtCored4.lib;%(AdditionalDependencies)</AdditionalDependencies> 0087 <GenerateDebugInformation>true</GenerateDebugInformation> 0088 <SubSystem>Windows</SubSystem> 0089 <TargetMachine>MachineX86</TargetMachine> 0090 </Link> 0091 </ItemDefinitionGroup> 0092 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 0093 <ClCompile> 0094 <Optimization>Disabled</Optimization> 0095 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 0096 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 0097 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 0098 <PrecompiledHeader> 0099 </PrecompiledHeader> 0100 <WarningLevel>Level3</WarningLevel> 0101 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 0102 </ClCompile> 0103 <Link> 0104 <AdditionalDependencies>QtCored4.lib;%(AdditionalDependencies)</AdditionalDependencies> 0105 <GenerateDebugInformation>true</GenerateDebugInformation> 0106 <SubSystem>Windows</SubSystem> 0107 </Link> 0108 </ItemDefinitionGroup> 0109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 0110 <ClCompile> 0111 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 0112 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 0113 <PrecompiledHeader> 0114 </PrecompiledHeader> 0115 <WarningLevel>Level3</WarningLevel> 0116 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 0117 </ClCompile> 0118 <Link> 0119 <AdditionalDependencies>Qt5Core.lib;%(AdditionalDependencies)</AdditionalDependencies> 0120 <GenerateDebugInformation>true</GenerateDebugInformation> 0121 <SubSystem>Windows</SubSystem> 0122 <OptimizeReferences>true</OptimizeReferences> 0123 <EnableCOMDATFolding>true</EnableCOMDATFolding> 0124 <TargetMachine>MachineX86</TargetMachine> 0125 </Link> 0126 </ItemDefinitionGroup> 0127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 0128 <ClCompile> 0129 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 0130 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 0131 <PrecompiledHeader> 0132 </PrecompiledHeader> 0133 <WarningLevel>Level3</WarningLevel> 0134 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 0135 </ClCompile> 0136 <Link> 0137 <AdditionalDependencies>Qt5Core.lib;zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> 0138 <GenerateDebugInformation>true</GenerateDebugInformation> 0139 <SubSystem>Windows</SubSystem> 0140 <OptimizeReferences>true</OptimizeReferences> 0141 <EnableCOMDATFolding>true</EnableCOMDATFolding> 0142 </Link> 0143 </ItemDefinitionGroup> 0144 <ItemGroup> 0145 <ClInclude Include="crypt.h" /> 0146 <ClInclude Include="ioapi.h" /> 0147 <ClInclude Include="JlCompress.h" /> 0148 <ClInclude Include="quaadler32.h" /> 0149 <ClInclude Include="quachecksum32.h" /> 0150 <ClInclude Include="quacrc32.h" /> 0151 <ClInclude Include="quagzipfile.h" /> 0152 <ClInclude Include="quaziodevice.h" /> 0153 <ClInclude Include="quazip.h" /> 0154 <ClInclude Include="quazip_global.h" /> 0155 <ClInclude Include="quazipdir.h" /> 0156 <ClInclude Include="quazipfile.h" /> 0157 <ClInclude Include="quazipfileinfo.h" /> 0158 <ClInclude Include="quazipnewinfo.h" /> 0159 <ClInclude Include="unzip.h" /> 0160 <ClInclude Include="zip.h" /> 0161 </ItemGroup> 0162 <ItemGroup> 0163 <ClCompile Include="JlCompress.cpp" /> 0164 <ClCompile Include="moc\moc_quagzipfile.cpp" /> 0165 <ClCompile Include="moc\moc_quaziodevice.cpp" /> 0166 <ClCompile Include="moc\moc_quazipfile.cpp" /> 0167 <ClCompile Include="qioapi.cpp" /> 0168 <ClCompile Include="quaadler32.cpp" /> 0169 <ClCompile Include="quacrc32.cpp" /> 0170 <ClCompile Include="quagzipfile.cpp" /> 0171 <ClCompile Include="quaziodevice.cpp" /> 0172 <ClCompile Include="quazip.cpp" /> 0173 <ClCompile Include="quazipdir.cpp" /> 0174 <ClCompile Include="quazipfile.cpp" /> 0175 <ClCompile Include="quazipfileinfo.cpp" /> 0176 <ClCompile Include="quazipnewinfo.cpp" /> 0177 <ClCompile Include="unzip.c" /> 0178 <ClCompile Include="zip.c" /> 0179 </ItemGroup> 0180 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 0181 <ImportGroup Label="ExtensionTargets"> 0182 </ImportGroup> 0183 </Project>