127b27ec6Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 227b27ec6Sopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 327b27ec6Sopenharmony_ci <ItemGroup Label="ProjectConfigurations"> 427b27ec6Sopenharmony_ci <ProjectConfiguration Include="Debug|Win32"> 527b27ec6Sopenharmony_ci <Configuration>Debug</Configuration> 627b27ec6Sopenharmony_ci <Platform>Win32</Platform> 727b27ec6Sopenharmony_ci </ProjectConfiguration> 827b27ec6Sopenharmony_ci <ProjectConfiguration Include="Debug|x64"> 927b27ec6Sopenharmony_ci <Configuration>Debug</Configuration> 1027b27ec6Sopenharmony_ci <Platform>x64</Platform> 1127b27ec6Sopenharmony_ci </ProjectConfiguration> 1227b27ec6Sopenharmony_ci <ProjectConfiguration Include="Release|Win32"> 1327b27ec6Sopenharmony_ci <Configuration>Release</Configuration> 1427b27ec6Sopenharmony_ci <Platform>Win32</Platform> 1527b27ec6Sopenharmony_ci </ProjectConfiguration> 1627b27ec6Sopenharmony_ci <ProjectConfiguration Include="Release|x64"> 1727b27ec6Sopenharmony_ci <Configuration>Release</Configuration> 1827b27ec6Sopenharmony_ci <Platform>x64</Platform> 1927b27ec6Sopenharmony_ci </ProjectConfiguration> 2027b27ec6Sopenharmony_ci </ItemGroup> 2127b27ec6Sopenharmony_ci <PropertyGroup Label="Globals"> 2227b27ec6Sopenharmony_ci <ProjectGuid>{18B9F1A7-9C66-4352-898B-30804DADE0FD}</ProjectGuid> 2327b27ec6Sopenharmony_ci <Keyword>Win32Proj</Keyword> 2427b27ec6Sopenharmony_ci <RootNamespace>fuzzer</RootNamespace> 2527b27ec6Sopenharmony_ci <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir> 2627b27ec6Sopenharmony_ci <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir> 2727b27ec6Sopenharmony_ci </PropertyGroup> 2827b27ec6Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 2927b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 3027b27ec6Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 3127b27ec6Sopenharmony_ci <UseDebugLibraries>true</UseDebugLibraries> 3227b27ec6Sopenharmony_ci <CharacterSet>Unicode</CharacterSet> 3327b27ec6Sopenharmony_ci </PropertyGroup> 3427b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 3527b27ec6Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 3627b27ec6Sopenharmony_ci <UseDebugLibraries>true</UseDebugLibraries> 3727b27ec6Sopenharmony_ci <CharacterSet>Unicode</CharacterSet> 3827b27ec6Sopenharmony_ci </PropertyGroup> 3927b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 4027b27ec6Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 4127b27ec6Sopenharmony_ci <UseDebugLibraries>false</UseDebugLibraries> 4227b27ec6Sopenharmony_ci <CharacterSet>Unicode</CharacterSet> 4327b27ec6Sopenharmony_ci <WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization> 4427b27ec6Sopenharmony_ci </PropertyGroup> 4527b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 4627b27ec6Sopenharmony_ci <ConfigurationType>Application</ConfigurationType> 4727b27ec6Sopenharmony_ci <UseDebugLibraries>false</UseDebugLibraries> 4827b27ec6Sopenharmony_ci <CharacterSet>Unicode</CharacterSet> 4927b27ec6Sopenharmony_ci <WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization> 5027b27ec6Sopenharmony_ci </PropertyGroup> 5127b27ec6Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 5227b27ec6Sopenharmony_ci <ImportGroup Label="ExtensionSettings"> 5327b27ec6Sopenharmony_ci </ImportGroup> 5427b27ec6Sopenharmony_ci <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 5527b27ec6Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 5627b27ec6Sopenharmony_ci </ImportGroup> 5727b27ec6Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 5827b27ec6Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 5927b27ec6Sopenharmony_ci </ImportGroup> 6027b27ec6Sopenharmony_ci <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 6127b27ec6Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 6227b27ec6Sopenharmony_ci </ImportGroup> 6327b27ec6Sopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 6427b27ec6Sopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 6527b27ec6Sopenharmony_ci </ImportGroup> 6627b27ec6Sopenharmony_ci <PropertyGroup Label="UserMacros" /> 6727b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 6827b27ec6Sopenharmony_ci <LinkIncremental>true</LinkIncremental> 6927b27ec6Sopenharmony_ci <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 7027b27ec6Sopenharmony_ci </PropertyGroup> 7127b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 7227b27ec6Sopenharmony_ci <LinkIncremental>true</LinkIncremental> 7327b27ec6Sopenharmony_ci <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 7427b27ec6Sopenharmony_ci <RunCodeAnalysis>true</RunCodeAnalysis> 7527b27ec6Sopenharmony_ci </PropertyGroup> 7627b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 7727b27ec6Sopenharmony_ci <LinkIncremental>false</LinkIncremental> 7827b27ec6Sopenharmony_ci <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 7927b27ec6Sopenharmony_ci </PropertyGroup> 8027b27ec6Sopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 8127b27ec6Sopenharmony_ci <LinkIncremental>false</LinkIncremental> 8227b27ec6Sopenharmony_ci <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 8327b27ec6Sopenharmony_ci <RunCodeAnalysis>true</RunCodeAnalysis> 8427b27ec6Sopenharmony_ci </PropertyGroup> 8527b27ec6Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 8627b27ec6Sopenharmony_ci <ClCompile> 8727b27ec6Sopenharmony_ci <PrecompiledHeader> 8827b27ec6Sopenharmony_ci </PrecompiledHeader> 8927b27ec6Sopenharmony_ci <WarningLevel>Level4</WarningLevel> 9027b27ec6Sopenharmony_ci <Optimization>Disabled</Optimization> 9127b27ec6Sopenharmony_ci <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 9227b27ec6Sopenharmony_ci <TreatWarningAsError>true</TreatWarningAsError> 9327b27ec6Sopenharmony_ci <EnablePREfast>false</EnablePREfast> 9427b27ec6Sopenharmony_ci <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary> 9527b27ec6Sopenharmony_ci </ClCompile> 9627b27ec6Sopenharmony_ci <Link> 9727b27ec6Sopenharmony_ci <SubSystem>Console</SubSystem> 9827b27ec6Sopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 9927b27ec6Sopenharmony_ci </Link> 10027b27ec6Sopenharmony_ci </ItemDefinitionGroup> 10127b27ec6Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 10227b27ec6Sopenharmony_ci <ClCompile> 10327b27ec6Sopenharmony_ci <PrecompiledHeader> 10427b27ec6Sopenharmony_ci </PrecompiledHeader> 10527b27ec6Sopenharmony_ci <WarningLevel>Level4</WarningLevel> 10627b27ec6Sopenharmony_ci <Optimization>Disabled</Optimization> 10727b27ec6Sopenharmony_ci <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 10827b27ec6Sopenharmony_ci <TreatWarningAsError>true</TreatWarningAsError> 10927b27ec6Sopenharmony_ci <EnablePREfast>true</EnablePREfast> 11027b27ec6Sopenharmony_ci <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions> 11127b27ec6Sopenharmony_ci <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary> 11227b27ec6Sopenharmony_ci </ClCompile> 11327b27ec6Sopenharmony_ci <Link> 11427b27ec6Sopenharmony_ci <SubSystem>Console</SubSystem> 11527b27ec6Sopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 11627b27ec6Sopenharmony_ci </Link> 11727b27ec6Sopenharmony_ci </ItemDefinitionGroup> 11827b27ec6Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 11927b27ec6Sopenharmony_ci <ClCompile> 12027b27ec6Sopenharmony_ci <WarningLevel>Level4</WarningLevel> 12127b27ec6Sopenharmony_ci <PrecompiledHeader> 12227b27ec6Sopenharmony_ci </PrecompiledHeader> 12327b27ec6Sopenharmony_ci <Optimization>MaxSpeed</Optimization> 12427b27ec6Sopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 12527b27ec6Sopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 12627b27ec6Sopenharmony_ci <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 12727b27ec6Sopenharmony_ci <TreatWarningAsError>false</TreatWarningAsError> 12827b27ec6Sopenharmony_ci <EnablePREfast>false</EnablePREfast> 12927b27ec6Sopenharmony_ci <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary> 13027b27ec6Sopenharmony_ci </ClCompile> 13127b27ec6Sopenharmony_ci <Link> 13227b27ec6Sopenharmony_ci <SubSystem>Console</SubSystem> 13327b27ec6Sopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 13427b27ec6Sopenharmony_ci <EnableCOMDATFolding>true</EnableCOMDATFolding> 13527b27ec6Sopenharmony_ci <OptimizeReferences>true</OptimizeReferences> 13627b27ec6Sopenharmony_ci </Link> 13727b27ec6Sopenharmony_ci </ItemDefinitionGroup> 13827b27ec6Sopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 13927b27ec6Sopenharmony_ci <ClCompile> 14027b27ec6Sopenharmony_ci <WarningLevel>Level4</WarningLevel> 14127b27ec6Sopenharmony_ci <PrecompiledHeader> 14227b27ec6Sopenharmony_ci </PrecompiledHeader> 14327b27ec6Sopenharmony_ci <Optimization>MaxSpeed</Optimization> 14427b27ec6Sopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 14527b27ec6Sopenharmony_ci <IntrinsicFunctions>true</IntrinsicFunctions> 14627b27ec6Sopenharmony_ci <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 14727b27ec6Sopenharmony_ci <TreatWarningAsError>false</TreatWarningAsError> 14827b27ec6Sopenharmony_ci <EnablePREfast>true</EnablePREfast> 14927b27ec6Sopenharmony_ci <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions> 15027b27ec6Sopenharmony_ci <RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary> 15127b27ec6Sopenharmony_ci </ClCompile> 15227b27ec6Sopenharmony_ci <Link> 15327b27ec6Sopenharmony_ci <SubSystem>Console</SubSystem> 15427b27ec6Sopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 15527b27ec6Sopenharmony_ci <EnableCOMDATFolding>true</EnableCOMDATFolding> 15627b27ec6Sopenharmony_ci <OptimizeReferences>true</OptimizeReferences> 15727b27ec6Sopenharmony_ci </Link> 15827b27ec6Sopenharmony_ci </ItemDefinitionGroup> 15927b27ec6Sopenharmony_ci <ItemGroup> 16027b27ec6Sopenharmony_ci <ClCompile Include="..\..\..\lib\lz4.c" /> 16127b27ec6Sopenharmony_ci <ClCompile Include="..\..\..\lib\lz4hc.c" /> 16227b27ec6Sopenharmony_ci <ClCompile Include="..\..\..\lib\xxhash.c" /> 16327b27ec6Sopenharmony_ci <ClCompile Include="..\..\..\tests\fuzzer.c" /> 16427b27ec6Sopenharmony_ci </ItemGroup> 16527b27ec6Sopenharmony_ci <ItemGroup> 16627b27ec6Sopenharmony_ci <ClInclude Include="..\..\..\lib\lz4.h" /> 16727b27ec6Sopenharmony_ci <ClInclude Include="..\..\..\lib\lz4hc.h" /> 16827b27ec6Sopenharmony_ci <ClInclude Include="..\..\..\lib\xxhash.h" /> 16927b27ec6Sopenharmony_ci </ItemGroup> 17027b27ec6Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 17127b27ec6Sopenharmony_ci <ImportGroup Label="ExtensionTargets"> 17227b27ec6Sopenharmony_ci </ImportGroup> 17327b27ec6Sopenharmony_ci</Project> 174