|
114 | 114 | <PropertyGroup Label="UserMacros" /> |
115 | 115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
116 | 116 | <ClCompile> |
117 | | - <WarningLevel>Level3</WarningLevel> |
| 117 | + <WarningLevel>TurnOffAllWarnings</WarningLevel> |
118 | 118 | <SDLCheck>true</SDLCheck> |
119 | 119 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;BYTE_ORDER=LITTLE_ENDIAN;_DEBUG;CRYPTO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
120 | 120 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
131 | 131 | </ItemDefinitionGroup> |
132 | 132 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
133 | 133 | <ClCompile> |
134 | | - <WarningLevel>Level3</WarningLevel> |
| 134 | + <WarningLevel>TurnOffAllWarnings</WarningLevel> |
135 | 135 | <FunctionLevelLinking>true</FunctionLevelLinking> |
136 | 136 | <IntrinsicFunctions>true</IntrinsicFunctions> |
137 | 137 | <SDLCheck>true</SDLCheck> |
|
152 | 152 | </ItemDefinitionGroup> |
153 | 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
154 | 154 | <ClCompile> |
155 | | - <WarningLevel>Level3</WarningLevel> |
| 155 | + <WarningLevel>TurnOffAllWarnings</WarningLevel> |
156 | 156 | <SDLCheck>true</SDLCheck> |
157 | 157 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;BYTE_ORDER=LITTLE_ENDIAN;WIN32;_DEBUG;CRYPTO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
158 | 158 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
169 | 169 | </ItemDefinitionGroup> |
170 | 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
171 | 171 | <ClCompile> |
172 | | - <WarningLevel>Level3</WarningLevel> |
| 172 | + <WarningLevel>TurnOffAllWarnings</WarningLevel> |
173 | 173 | <FunctionLevelLinking>true</FunctionLevelLinking> |
174 | 174 | <IntrinsicFunctions>true</IntrinsicFunctions> |
175 | 175 | <SDLCheck>true</SDLCheck> |
|
190 | 190 | </ItemDefinitionGroup> |
191 | 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
192 | 192 | <ClCompile> |
193 | | - <WarningLevel>Level3</WarningLevel> |
| 193 | + <WarningLevel>TurnOffAllWarnings</WarningLevel> |
194 | 194 | <SDLCheck>true</SDLCheck> |
195 | 195 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;BYTE_ORDER=LITTLE_ENDIAN;_DEBUG;CRYPTO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
196 | 196 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
207 | 207 | </ItemDefinitionGroup> |
208 | 208 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
209 | 209 | <ClCompile> |
210 | | - <WarningLevel>Level3</WarningLevel> |
| 210 | + <WarningLevel>TurnOffAllWarnings</WarningLevel> |
211 | 211 | <FunctionLevelLinking>true</FunctionLevelLinking> |
212 | 212 | <IntrinsicFunctions>true</IntrinsicFunctions> |
213 | 213 | <SDLCheck>true</SDLCheck> |
|
0 commit comments