blob: 24f62c9f76e6a2b6f7ef715835bede8d6b42a099 [file] [log] [blame]
inikepb1421f22016-08-18 14:17:11 +02001<?xml version="1.0" encoding="utf-8"?>
inikep6cb083f2016-04-25 14:42:15 +02002<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>{61ABD629-1CC8-4FD7-9281-6B8DBB9D3DF8}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>fullbench</RootNamespace>
Przemyslaw Skibinskic7797782016-11-14 15:56:26 +010025 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
26 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
inikep6cb083f2016-04-25 14:42:15 +020027 </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>
inikep6e61a842016-05-09 14:00:54 +020032 <CharacterSet>MultiByte</CharacterSet>
inikep6cb083f2016-04-25 14:42:15 +020033 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
inikep9c22e572016-05-05 11:53:42 +020037 <CharacterSet>MultiByte</CharacterSet>
inikep6cb083f2016-04-25 14:42:15 +020038 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
inikep6cb083f2016-04-25 14:42:15 +020042 <WholeProgramOptimization>true</WholeProgramOptimization>
inikep6e61a842016-05-09 14:00:54 +020043 <CharacterSet>MultiByte</CharacterSet>
inikep6cb083f2016-04-25 14:42:15 +020044 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <UseDebugLibraries>false</UseDebugLibraries>
inikep6cb083f2016-04-25 14:42:15 +020048 <WholeProgramOptimization>true</WholeProgramOptimization>
inikep9c22e572016-05-05 11:53:42 +020049 <CharacterSet>MultiByte</CharacterSet>
inikep6cb083f2016-04-25 14:42:15 +020050 </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>
inikep49775e32016-08-18 14:25:28 +020069 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
inikep95459452016-05-10 14:42:54 +020070 <RunCodeAnalysis>false</RunCodeAnalysis>
inikep6cb083f2016-04-25 14:42:15 +020071 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73 <LinkIncremental>true</LinkIncremental>
inikep49775e32016-08-18 14:25:28 +020074 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
inikep95459452016-05-10 14:42:54 +020075 <RunCodeAnalysis>false</RunCodeAnalysis>
inikep6cb083f2016-04-25 14:42:15 +020076 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <LinkIncremental>false</LinkIncremental>
inikep49775e32016-08-18 14:25:28 +020079 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
inikep95459452016-05-10 14:42:54 +020080 <RunCodeAnalysis>false</RunCodeAnalysis>
inikep6cb083f2016-04-25 14:42:15 +020081 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83 <LinkIncremental>false</LinkIncremental>
inikep49775e32016-08-18 14:25:28 +020084 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
inikep95459452016-05-10 14:42:54 +020085 <RunCodeAnalysis>false</RunCodeAnalysis>
inikep6cb083f2016-04-25 14:42:15 +020086 </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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <TreatWarningAsError>true</TreatWarningAsError>
inikep95459452016-05-10 14:42:54 +020095 <EnablePREfast>false</EnablePREfast>
inikep6cb083f2016-04-25 14:42:15 +020096 </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>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <TreatWarningAsError>true</TreatWarningAsError>
inikep95459452016-05-10 14:42:54 +0200110 <EnablePREfast>false</EnablePREfast>
inikep6cb083f2016-04-25 14:42:15 +0200111 </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>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
inikep95459452016-05-10 14:42:54 +0200126 <EnablePREfast>false</EnablePREfast>
inikep7c4d0412016-05-16 14:48:04 +0200127 <TreatWarningAsError>false</TreatWarningAsError>
inikep4d9e5572016-05-13 13:04:27 +0200128 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
inikep6cb083f2016-04-25 14:42:15 +0200129 </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>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
inikep7c4d0412016-05-16 14:48:04 +0200146 <TreatWarningAsError>false</TreatWarningAsError>
inikep95459452016-05-10 14:42:54 +0200147 <EnablePREfast>false</EnablePREfast>
inikep4d9e5572016-05-13 13:04:27 +0200148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
inikep6cb083f2016-04-25 14:42:15 +0200149 </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>
inikep63ecd742016-05-13 11:27:56 +0200158 <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
Rohit Jain9056fe22018-10-12 14:22:05 -0700159 <ClCompile Include="..\..\..\programs\util.c" />
cyan4973ae0b7ff2018-06-20 09:45:02 -0700160 <ClCompile Include="..\..\..\lib\common\debug.c" />
cyan497351235392017-06-04 22:06:25 -0700161 <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
inikep6cb083f2016-04-25 14:42:15 +0200162 <ClCompile Include="..\..\..\lib\common\zstd_common.c" />
Yann Collete405c7a2016-10-12 15:29:22 -0700163 <ClCompile Include="..\..\..\lib\common\error_private.c" />
cyan497351235392017-06-04 22:06:25 -0700164 <ClCompile Include="..\..\..\lib\common\pool.c" />
165 <ClCompile Include="..\..\..\lib\common\threading.c" />
inikepb37b79e2016-06-01 10:24:57 +0200166 <ClCompile Include="..\..\..\lib\common\xxhash.c" />
cyan4973ae0b7ff2018-06-20 09:45:02 -0700167 <ClCompile Include="..\..\..\lib\compress\hist.c" />
inikep6cb083f2016-04-25 14:42:15 +0200168 <ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
169 <ClCompile Include="..\..\..\lib\compress\huf_compress.c" />
inikep6cb083f2016-04-25 14:42:15 +0200170 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" />
cyan497351235392017-06-04 22:06:25 -0700171 <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.c" />
Nick Terrella4eac0d2017-09-01 18:22:31 -0700172 <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" />
173 <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" />
174 <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" />
175 <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" />
Stella Lau360428c2017-09-06 17:56:01 -0700176 <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" />
inikep6cb083f2016-04-25 14:42:15 +0200177 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
inikep6cb083f2016-04-25 14:42:15 +0200178 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
Yann Collet4ed92332018-10-26 11:25:40 -0700179 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress_block.c" />
Yann Colletccd2d422018-10-23 17:25:49 -0700180 <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.c" />
inikep6cb083f2016-04-25 14:42:15 +0200181 <ClCompile Include="..\..\..\programs\datagen.c" />
George Lu85223462018-06-14 14:46:17 -0400182 <ClCompile Include="..\..\..\programs\bench.c" />
inikepb1421f22016-08-18 14:17:11 +0200183 <ClCompile Include="..\..\..\tests\fullbench.c" />
inikep6cb083f2016-04-25 14:42:15 +0200184 </ItemGroup>
185 <ItemGroup>
cyan497351235392017-06-04 22:06:25 -0700186 <ClInclude Include="..\..\..\lib\zstd.h" />
inikep6cb083f2016-04-25 14:42:15 +0200187 <ClInclude Include="..\..\..\lib\common\fse.h" />
inikep6cb083f2016-04-25 14:42:15 +0200188 <ClInclude Include="..\..\..\lib\common\huf.h" />
Yann Collete405c7a2016-10-12 15:29:22 -0700189 <ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
inikep6cb083f2016-04-25 14:42:15 +0200190 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
cyan497351235392017-06-04 22:06:25 -0700191 <ClInclude Include="..\..\..\lib\common\pool.h" />
192 <ClInclude Include="..\..\..\lib\common\threading.h" />
193 <ClInclude Include="..\..\..\lib\common\xxhash.h" />
Nick Terrella4eac0d2017-09-01 18:22:31 -0700194 <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" />
195 <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" />
196 <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" />
197 <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
inikep6cb083f2016-04-25 14:42:15 +0200198 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
Stella Lau360428c2017-09-06 17:56:01 -0700199 <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
cyan497351235392017-06-04 22:06:25 -0700200 <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
Yann Collet2f7e1c82018-10-23 17:44:43 -0700201 <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
inikep6cb083f2016-04-25 14:42:15 +0200202 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
203 <ClInclude Include="..\..\..\programs\datagen.h" />
inikepaaaf9232016-05-09 16:19:25 +0200204 <ClInclude Include="..\..\..\programs\util.h" />
George Lu85223462018-06-14 14:46:17 -0400205 <ClInclude Include="..\..\..\programs\bench.h" />
inikep6cb083f2016-04-25 14:42:15 +0200206 </ItemGroup>
207 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
208 <ImportGroup Label="ExtensionTargets">
209 </ImportGroup>
Yann Collet356e5e22016-07-18 03:14:58 +0200210</Project>