]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/build/VS2010/fullbench-dll/fullbench-dll.vcxproj
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / zstd / build / VS2010 / fullbench-dll / fullbench-dll.vcxproj
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 </Link>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105 <ClCompile>
106 <PrecompiledHeader>
107 </PrecompiledHeader>
108 <WarningLevel>Level4</WarningLevel>
109 <Optimization>Disabled</Optimization>
110 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111 <TreatWarningAsError>true</TreatWarningAsError>
112 <EnablePREfast>false</EnablePREfast>
113 </ClCompile>
114 <Link>
115 <SubSystem>Console</SubSystem>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
117 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
118 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies>
119 </Link>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122 <ClCompile>
123 <WarningLevel>Level4</WarningLevel>
124 <PrecompiledHeader>
125 </PrecompiledHeader>
126 <Optimization>MaxSpeed</Optimization>
127 <FunctionLevelLinking>true</FunctionLevelLinking>
128 <IntrinsicFunctions>true</IntrinsicFunctions>
129 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <EnablePREfast>false</EnablePREfast>
131 <TreatWarningAsError>false</TreatWarningAsError>
132 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
133 </ClCompile>
134 <Link>
135 <SubSystem>Console</SubSystem>
136 <GenerateDebugInformation>true</GenerateDebugInformation>
137 <EnableCOMDATFolding>true</EnableCOMDATFolding>
138 <OptimizeReferences>true</OptimizeReferences>
139 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
140 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies>
141 </Link>
142 </ItemDefinitionGroup>
143 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144 <ClCompile>
145 <WarningLevel>Level4</WarningLevel>
146 <PrecompiledHeader>
147 </PrecompiledHeader>
148 <Optimization>MaxSpeed</Optimization>
149 <FunctionLevelLinking>true</FunctionLevelLinking>
150 <IntrinsicFunctions>true</IntrinsicFunctions>
151 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ZSTD_DLL_IMPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152 <TreatWarningAsError>false</TreatWarningAsError>
153 <EnablePREfast>false</EnablePREfast>
154 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
155 </ClCompile>
156 <Link>
157 <SubSystem>Console</SubSystem>
158 <GenerateDebugInformation>true</GenerateDebugInformation>
159 <EnableCOMDATFolding>true</EnableCOMDATFolding>
160 <OptimizeReferences>true</OptimizeReferences>
161 <AdditionalLibraryDirectories>$(SolutionDir)bin\$(Platform)_$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
162 <AdditionalDependencies>libzstd.lib;%(AdditionalDependencies)</AdditionalDependencies>
163 </Link>
164 </ItemDefinitionGroup>
165 <ItemGroup>
166 <ClCompile Include="..\..\..\lib\common\xxhash.c" />
167 <ClCompile Include="..\..\..\programs\datagen.c" />
168 <ClCompile Include="..\..\..\tests\fullbench.c" />
169 </ItemGroup>
170 <ItemGroup>
171 <ClInclude Include="..\..\..\lib\zstd.h" />
172 <ClInclude Include="..\..\..\programs\datagen.h" />
173 <ClInclude Include="..\..\..\programs\util.h" />
174 </ItemGroup>
175 <ItemGroup>
176 <ProjectReference Include="..\libzstd-dll\libzstd-dll.vcxproj">
177 <Project>{00000000-94d5-4bf9-8a50-7bd9929a0850}</Project>
178 </ProjectReference>
179 </ItemGroup>
180 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
181 <ImportGroup Label="ExtensionTargets">
182 </ImportGroup>
183 </Project>