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>{13992FD2-077E-4954-B065-A428198201A9}</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>Unicode</CharacterSet> 33 </PropertyGroup> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 35 <ConfigurationType>Application</ConfigurationType> 36 <UseDebugLibraries>true</UseDebugLibraries> 37 <CharacterSet>Unicode</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>Unicode</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>Unicode</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);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 70 </PropertyGroup> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 72 <LinkIncremental>true</LinkIncremental> 73 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 74 <RunCodeAnalysis>true</RunCodeAnalysis> 75 </PropertyGroup> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 77 <LinkIncremental>false</LinkIncremental> 78 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 79 </PropertyGroup> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 81 <LinkIncremental>false</LinkIncremental> 82 <IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath> 83 <RunCodeAnalysis>true</RunCodeAnalysis> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 86 <ClCompile> 87 <PrecompiledHeader> 88 </PrecompiledHeader> 89 <WarningLevel>Level4</WarningLevel> 90 <Optimization>Disabled</Optimization> 91 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <TreatWarningAsError>true</TreatWarningAsError> 93 <EnablePREfast>false</EnablePREfast> 94 </ClCompile> 95 <Link> 96 <SubSystem>Console</SubSystem> 97 <GenerateDebugInformation>true</GenerateDebugInformation> 98 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 99 <AdditionalDependencies>liblz4.lib;%(AdditionalDependencies)</AdditionalDependencies> 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>WIN32;_DEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <TreatWarningAsError>true</TreatWarningAsError> 110 <EnablePREfast>true</EnablePREfast> 111 <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions> 112 </ClCompile> 113 <Link> 114 <SubSystem>Console</SubSystem> 115 <GenerateDebugInformation>true</GenerateDebugInformation> 116 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 117 <AdditionalDependencies>liblz4.lib;%(AdditionalDependencies)</AdditionalDependencies> 118 </Link> 119 </ItemDefinitionGroup> 120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 121 <ClCompile> 122 <WarningLevel>Level4</WarningLevel> 123 <PrecompiledHeader> 124 </PrecompiledHeader> 125 <Optimization>MaxSpeed</Optimization> 126 <FunctionLevelLinking>true</FunctionLevelLinking> 127 <IntrinsicFunctions>true</IntrinsicFunctions> 128 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 129 <TreatWarningAsError>false</TreatWarningAsError> 130 <EnablePREfast>false</EnablePREfast> 131 </ClCompile> 132 <Link> 133 <SubSystem>Console</SubSystem> 134 <GenerateDebugInformation>true</GenerateDebugInformation> 135 <EnableCOMDATFolding>true</EnableCOMDATFolding> 136 <OptimizeReferences>true</OptimizeReferences> 137 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 138 <AdditionalDependencies>liblz4.lib;%(AdditionalDependencies)</AdditionalDependencies> 139 </Link> 140 </ItemDefinitionGroup> 141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 142 <ClCompile> 143 <WarningLevel>Level4</WarningLevel> 144 <PrecompiledHeader> 145 </PrecompiledHeader> 146 <Optimization>MaxSpeed</Optimization> 147 <FunctionLevelLinking>true</FunctionLevelLinking> 148 <IntrinsicFunctions>true</IntrinsicFunctions> 149 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> 150 <TreatWarningAsError>false</TreatWarningAsError> 151 <EnablePREfast>true</EnablePREfast> 152 <AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions> 153 </ClCompile> 154 <Link> 155 <SubSystem>Console</SubSystem> 156 <GenerateDebugInformation>true</GenerateDebugInformation> 157 <EnableCOMDATFolding>true</EnableCOMDATFolding> 158 <OptimizeReferences>true</OptimizeReferences> 159 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 160 <AdditionalDependencies>liblz4.lib;%(AdditionalDependencies)</AdditionalDependencies> 161 </Link> 162 </ItemDefinitionGroup> 163 <ItemGroup> 164 <ClCompile Include="..\..\..\lib\xxhash.c" /> 165 <ClCompile Include="..\..\..\tests\fullbench.c" /> 166 </ItemGroup> 167 <ItemGroup> 168 <ClInclude Include="..\..\..\lib\lz4.h" /> 169 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 170 <ClInclude Include="..\..\..\lib\lz4hc.h" /> 171 <ClInclude Include="..\..\..\lib\xxhash.h" /> 172 </ItemGroup> 173 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 174 <ImportGroup Label="ExtensionTargets"> 175 </ImportGroup> 176 </Project>