1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" brotli\c\common\constants.c" />
23+ <ClCompile Include =" brotli\c\common\context.c" />
24+ <ClCompile Include =" brotli\c\common\dictionary.c" />
25+ <ClCompile Include =" brotli\c\common\platform.c" />
26+ <ClCompile Include =" brotli\c\common\shared_dictionary.c" />
27+ <ClCompile Include =" brotli\c\common\transform.c" />
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <ProjectGuid >{51ACDE42-EFCA-49B7-8B26-6386720AAFA7}</ProjectGuid >
31+ <Keyword >Win32Proj</Keyword >
32+ <RootNamespace >brotli</RootNamespace >
33+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
34+ </PropertyGroup >
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
37+ <ConfigurationType >StaticLibrary</ConfigurationType >
38+ <UseDebugLibraries >true</UseDebugLibraries >
39+ <PlatformToolset >v142</PlatformToolset >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
43+ <ConfigurationType >StaticLibrary</ConfigurationType >
44+ <UseDebugLibraries >false</UseDebugLibraries >
45+ <PlatformToolset >v142</PlatformToolset >
46+ <WholeProgramOptimization >true</WholeProgramOptimization >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
50+ <ConfigurationType >StaticLibrary</ConfigurationType >
51+ <UseDebugLibraries >true</UseDebugLibraries >
52+ <PlatformToolset >v142</PlatformToolset >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
56+ <ConfigurationType >StaticLibrary</ConfigurationType >
57+ <UseDebugLibraries >false</UseDebugLibraries >
58+ <PlatformToolset >v142</PlatformToolset >
59+ <WholeProgramOptimization >true</WholeProgramOptimization >
60+ <CharacterSet >Unicode</CharacterSet >
61+ </PropertyGroup >
62+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
63+ <ImportGroup Label =" ExtensionSettings" >
64+ </ImportGroup >
65+ <ImportGroup Label =" Shared" >
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
74+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
75+ </ImportGroup >
76+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
77+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
78+ </ImportGroup >
79+ <PropertyGroup Label =" UserMacros" />
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81+ <OutDir >$(Configuration)\</OutDir >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84+ <OutDir >$(Platform)\$(Configuration)\</OutDir >
85+ </PropertyGroup >
86+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87+ <OutDir >$(Platform)\$(Configuration)\</OutDir >
88+ </PropertyGroup >
89+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
90+ <OutDir >$(Configuration)\</OutDir >
91+ </PropertyGroup >
92+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
93+ <ClCompile >
94+ <PrecompiledHeader >
95+ </PrecompiledHeader >
96+ <WarningLevel >Level3</WarningLevel >
97+ <Optimization >Disabled</Optimization >
98+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99+ <SDLCheck >true</SDLCheck >
100+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
101+ <AdditionalIncludeDirectories >brotli\c\include</AdditionalIncludeDirectories >
102+ </ClCompile >
103+ <Link >
104+ <SubSystem >Windows</SubSystem >
105+ </Link >
106+ </ItemDefinitionGroup >
107+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
108+ <ClCompile >
109+ <PrecompiledHeader >
110+ </PrecompiledHeader >
111+ <WarningLevel >Level3</WarningLevel >
112+ <Optimization >Disabled</Optimization >
113+ <PreprocessorDefinitions >_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114+ <SDLCheck >true</SDLCheck >
115+ <AdditionalIncludeDirectories >brotli\c\include</AdditionalIncludeDirectories >
116+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
117+ <LanguageStandard >stdcpp20</LanguageStandard >
118+ </ClCompile >
119+ <Link >
120+ <SubSystem >Windows</SubSystem >
121+ </Link >
122+ </ItemDefinitionGroup >
123+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124+ <ClCompile >
125+ <WarningLevel >Level3</WarningLevel >
126+ <PrecompiledHeader >
127+ </PrecompiledHeader >
128+ <Optimization >MaxSpeed</Optimization >
129+ <FunctionLevelLinking >true</FunctionLevelLinking >
130+ <IntrinsicFunctions >true</IntrinsicFunctions >
131+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132+ <SDLCheck >true</SDLCheck >
133+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
134+ <AdditionalIncludeDirectories >brotli\c\include</AdditionalIncludeDirectories >
135+ </ClCompile >
136+ <Link >
137+ <SubSystem >Windows</SubSystem >
138+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
139+ <OptimizeReferences >true</OptimizeReferences >
140+ </Link >
141+ </ItemDefinitionGroup >
142+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
143+ <ClCompile >
144+ <WarningLevel >Level3</WarningLevel >
145+ <PrecompiledHeader >
146+ </PrecompiledHeader >
147+ <Optimization >MaxSpeed</Optimization >
148+ <FunctionLevelLinking >true</FunctionLevelLinking >
149+ <IntrinsicFunctions >true</IntrinsicFunctions >
150+ <PreprocessorDefinitions >NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
151+ <SDLCheck >true</SDLCheck >
152+ <AdditionalIncludeDirectories >brotli\c\include</AdditionalIncludeDirectories >
153+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
154+ <LanguageStandard >stdcpp20</LanguageStandard >
155+ </ClCompile >
156+ <Link >
157+ <SubSystem >Windows</SubSystem >
158+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
159+ <OptimizeReferences >true</OptimizeReferences >
160+ </Link >
161+ </ItemDefinitionGroup >
162+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
163+ <ImportGroup Label =" ExtensionTargets" >
164+ </ImportGroup >
165+ </Project >
0 commit comments