Skip to content

Commit ff95e11

Browse files
committed
Update Windows SDK from 10.0.22621.0 to 10.0.26100.0
Because 10.0.22621.0 is no more available in github actions for CI/CD.
1 parent e66a55c commit ff95e11

12 files changed

Lines changed: 31 additions & 11 deletions

File tree

projects/game/src/Game.vcxproj.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<VCProjectVersion>15.0</VCProjectVersion>
8888
<ProjectGuid>{F31ACA84-29B9-4517-80E5-3D625A8AC34B}</ProjectGuid>
8989
<RootNamespace>Game</RootNamespace>
90-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
90+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
9191
<ProjectName>game</ProjectName>
9292
</PropertyGroup>
9393
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

sharpmake/main.sharpmake.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static class Main
99
[Sharpmake.Main]
1010
public static void SharpmakeMain(Sharpmake.Arguments arguments)
1111
{
12-
KitsRootPaths.SetUseKitsRootForDevEnv(DevEnv.vs2022, KitsRootEnum.KitsRoot10, Options.Vc.General.WindowsTargetPlatformVersion.v10_0_22621_0);
12+
KitsRootPaths.SetUseKitsRootForDevEnv(DevEnv.vs2022, KitsRootEnum.KitsRoot10, Options.Vc.General.WindowsTargetPlatformVersion.v10_0_26100_0);
1313
arguments.Generate<Solution>();
1414
}
1515
}

src/application/application.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<VCProjectVersion>15.0</VCProjectVersion>
106106
<ProjectGuid>{1D9F3C91-FD72-4EE4-AF87-B8737AACB65C}</ProjectGuid>
107107
<RootNamespace>Game</RootNamespace>
108-
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
108+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
109109
<ProjectName>application</ProjectName>
110110
</PropertyGroup>
111111
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/audio/audio.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<VCProjectVersion>15.0</VCProjectVersion>
7070
<ProjectGuid>{FFF9F2AC-6FD7-4B6D-A82F-91D014EB7F58}</ProjectGuid>
7171
<RootNamespace>Game</RootNamespace>
72-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
72+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
7373
<ProjectName>audio</ProjectName>
7474
</PropertyGroup>
7575
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/core/core.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<VCProjectVersion>15.0</VCProjectVersion>
238238
<ProjectGuid>{257A93DC-9206-4770-9560-7A22DFF0AC01}</ProjectGuid>
239239
<RootNamespace>Game</RootNamespace>
240-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
240+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
241241
</PropertyGroup>
242242
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
243243
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

src/editor/editor.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<VCProjectVersion>15.0</VCProjectVersion>
156156
<ProjectGuid>{14D354ED-895F-48E3-85AF-AFF4335717C7}</ProjectGuid>
157157
<RootNamespace>Game</RootNamespace>
158-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
158+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
159159
<ProjectName>editor</ProjectName>
160160
</PropertyGroup>
161161
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/engine/engine.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<VCProjectVersion>15.0</VCProjectVersion>
205205
<ProjectGuid>{42797D89-56C0-4B42-846D-DEB042288DCF}</ProjectGuid>
206206
<RootNamespace>Game</RootNamespace>
207-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
207+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
208208
<ProjectName>engine</ProjectName>
209209
</PropertyGroup>
210210
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/gfx/gfx.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
<VCProjectVersion>15.0</VCProjectVersion>
623623
<ProjectGuid>{51C074CB-0146-4324-9D1E-EB8192BF6673}</ProjectGuid>
624624
<RootNamespace>Game</RootNamespace>
625-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
625+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
626626
<ProjectName>gfx</ProjectName>
627627
</PropertyGroup>
628628
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/physics/physics.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<VCProjectVersion>15.0</VCProjectVersion>
121121
<ProjectGuid>{F9F268C0-B4CB-4B80-B857-C75C7555E09B}</ProjectGuid>
122122
<RootNamespace>Game</RootNamespace>
123-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
123+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
124124
<ProjectName>physics</ProjectName>
125125
</PropertyGroup>
126126
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/renderer/renderer.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
<VCProjectVersion>15.0</VCProjectVersion>
302302
<ProjectGuid>{151CE489-91FC-4A2D-9C64-5431B77238AF}</ProjectGuid>
303303
<RootNamespace>Game</RootNamespace>
304-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
304+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
305305
<ProjectName>renderer</ProjectName>
306306
</PropertyGroup>
307307
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)