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