Skip to content

Commit

Permalink
[0.73] Upgrade Desktop solution/projects to Win SDK 10.0.22621.0 (#13474
Browse files Browse the repository at this point in the history
)

* /t:Vars - Log SolutionName

* Upgrade Desktop solution/projects to Win SDK 10.0.22621.0
  • Loading branch information
JunielKatarn authored Jul 19, 2024
1 parent 182fd0c commit be4fbd8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
PlatformToolset;
SolutionPath;
SolutionDir;
SolutionName;
IntDir;
OutDir;
TargetDir;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Upgrade Desktop solution/projects to Win SDK 10.0.22621.0",
"packageName": "react-native-windows",
"email": "julio.rocha@microsoft.com",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<TargetName>react-native-win32</TargetName>
<UseV8>true</UseV8>
<V8AppPlatform>win32</V8AppPlatform>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(ReactNativeWindowsDir)PropertySheets\React.Cpp.props" />
Expand Down
1 change: 1 addition & 0 deletions vnext/Desktop/React.Windows.Desktop.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<V8AppPlatform>win32</V8AppPlatform>
<HermesCompileRtti>false</HermesCompileRtti>
<IncludeFabricInterface Condition="'$(IncludeFabricInterface)' == ''">true</IncludeFabricInterface>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Permissive">
<ENABLEPermissive>true</ENABLEPermissive>
Expand Down
1 change: 1 addition & 0 deletions vnext/ExperimentalFeatures.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup Condition="'$(SolutionName)'=='ReactWindows-Desktop'">
<UseFabric>false</UseFabric>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup>
<EnableSourceLink>true</EnableSourceLink>
Expand Down

0 comments on commit be4fbd8

Please sign in to comment.