瀏覽代碼

Examples: DirectX12: update Windows SDK version.

(VS2015 doesn't support latest)
ocornut 11 月之前
父節點
當前提交
19b494df89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/example_win32_directx12/example_win32_directx12.vcxproj

+ 1 - 1
examples/example_win32_directx12/example_win32_directx12.vcxproj

@@ -21,7 +21,7 @@
   <PropertyGroup Label="Globals">
     <ProjectGuid>{b4cf9797-519d-4afe-a8f4-5141a6b521d3}</ProjectGuid>
     <RootNamespace>example_win32_directx12</RootNamespace>
-    <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">