Changeset 107813 in vbox for trunk/src/libs/libpng-1.6.45/projects/vstudio/zlib/zlib.vcxproj
- Timestamp:
- Jan 16, 2025 1:09:46 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.6.45/projects/vstudio/zlib/zlib.vcxproj
r103316 r107813 155 155 <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 156 156 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 157 <WarningLevel> Level3</WarningLevel>157 <WarningLevel>$(WarningLevel)</WarningLevel> 158 158 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 159 159 <Optimization>Disabled</Optimization> 160 160 <BrowseInformation>true</BrowseInformation> 161 161 <FunctionLevelLinking>true</FunctionLevelLinking> 162 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>163 <TreatWarningAsError> false</TreatWarningAsError>162 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 163 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 164 164 </ClCompile> 165 165 <Link> … … 173 173 <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 174 174 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 175 <WarningLevel> Level3</WarningLevel>175 <WarningLevel>$(WarningLevel)</WarningLevel> 176 176 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 177 177 <Optimization>Disabled</Optimization> 178 178 <BrowseInformation>true</BrowseInformation> 179 179 <FunctionLevelLinking>true</FunctionLevelLinking> 180 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>181 <TreatWarningAsError> false</TreatWarningAsError>180 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 181 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 182 182 </ClCompile> 183 183 <Link> … … 189 189 <ClCompile> 190 190 <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 191 <WarningLevel> Level3</WarningLevel>191 <WarningLevel>$(WarningLevel)</WarningLevel> 192 192 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 193 193 <Optimization>Disabled</Optimization> 194 194 <BrowseInformation>true</BrowseInformation> 195 195 <FunctionLevelLinking>true</FunctionLevelLinking> 196 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>197 <TreatWarningAsError> false</TreatWarningAsError>196 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 197 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 198 198 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 199 199 </ClCompile> … … 207 207 <ClCompile> 208 208 <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 209 <WarningLevel> Level3</WarningLevel>209 <WarningLevel>$(WarningLevel)</WarningLevel> 210 210 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 211 211 <Optimization>Disabled</Optimization> 212 212 <BrowseInformation>true</BrowseInformation> 213 213 <FunctionLevelLinking>true</FunctionLevelLinking> 214 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>215 <TreatWarningAsError> false</TreatWarningAsError>214 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 215 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 216 216 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 217 217 </ClCompile> … … 223 223 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'"> 224 224 <ClCompile> 225 <WarningLevel> Level3</WarningLevel>225 <WarningLevel>$(WarningLevel)</WarningLevel> 226 226 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 227 227 <Optimization>Full</Optimization> … … 231 231 <BrowseInformation>true</BrowseInformation> 232 232 <FunctionLevelLinking>true</FunctionLevelLinking> 233 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>234 <TreatWarningAsError> false</TreatWarningAsError>233 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 234 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 235 235 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 236 236 <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> … … 247 247 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|ARM64'"> 248 248 <ClCompile> 249 <WarningLevel> Level3</WarningLevel>249 <WarningLevel>$(WarningLevel)</WarningLevel> 250 250 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 251 251 <Optimization>Full</Optimization> … … 255 255 <BrowseInformation>true</BrowseInformation> 256 256 <FunctionLevelLinking>true</FunctionLevelLinking> 257 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>258 <TreatWarningAsError> false</TreatWarningAsError>257 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 258 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 259 259 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 260 260 <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> … … 278 278 <BrowseInformation>true</BrowseInformation> 279 279 <FunctionLevelLinking>true</FunctionLevelLinking> 280 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>280 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 281 281 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 282 282 <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions> … … 303 303 <BrowseInformation>true</BrowseInformation> 304 304 <FunctionLevelLinking>true</FunctionLevelLinking> 305 <DisableSpecificWarnings>$(DisableSpecificWarnings) ;4127;4131;4242;4244</DisableSpecificWarnings>305 <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings> 306 306 <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError> 307 307 <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Note:
See TracChangeset
for help on using the changeset viewer.