Skip to content

Commit ac5d97e

Browse files
committed
Cleanup zlib.vcxproj file.
1 parent 81c93ed commit ac5d97e

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

Externals/zlib.vcxproj

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,7 @@
7373
<PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7474
<ExceptionHandling>
7575
</ExceptionHandling>
76-
<BufferSecurityCheck>false</BufferSecurityCheck>
77-
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
78-
<ObjectFileName>$(IntDir)</ObjectFileName>
79-
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
8076
<WarningLevel>Level3</WarningLevel>
81-
<SuppressStartupBanner>true</SuppressStartupBanner>
82-
<DebugInformationFormat>OldStyle</DebugInformationFormat>
8377
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
8478
</ClCompile>
8579
<ResourceCompile>
@@ -91,19 +85,13 @@
9185
</ItemDefinitionGroup>
9286
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
9387
<ClCompile>
94-
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
9588
<AdditionalIncludeDirectories>zlib;zlib\contrib\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
9689
<PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9790
<StringPooling>true</StringPooling>
9891
<ExceptionHandling>
9992
</ExceptionHandling>
100-
<BufferSecurityCheck>false</BufferSecurityCheck>
101-
<FunctionLevelLinking>true</FunctionLevelLinking>
102-
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
103-
<ObjectFileName>$(IntDir)</ObjectFileName>
104-
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
10593
<WarningLevel>Level3</WarningLevel>
106-
<SuppressStartupBanner>true</SuppressStartupBanner>
94+
<BufferSecurityCheck>false</BufferSecurityCheck>
10795
</ClCompile>
10896
<ResourceCompile>
10997
<Culture>0x040c</Culture>
@@ -122,13 +110,7 @@
122110
<PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123111
<ExceptionHandling>
124112
</ExceptionHandling>
125-
<BufferSecurityCheck>false</BufferSecurityCheck>
126-
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
127-
<ObjectFileName>$(IntDir)</ObjectFileName>
128-
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
129113
<WarningLevel>Level3</WarningLevel>
130-
<SuppressStartupBanner>true</SuppressStartupBanner>
131-
<DebugInformationFormat>OldStyle</DebugInformationFormat>
132114
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
133115
</ClCompile>
134116
<ResourceCompile>
@@ -141,19 +123,13 @@
141123
<TargetEnvironment>X64</TargetEnvironment>
142124
</Midl>
143125
<ClCompile>
144-
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
145126
<AdditionalIncludeDirectories>zlib;zlib\contrib\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
146127
<PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147128
<StringPooling>true</StringPooling>
148129
<ExceptionHandling>
149130
</ExceptionHandling>
150-
<BufferSecurityCheck>false</BufferSecurityCheck>
151-
<FunctionLevelLinking>true</FunctionLevelLinking>
152-
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
153-
<ObjectFileName>$(IntDir)</ObjectFileName>
154-
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
155131
<WarningLevel>Level3</WarningLevel>
156-
<SuppressStartupBanner>true</SuppressStartupBanner>
132+
<BufferSecurityCheck>false</BufferSecurityCheck>
157133
</ClCompile>
158134
<ResourceCompile>
159135
<Culture>0x040c</Culture>

0 commit comments

Comments
 (0)