|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>Win32</Platform>
|
7 | 7 | </ProjectConfiguration>
|
8 |
| - <ProjectConfiguration Include="Release|Win32"> |
9 |
| - <Configuration>Release</Configuration> |
10 |
| - <Platform>Win32</Platform> |
11 |
| - </ProjectConfiguration> |
12 | 8 | <ProjectConfiguration Include="Debug|x64">
|
13 | 9 | <Configuration>Debug</Configuration>
|
14 | 10 | <Platform>x64</Platform>
|
15 | 11 | </ProjectConfiguration>
|
| 12 | + <ProjectConfiguration Include="Mixed|Win32"> |
| 13 | + <Configuration>Mixed</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Mixed|x64"> |
| 17 | + <Configuration>Mixed</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release|Win32"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
16 | 24 | <ProjectConfiguration Include="Release|x64">
|
17 | 25 | <Configuration>Release</Configuration>
|
18 | 26 | <Platform>x64</Platform>
|
19 | 27 | </ProjectConfiguration>
|
20 | 28 | </ItemGroup>
|
| 29 | + <PropertyGroup Label="Globals"> |
| 30 | + <ProjectGuid>{614AA57F-58D7-45A8-A5FF-93F04B05FAC6}</ProjectGuid> |
| 31 | + <Keyword>Win32Proj</Keyword> |
| 32 | + <RootNamespace>lzo</RootNamespace> |
| 33 | + <ProjectName>lzo</ProjectName> |
| 34 | + </PropertyGroup> |
| 35 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 37 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 38 | + <PlatformToolset>v141</PlatformToolset> |
| 39 | + <CharacterSet>Unicode</CharacterSet> |
| 40 | + </PropertyGroup> |
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 42 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 43 | + <PlatformToolset>v141</PlatformToolset> |
| 44 | + <CharacterSet>Unicode</CharacterSet> |
| 45 | + </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
| 47 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 48 | + <PlatformToolset>v141</PlatformToolset> |
| 49 | + <CharacterSet>Unicode</CharacterSet> |
| 50 | + </PropertyGroup> |
| 51 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 52 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 53 | + <PlatformToolset>v141</PlatformToolset> |
| 54 | + <CharacterSet>Unicode</CharacterSet> |
| 55 | + </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 57 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 58 | + <PlatformToolset>v141</PlatformToolset> |
| 59 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 60 | + <CharacterSet>Unicode</CharacterSet> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 63 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 64 | + <PlatformToolset>v141</PlatformToolset> |
| 65 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 66 | + <CharacterSet>Unicode</CharacterSet> |
| 67 | + </PropertyGroup> |
| 68 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 69 | + <ImportGroup Label="ExtensionSettings"> |
| 70 | + </ImportGroup> |
| 71 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 72 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 73 | + <Import Project="$(SolutionDir)Common.props" /> |
| 74 | + </ImportGroup> |
| 75 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 76 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 77 | + <Import Project="$(SolutionDir)Common.props" /> |
| 78 | + </ImportGroup> |
| 79 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets"> |
| 80 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 81 | + <Import Project="$(SolutionDir)Common.props" /> |
| 82 | + </ImportGroup> |
| 83 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="PropertySheets"> |
| 84 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 85 | + <Import Project="$(SolutionDir)Common.props" /> |
| 86 | + </ImportGroup> |
| 87 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 88 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 89 | + <Import Project="$(SolutionDir)Common.props" /> |
| 90 | + </ImportGroup> |
| 91 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 92 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + <Import Project="$(SolutionDir)Common.props" /> |
| 94 | + </ImportGroup> |
| 95 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 96 | + <ClCompile> |
| 97 | + <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
| 98 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 99 | + </ClCompile> |
| 100 | + </ItemDefinitionGroup> |
| 101 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 102 | + <ClCompile> |
| 103 | + <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
| 104 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 105 | + </ClCompile> |
| 106 | + </ItemDefinitionGroup> |
| 107 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 108 | + <ClCompile> |
| 109 | + <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
| 110 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 111 | + </ClCompile> |
| 112 | + </ItemDefinitionGroup> |
| 113 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 114 | + <ClCompile> |
| 115 | + <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
| 116 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 117 | + </ClCompile> |
| 118 | + </ItemDefinitionGroup> |
| 119 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 120 | + <ClCompile> |
| 121 | + <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
| 122 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 123 | + </ClCompile> |
| 124 | + </ItemDefinitionGroup> |
| 125 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 126 | + <ClCompile> |
| 127 | + <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
| 128 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 129 | + </ClCompile> |
| 130 | + </ItemDefinitionGroup> |
21 | 131 | <ItemGroup>
|
22 | 132 | <ClCompile Include="lzo\src\lzo1.c" />
|
23 | 133 | <ClCompile Include="lzo\src\lzo1a.c" />
|
|
87 | 197 | <ClCompile Include="lzo\src\lzo_str.c" />
|
88 | 198 | <ClCompile Include="lzo\src\lzo_util.c" />
|
89 | 199 | </ItemGroup>
|
90 |
| - <PropertyGroup Label="Globals"> |
91 |
| - <ProjectGuid>{614AA57F-58D7-45A8-A5FF-93F04B05FAC6}</ProjectGuid> |
92 |
| - <Keyword>Win32Proj</Keyword> |
93 |
| - <RootNamespace>lzo</RootNamespace> |
94 |
| - <ProjectName>lzo</ProjectName> |
95 |
| - </PropertyGroup> |
96 |
| - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
97 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
98 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
99 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
100 |
| - <PlatformToolset>v141</PlatformToolset> |
101 |
| - <CharacterSet>Unicode</CharacterSet> |
102 |
| - </PropertyGroup> |
103 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
104 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
105 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
106 |
| - <PlatformToolset>v141</PlatformToolset> |
107 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
108 |
| - <CharacterSet>Unicode</CharacterSet> |
109 |
| - </PropertyGroup> |
110 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
111 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
112 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
113 |
| - <PlatformToolset>v141</PlatformToolset> |
114 |
| - <CharacterSet>Unicode</CharacterSet> |
115 |
| - </PropertyGroup> |
116 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
117 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
118 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
119 |
| - <PlatformToolset>v141</PlatformToolset> |
120 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
121 |
| - <CharacterSet>Unicode</CharacterSet> |
122 |
| - </PropertyGroup> |
123 |
| - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
124 |
| - <ImportGroup Label="ExtensionSettings"> |
125 |
| - </ImportGroup> |
126 |
| - <ImportGroup Label="Shared"> |
127 |
| - </ImportGroup> |
128 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
129 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
130 |
| - <Import Project="$(SolutionDir)Common.props" /> |
131 |
| - </ImportGroup> |
132 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
133 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
134 |
| - <Import Project="$(SolutionDir)Common.props" /> |
135 |
| - </ImportGroup> |
136 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
137 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
138 |
| - <Import Project="$(SolutionDir)Common.props" /> |
139 |
| - </ImportGroup> |
140 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
141 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
142 |
| - <Import Project="$(SolutionDir)Common.props" /> |
143 |
| - </ImportGroup> |
144 |
| - <PropertyGroup Label="UserMacros" /> |
145 |
| - <PropertyGroup /> |
146 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
147 |
| - <ClCompile> |
148 |
| - <PrecompiledHeader> |
149 |
| - </PrecompiledHeader> |
150 |
| - <WarningLevel>Level3</WarningLevel> |
151 |
| - <Optimization>Disabled</Optimization> |
152 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
153 |
| - <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
154 |
| - </ClCompile> |
155 |
| - <Link> |
156 |
| - <SubSystem>Windows</SubSystem> |
157 |
| - </Link> |
158 |
| - </ItemDefinitionGroup> |
159 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
160 |
| - <ClCompile> |
161 |
| - <PrecompiledHeader> |
162 |
| - </PrecompiledHeader> |
163 |
| - <WarningLevel>Level3</WarningLevel> |
164 |
| - <Optimization>Disabled</Optimization> |
165 |
| - <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
166 |
| - <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
167 |
| - </ClCompile> |
168 |
| - <Link> |
169 |
| - <SubSystem>Windows</SubSystem> |
170 |
| - </Link> |
171 |
| - </ItemDefinitionGroup> |
172 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
173 |
| - <ClCompile> |
174 |
| - <WarningLevel>Level3</WarningLevel> |
175 |
| - <PrecompiledHeader> |
176 |
| - </PrecompiledHeader> |
177 |
| - <Optimization>MaxSpeed</Optimization> |
178 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
179 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
180 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
181 |
| - <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
182 |
| - </ClCompile> |
183 |
| - <Link> |
184 |
| - <SubSystem>Windows</SubSystem> |
185 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
186 |
| - <OptimizeReferences>true</OptimizeReferences> |
187 |
| - </Link> |
188 |
| - </ItemDefinitionGroup> |
189 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
190 |
| - <ClCompile> |
191 |
| - <WarningLevel>Level3</WarningLevel> |
192 |
| - <PrecompiledHeader> |
193 |
| - </PrecompiledHeader> |
194 |
| - <Optimization>MaxSpeed</Optimization> |
195 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
196 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
197 |
| - <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
198 |
| - <AdditionalIncludeDirectories>lzo\src;lzo\include</AdditionalIncludeDirectories> |
199 |
| - </ClCompile> |
200 |
| - <Link> |
201 |
| - <SubSystem>Windows</SubSystem> |
202 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
203 |
| - <OptimizeReferences>true</OptimizeReferences> |
204 |
| - </Link> |
205 |
| - </ItemDefinitionGroup> |
206 | 200 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
207 | 201 | <ImportGroup Label="ExtensionTargets">
|
208 | 202 | </ImportGroup>
|
|
0 commit comments