1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{6FD4352B-346C-4703-96EA-D4A8B9A6976E}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>fuzzer</RootNamespace> 25 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir> 26 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir> 27 </PropertyGroup> 28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 30 <ConfigurationType>Application</ConfigurationType> 31 <UseDebugLibraries>true</UseDebugLibraries> 32 <CharacterSet>MultiByte</CharacterSet> 33 </PropertyGroup> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 35 <ConfigurationType>Application</ConfigurationType> 36 <UseDebugLibraries>true</UseDebugLibraries> 37 <CharacterSet>MultiByte</CharacterSet> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 40 <ConfigurationType>Application</ConfigurationType> 41 <UseDebugLibraries>false</UseDebugLibraries> 42 <WholeProgramOptimization>true</WholeProgramOptimization> 43 <CharacterSet>MultiByte</CharacterSet> 44 </PropertyGroup> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 46 <ConfigurationType>Application</ConfigurationType> 47 <UseDebugLibraries>false</UseDebugLibraries> 48 <WholeProgramOptimization>true</WholeProgramOptimization> 49 <CharacterSet>MultiByte</CharacterSet> 50 </PropertyGroup> 51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 52 <ImportGroup Label="ExtensionSettings"> 53 </ImportGroup> 54 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 </ImportGroup> 60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 </ImportGroup> 63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 65 </ImportGroup> 66 <PropertyGroup Label="UserMacros" /> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 68 <LinkIncremental>true</LinkIncremental> 69 <RunCodeAnalysis>false</RunCodeAnalysis> 70 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress;$(UniversalCRT_IncludePath);</IncludePath> 71 </PropertyGroup> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 73 <LinkIncremental>true</LinkIncremental> 74 <RunCodeAnalysis>false</RunCodeAnalysis> 75 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress;$(UniversalCRT_IncludePath);</IncludePath> 76 </PropertyGroup> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 78 <LinkIncremental>false</LinkIncremental> 79 <RunCodeAnalysis>false</RunCodeAnalysis> 80 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress;$(UniversalCRT_IncludePath);</IncludePath> 81 </PropertyGroup> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 83 <LinkIncremental>false</LinkIncremental> 84 <RunCodeAnalysis>false</RunCodeAnalysis> 85 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\compress;$(UniversalCRT_IncludePath);</IncludePath> 86 </PropertyGroup> 87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 88 <ClCompile> 89 <PrecompiledHeader> 90 </PrecompiledHeader> 91 <WarningLevel>Level4</WarningLevel> 92 <Optimization>Disabled</Optimization> 93 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <TreatWarningAsError>true</TreatWarningAsError> 95 <EnablePREfast>false</EnablePREfast> 96 </ClCompile> 97 <Link> 98 <SubSystem>Console</SubSystem> 99 <GenerateDebugInformation>true</GenerateDebugInformation> 100 </Link> 101 </ItemDefinitionGroup> 102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 103 <ClCompile> 104 <PrecompiledHeader> 105 </PrecompiledHeader> 106 <WarningLevel>Level4</WarningLevel> 107 <Optimization>Disabled</Optimization> 108 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <TreatWarningAsError>true</TreatWarningAsError> 110 <EnablePREfast>false</EnablePREfast> 111 </ClCompile> 112 <Link> 113 <SubSystem>Console</SubSystem> 114 <GenerateDebugInformation>true</GenerateDebugInformation> 115 </Link> 116 </ItemDefinitionGroup> 117 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 118 <ClCompile> 119 <WarningLevel>Level4</WarningLevel> 120 <PrecompiledHeader> 121 </PrecompiledHeader> 122 <Optimization>MaxSpeed</Optimization> 123 <FunctionLevelLinking>true</FunctionLevelLinking> 124 <IntrinsicFunctions>true</IntrinsicFunctions> 125 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 126 <EnablePREfast>false</EnablePREfast> 127 <TreatWarningAsError>false</TreatWarningAsError> 128 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 129 </ClCompile> 130 <Link> 131 <SubSystem>Console</SubSystem> 132 <GenerateDebugInformation>true</GenerateDebugInformation> 133 <EnableCOMDATFolding>true</EnableCOMDATFolding> 134 <OptimizeReferences>true</OptimizeReferences> 135 </Link> 136 </ItemDefinitionGroup> 137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 138 <ClCompile> 139 <WarningLevel>Level4</WarningLevel> 140 <PrecompiledHeader> 141 </PrecompiledHeader> 142 <Optimization>MaxSpeed</Optimization> 143 <FunctionLevelLinking>true</FunctionLevelLinking> 144 <IntrinsicFunctions>true</IntrinsicFunctions> 145 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <TreatWarningAsError>false</TreatWarningAsError> 147 <EnablePREfast>false</EnablePREfast> 148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 149 </ClCompile> 150 <Link> 151 <SubSystem>Console</SubSystem> 152 <GenerateDebugInformation>true</GenerateDebugInformation> 153 <EnableCOMDATFolding>true</EnableCOMDATFolding> 154 <OptimizeReferences>true</OptimizeReferences> 155 </Link> 156 </ItemDefinitionGroup> 157 <ItemGroup> 158 <ClCompile Include="..\..\..\lib\common\pool.c" /> 159 <ClCompile Include="..\..\..\lib\common\debug.c" /> 160 <ClCompile Include="..\..\..\lib\common\threading.c" /> 161 <ClCompile Include="..\..\..\lib\common\entropy_common.c" /> 162 <ClCompile Include="..\..\..\lib\compress\hist.c" /> 163 <ClCompile Include="..\..\..\lib\common\error_private.c" /> 164 <ClCompile Include="..\..\..\lib\common\fse_decompress.c" /> 165 <ClCompile Include="..\..\..\lib\common\xxhash.c" /> 166 <ClCompile Include="..\..\..\lib\common\zstd_common.c" /> 167 <ClCompile Include="..\..\..\lib\compress\fse_compress.c" /> 168 <ClCompile Include="..\..\..\lib\compress\huf_compress.c" /> 169 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" /> 170 <ClCompile Include="..\..\..\lib\compress\zstd_compress_literals.c" /> 171 <ClCompile Include="..\..\..\lib\compress\zstd_compress_sequences.c" /> 172 <ClCompile Include="..\..\..\lib\compress\zstd_compress_superblock.c" /> 173 <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" /> 174 <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" /> 175 <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" /> 176 <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" /> 177 <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" /> 178 <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.c" /> 179 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" /> 180 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" /> 181 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress_block.c" /> 182 <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.c" /> 183 <ClCompile Include="..\..\..\lib\dictBuilder\cover.c" /> 184 <ClCompile Include="..\..\..\lib\dictBuilder\fastcover.c" /> 185 <ClCompile Include="..\..\..\lib\dictBuilder\divsufsort.c" /> 186 <ClCompile Include="..\..\..\lib\dictBuilder\zdict.c" /> 187 <ClCompile Include="..\..\..\programs\util.c" /> 188 <ClCompile Include="..\..\..\programs\timefn.c" /> 189 <ClCompile Include="..\..\..\programs\datagen.c" /> 190 <ClCompile Include="..\..\..\tests\fuzzer.c" /> 191 </ItemGroup> 192 <ItemGroup> 193 <ClInclude Include="..\..\..\lib\common\pool.h" /> 194 <ClInclude Include="..\..\..\lib\common\threading.h" /> 195 <ClInclude Include="..\..\..\lib\common\fse.h" /> 196 <ClInclude Include="..\..\..\lib\common\huf.h" /> 197 <ClInclude Include="..\..\..\lib\common\xxhash.h" /> 198 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" /> 199 <ClInclude Include="..\..\..\lib\zstd_errors.h" /> 200 <ClInclude Include="..\..\..\lib\zstd.h" /> 201 <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" /> 202 <ClInclude Include="..\..\..\lib\compress\zstd_compress_literals.h" /> 203 <ClInclude Include="..\..\..\lib\compress\zstd_compress_sequences.h" /> 204 <ClInclude Include="..\..\..\lib\compress\zstd_cwksp.h" /> 205 <ClInclude Include="..\..\..\lib\compress\zstd_compress_superblock.h" /> 206 <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" /> 207 <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" /> 208 <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" /> 209 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" /> 210 <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" /> 211 <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" /> 212 <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" /> 213 <ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" /> 214 <ClInclude Include="..\..\..\lib\zdict.h" /> 215 <ClInclude Include="..\..\..\lib\dictBuilder\cover.h" /> 216 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" /> 217 <ClInclude Include="..\..\..\programs\datagen.h" /> 218 <ClInclude Include="..\..\..\programs\util.h" /> 219 </ItemGroup> 220 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 221 <ImportGroup Label="ExtensionTargets"> 222 </ImportGroup> 223</Project> 224