(UWP) Add ANGLE DLL files (#15051)

This commit is contained in:
Gabriel Morazán 2023-03-03 05:55:24 -04:00 committed by GitHub
parent 7777be2ec1
commit 34148dab49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -84,7 +84,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release' or '$(Configuration)'=='ReleaseANGLE'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)' == 'Release' or '$(Configuration)' == 'ReleaseANGLE'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>