[Build-System] Upgrade legacy Windows SDK to 10.0 in Visual Studio projects.

This commit is contained in:
Andrey Volk
2024-03-02 03:20:06 +03:00
parent 4658192547
commit 8e694fe10b
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>libav</ProjectName>
<RootNamespace>libav</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectGuid>{841C345F-FCC7-4F64-8F54-0281CEABEB01}</ProjectGuid>
</PropertyGroup>
<Import Project="$(SolutionDir)\w32\yasm.props" Condition=" '$(YasmPropsImported)' == '' " />