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>{00000000-1CC8-4FD7-9281-6B8DBB9D3DF8}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>fullbench-dll</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 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath> 70 <RunCodeAnalysis>false</RunCodeAnalysis> 71 </PropertyGroup> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 73 <LinkIncremental>true</LinkIncremental> 74 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath> 75 <RunCodeAnalysis>false</RunCodeAnalysis> 76 </PropertyGroup> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 78 <LinkIncremental>false</LinkIncremental> 79 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath> 80 <RunCodeAnalysis>false</RunCodeAnalysis> 81 </PropertyGroup> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 83 <LinkIncremental>false</LinkIncremental> 84 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath> 85 <RunCodeAnalysis>false</RunCodeAnalysis> 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>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <TreatWarningAsError>true</TreatWarningAsError> 95 <EnablePREfast>false</EnablePREfast> 96 </ClCompile> 97 <Link> 98 <SubSystem>Console</SubSystem> 99 <GenerateDebugInformation>true</GenerateDebugInformation> 100 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 101 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies> 102 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 103 </Link> 104 </ItemDefinitionGroup> 105 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 106 <ClCompile> 107 <PrecompiledHeader> 108 </PrecompiledHeader> 109 <WarningLevel>Level4</WarningLevel> 110 <Optimization>Disabled</Optimization> 111 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 112 <TreatWarningAsError>true</TreatWarningAsError> 113 <EnablePREfast>false</EnablePREfast> 114 </ClCompile> 115 <Link> 116 <SubSystem>Console</SubSystem> 117 <GenerateDebugInformation>true</GenerateDebugInformation> 118 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 119 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies> 120 </Link> 121 </ItemDefinitionGroup> 122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 123 <ClCompile> 124 <WarningLevel>Level4</WarningLevel> 125 <PrecompiledHeader> 126 </PrecompiledHeader> 127 <Optimization>MaxSpeed</Optimization> 128 <FunctionLevelLinking>true</FunctionLevelLinking> 129 <IntrinsicFunctions>true</IntrinsicFunctions> 130 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 131 <EnablePREfast>false</EnablePREfast> 132 <TreatWarningAsError>false</TreatWarningAsError> 133 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 134 </ClCompile> 135 <Link> 136 <SubSystem>Console</SubSystem> 137 <GenerateDebugInformation>true</GenerateDebugInformation> 138 <EnableCOMDATFolding>true</EnableCOMDATFolding> 139 <OptimizeReferences>true</OptimizeReferences> 140 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 141 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies> 142 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 143 </Link> 144 </ItemDefinitionGroup> 145 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 146 <ClCompile> 147 <WarningLevel>Level4</WarningLevel> 148 <PrecompiledHeader> 149 </PrecompiledHeader> 150 <Optimization>MaxSpeed</Optimization> 151 <FunctionLevelLinking>true</FunctionLevelLinking> 152 <IntrinsicFunctions>true</IntrinsicFunctions> 153 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 154 <TreatWarningAsError>false</TreatWarningAsError> 155 <EnablePREfast>false</EnablePREfast> 156 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 157 </ClCompile> 158 <Link> 159 <SubSystem>Console</SubSystem> 160 <GenerateDebugInformation>true</GenerateDebugInformation> 161 <EnableCOMDATFolding>true</EnableCOMDATFolding> 162 <OptimizeReferences>true</OptimizeReferences> 163 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 164 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies> 165 </Link> 166 </ItemDefinitionGroup> 167 <ItemGroup> 168 <ClCompile Include="..\..\..\lib\common\xxhash.c" /> 169 <ClCompile Include="..\..\..\programs\util.c" /> 170 <ClCompile Include="..\..\..\programs\timefn.c" /> 171 <ClCompile Include="..\..\..\programs\datagen.c" /> 172 <ClCompile Include="..\..\..\programs\benchfn.c" /> 173 <ClCompile Include="..\..\..\tests\fullbench.c" /> 174 </ItemGroup> 175 <ItemGroup> 176 <ClInclude Include="..\..\..\lib\zstd.h" /> 177 <ClInclude Include="..\..\..\programs\datagen.h" /> 178 <ClInclude Include="..\..\..\programs\benchfn.h" /> 179 <ClInclude Include="..\..\..\programs\util.h" /> 180 </ItemGroup> 181 <ItemGroup> 182 <ProjectReference Include="..\libzstd-dll\libzstd-dll.vcxproj"> 183 <Project>{00000000-94d5-4bf9-8a50-7bd9929a0850}</Project> 184 </ProjectReference> 185 </ItemGroup> 186 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 187 <ImportGroup Label="ExtensionTargets"> 188 </ImportGroup> 189</Project> 190