react-native-windows 0.74.56 → 0.74.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup Label="Globals">
4
- <ProjectGuid>{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}</ProjectGuid>
5
- <ProjectName>Common</ProjectName>
4
+ <ProjectGuid Condition="'$(ReactTargetWin32)' != 'true'">{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}</ProjectGuid>
5
+ <ProjectName Condition="'$(ReactTargetWin32)' != 'true'">Common</ProjectName>
6
6
  <Keyword>StaticLibrary</Keyword>
7
- <AppContainerApplication>true</AppContainerApplication>
8
- <ApplicationType>Windows Store</ApplicationType>
9
- <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
7
+ <AppContainerApplication Condition="'$(ReactTargetWin32)' != 'true'">true</AppContainerApplication>
8
+ <ApplicationType Condition="'$(ReactTargetWin32)' != 'true'">Windows Store</ApplicationType>
9
+ <ApplicationTypeRevision Condition="'$(ReactTargetWin32)' != 'true'">10.0</ApplicationTypeRevision>
10
10
  </PropertyGroup>
11
11
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
12
12
  <Import Project="$(ReactNativeWindowsDir)PropertySheets\React.Cpp.props" />
@@ -56,6 +56,7 @@
56
56
  </ImportGroup>
57
57
  <ImportGroup Label="PropertySheets">
58
58
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59
+ <Import Project="$(ReactNativeWindowsDir)PropertySheets\HybridCRT.props" Condition="'$(ReactTargetWin32)' == 'true'" />
59
60
  </ImportGroup>
60
61
  <PropertyGroup Label="UserMacros" />
61
62
  <PropertyGroup>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Label="Globals">
4
+ <ProjectGuid>{07B21646-07A1-4C53-9D5C-FE7C8C9FA5C6}</ProjectGuid>
5
+ <ProjectName>Common.win32</ProjectName>
6
+ <Keyword>StaticLibrary</Keyword>
7
+ <ReactTargetWin32>true</ReactTargetWin32>
8
+ <NuGetLockFilePath>.\packages.lock.win32.json</NuGetLockFilePath>
9
+ </PropertyGroup>
10
+ <Import Project="Common.vcxproj" />
11
+ </Project>
@@ -0,0 +1,23 @@
1
+ {
2
+ "version": 1,
3
+ "dependencies": {
4
+ "native,Version=v0.0": {
5
+ "boost": {
6
+ "type": "Direct",
7
+ "requested": "[1.83.0, )",
8
+ "resolved": "1.83.0",
9
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10
+ },
11
+ "Microsoft.Windows.CppWinRT": {
12
+ "type": "Direct",
13
+ "requested": "[2.0.230706.1, )",
14
+ "resolved": "2.0.230706.1",
15
+ "contentHash": "l0D7oCw/5X+xIKHqZTi62TtV+1qeSz7KVluNFdrJ9hXsst4ghvqQ/Yhura7JqRdZWBXAuDS0G0KwALptdoxweQ=="
16
+ }
17
+ },
18
+ "native,Version=v0.0/win": {},
19
+ "native,Version=v0.0/win-arm64": {},
20
+ "native,Version=v0.0/win-x64": {},
21
+ "native,Version=v0.0/win-x86": {}
22
+ }
23
+ }
@@ -1,14 +1,14 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup Label="Globals">
4
- <ProjectGuid>{a990658c-ce31-4bcc-976f-0fc6b1af693d}</ProjectGuid>
4
+ <ProjectGuid Condition="'$(ReactTargetWin32)' != 'true'">{a990658c-ce31-4bcc-976f-0fc6b1af693d}</ProjectGuid>
5
5
  <Keyword>StaticLibrary</Keyword>
6
- <ProjectName>Folly</ProjectName>
6
+ <ProjectName Condition="'$(ReactTargetWin32)' != 'true'">Folly</ProjectName>
7
7
  <RootNamespace>Folly</RootNamespace>
8
8
  <DefaultLanguage>en-US</DefaultLanguage>
9
- <ApplicationType>Windows Store</ApplicationType>
10
- <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
11
- <AppContainerApplication>true</AppContainerApplication>
9
+ <ApplicationType Condition="'$(ReactTargetWin32)' != 'true'">Windows Store</ApplicationType>
10
+ <ApplicationTypeRevision Condition="'$(ReactTargetWin32)' != 'true'">10.0</ApplicationTypeRevision>
11
+ <AppContainerApplication Condition="'$(ReactTargetWin32)' != 'true'">true</AppContainerApplication>
12
12
  </PropertyGroup>
13
13
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
14
14
  <Import Project="$(ReactNativeWindowsDir)PropertySheets\React.Cpp.props" />
@@ -250,6 +250,7 @@
250
250
  </ImportGroup>
251
251
  <ImportGroup Label="PropertySheets">
252
252
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
253
+ <Import Project="$(ReactNativeWindowsDir)PropertySheets\HybridCRT.props" Condition="'$(ReactTargetWin32)' == 'true'" />
253
254
  </ImportGroup>
254
255
  <PropertyGroup Label="UserMacros" />
255
256
  <PropertyGroup>
@@ -259,6 +260,7 @@
259
260
  <ItemDefinitionGroup>
260
261
  <ClCompile>
261
262
  <PrecompiledHeader>Use</PrecompiledHeader>
263
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
262
264
  <CompileAsWinRT>false</CompileAsWinRT>
263
265
  <SDLCheck>true</SDLCheck>
264
266
  <AdditionalIncludeDirectories>$(ReactNativeWindowsDir)stubs;$(FollyDir);$(FmtDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
@@ -333,7 +335,10 @@
333
335
  <Message Importance="High" Text="Applying temporary patches to folly." />
334
336
  <Copy DestinationFiles="@(TemporaryFollyPatchFiles->'$(FollyDir)folly\%(RecursiveDir)%(Filename)%(Extension)')" SourceFiles="@(TemporaryFollyPatchFiles)" />
335
337
  </Target>
336
- <ItemGroup>
337
- <ProjectReference Include="..\Fmt\Fmt.vcxproj" Project="{14b93DC8-FD93-4A6D-81CB-8BC96644501C}" />
338
+ <ItemGroup Condition="'$(ReactTargetWin32)' != 'true'">
339
+ <ProjectReference Include="..\fmt\fmt.vcxproj" Project="{14B93DC8-FD93-4A6D-81CB-8BC96644501C}" />
340
+ </ItemGroup>
341
+ <ItemGroup Condition="'$(ReactTargetWin32)' == 'true'">
342
+ <ProjectReference Include="..\fmt\fmt.win32.vcxproj" Project="{4A98E8E8-F0B2-4F45-8A0E-9F4C7A81A239}" />
338
343
  </ItemGroup>
339
344
  </Project>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Label="Globals">
4
+ <ProjectGuid>{BFF1EAC8-4C70-4A55-9A88-3810052E8FBA}</ProjectGuid>
5
+ <ProjectName>Folly.win32</ProjectName>
6
+ <Keyword>StaticLibrary</Keyword>
7
+ <ReactTargetWin32>true</ReactTargetWin32>
8
+ <NuGetLockFilePath>.\packages.lock.win32.json</NuGetLockFilePath>
9
+ </PropertyGroup>
10
+ <Import Project="Folly.vcxproj" />
11
+ </Project>
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "dependencies": {
4
+ "native,Version=v0.0": {
5
+ "boost": {
6
+ "type": "Direct",
7
+ "requested": "[1.83.0, )",
8
+ "resolved": "1.83.0",
9
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10
+ },
11
+ "fmt.win32": {
12
+ "type": "Project"
13
+ }
14
+ },
15
+ "native,Version=v0.0/win": {},
16
+ "native,Version=v0.0/win-arm64": {},
17
+ "native,Version=v0.0/win-x64": {},
18
+ "native,Version=v0.0/win-x86": {}
19
+ }
20
+ }
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.74.56</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.74.58</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>56</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>58</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>539960281a2b399bb27508e3ed5104df773c36eb</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>a10e9ddf836af3d978649582cc1748ccdc10d2fb</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -1,34 +1,38 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
3
+ <!--
4
+ Hybrid CRT: Uses static C++ runtime with dynamic Universal CRT to avoid VCRUNTIME140[d].dll and MSVCP140[d].dll dependency.
5
+ See: https://github.com/microsoft/WindowsAppSDK/blob/main/docs/Coding-Guidelines/HybridCRT.md
6
+ -->
3
7
  <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
8
 
5
- <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
6
- <ClCompile>
7
- <!-- We use MultiThreadedDebug, rather than MultiThreadedDebugDLL, to avoid DLL dependencies on VCRUNTIME140d.dll and MSVCP140d.dll. -->
8
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
9
- </ClCompile>
10
- <Link>
11
- <!-- Link statically against the runtime and STL, but link dynamically against the CRT by ignoring the static CRT
9
+ <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
10
+ <ClCompile>
11
+ <!-- We use MultiThreadedDebug, rather than MultiThreadedDebugDLL, to avoid DLL dependencies on VCRUNTIME140d.dll and MSVCP140d.dll. -->
12
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
13
+ </ClCompile>
14
+ <Link>
15
+ <!-- Link statically against the runtime and STL, but link dynamically against the CRT by ignoring the static CRT
12
16
  lib and instead linking against the Universal CRT DLL import library. This "hybrid" linking mechanism is
13
17
  supported according to the CRT maintainer. Dynamic linking against the CRT makes the binaries a bit smaller
14
18
  than they would otherwise be if the CRT, runtime, and STL were all statically linked in. -->
15
- <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries);libucrtd.lib</IgnoreSpecificDefaultLibraries>
16
- <AdditionalOptions>%(AdditionalOptions) /defaultlib:ucrtd.lib</AdditionalOptions>
17
- </Link>
18
- </ItemDefinitionGroup>
19
- <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
20
- <ClCompile>
21
- <!-- We use MultiThreaded, rather than MultiThreadedDLL, to avoid DLL dependencies on VCRUNTIME140.dll and MSVCP140.dll. -->
22
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
23
- </ClCompile>
24
- <Link>
25
- <!-- Link statically against the runtime and STL, but link dynamically against the CRT by ignoring the static CRT
19
+ <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries);libucrtd.lib</IgnoreSpecificDefaultLibraries>
20
+ <AdditionalOptions>%(AdditionalOptions) /defaultlib:ucrtd.lib</AdditionalOptions>
21
+ </Link>
22
+ </ItemDefinitionGroup>
23
+ <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
24
+ <ClCompile>
25
+ <!-- We use MultiThreaded, rather than MultiThreadedDLL, to avoid DLL dependencies on VCRUNTIME140.dll and MSVCP140.dll. -->
26
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
27
+ </ClCompile>
28
+ <Link>
29
+ <!-- Link statically against the runtime and STL, but link dynamically against the CRT by ignoring the static CRT
26
30
  lib and instead linking against the Universal CRT DLL import library. This "hybrid" linking mechanism is
27
31
  supported according to the CRT maintainer. Dynamic linking against the CRT makes the binaries a bit smaller
28
32
  than they would otherwise be if the CRT, runtime, and STL were all statically linked in. -->
29
- <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries);libucrt.lib</IgnoreSpecificDefaultLibraries>
30
- <AdditionalOptions>%(AdditionalOptions) /defaultlib:ucrt.lib</AdditionalOptions>
31
- </Link>
32
- </ItemDefinitionGroup>
33
+ <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries);libucrt.lib</IgnoreSpecificDefaultLibraries>
34
+ <AdditionalOptions>%(AdditionalOptions) /defaultlib:ucrt.lib</AdditionalOptions>
35
+ </Link>
36
+ </ItemDefinitionGroup>
33
37
 
34
38
  </Project>
@@ -1,13 +1,13 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup Label="Globals">
4
- <ProjectGuid>{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}</ProjectGuid>
4
+ <ProjectGuid Condition="'$(ReactTargetWin32)' != 'true'">{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}</ProjectGuid>
5
5
  <Keyword>StaticLibrary</Keyword>
6
- <ProjectName>ReactCommon</ProjectName>
6
+ <ProjectName Condition="'$(ReactTargetWin32)' != 'true'">ReactCommon</ProjectName>
7
7
  <RootNamespace>ReactCommon</RootNamespace>
8
- <AppContainerApplication>true</AppContainerApplication>
9
- <ApplicationType>Windows Store</ApplicationType>
10
- <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
8
+ <AppContainerApplication Condition="'$(ReactTargetWin32)' != 'true'">true</AppContainerApplication>
9
+ <ApplicationType Condition="'$(ReactTargetWin32)' != 'true'">Windows Store</ApplicationType>
10
+ <ApplicationTypeRevision Condition="'$(ReactTargetWin32)' != 'true'">10.0</ApplicationTypeRevision>
11
11
  </PropertyGroup>
12
12
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
13
13
  <Import Project="$(ReactNativeWindowsDir)PropertySheets\React.Cpp.props" />
@@ -57,6 +57,7 @@
57
57
  </ImportGroup>
58
58
  <ImportGroup Label="PropertySheets">
59
59
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60
+ <Import Project="$(ReactNativeWindowsDir)PropertySheets\HybridCRT.props" Condition="'$(ReactTargetWin32)' == 'true'" />
60
61
  </ImportGroup>
61
62
  <PropertyGroup Label="UserMacros" />
62
63
  <PropertyGroup>
@@ -66,6 +67,7 @@
66
67
  <ItemDefinitionGroup>
67
68
  <ClCompile>
68
69
  <PrecompiledHeader>Use</PrecompiledHeader>
70
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
69
71
  <CompileAsWinRT>false</CompileAsWinRT>
70
72
  <SDLCheck>true</SDLCheck>
71
73
  <AdditionalIncludeDirectories>
@@ -189,11 +191,16 @@
189
191
  <CLCompile Include="$(ReactNativeDir)\ReactCommon\react\nativemodule\samples\ReactCommon\NativeSampleTurboCxxModuleSpecJSI.cpp" />
190
192
  <CLCompile Include="$(ReactNativeDir)\ReactCommon\react\nativemodule\samples\ReactCommon\SampleTurboCxxModule.cpp" />
191
193
  </ItemGroup>
192
- <ItemGroup>
194
+ <ItemGroup Condition="'$(ReactTargetWin32)' != 'true'">
193
195
  <ProjectReference Include="..\Folly\Folly.vcxproj">
194
196
  <Project>{A990658C-CE31-4BCC-976F-0FC6B1AF693D}</Project>
195
197
  </ProjectReference>
196
198
  </ItemGroup>
199
+ <ItemGroup Condition="'$(ReactTargetWin32)' == 'true'">
200
+ <ProjectReference Include="..\Folly\Folly.win32.vcxproj">
201
+ <Project>{BFF1EAC8-4C70-4A55-9A88-3810052E8FBA}</Project>
202
+ </ProjectReference>
203
+ </ItemGroup>
197
204
  <ItemGroup>
198
205
  <PackageReference Include="boost" Version="1.83.0.0" />
199
206
  </ItemGroup>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Label="Globals">
4
+ <ProjectGuid>{5CB3C038-4A3C-4F09-A36B-66DB8EC650F5}</ProjectGuid>
5
+ <ProjectName>ReactCommon.win32</ProjectName>
6
+ <Keyword>StaticLibrary</Keyword>
7
+ <ReactTargetWin32>true</ReactTargetWin32>
8
+ </PropertyGroup>
9
+ <PropertyGroup>
10
+ <NuGetLockFilePath>.\packages.lock.win32.json</NuGetLockFilePath>
11
+ </PropertyGroup>
12
+ <Import Project="ReactCommon.vcxproj" />
13
+ </Project>
@@ -0,0 +1,27 @@
1
+ {
2
+ "version": 1,
3
+ "dependencies": {
4
+ "native,Version=v0.0": {
5
+ "boost": {
6
+ "type": "Direct",
7
+ "requested": "[1.83.0, )",
8
+ "resolved": "1.83.0",
9
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10
+ },
11
+ "fmt.win32": {
12
+ "type": "Project"
13
+ },
14
+ "folly.win32": {
15
+ "type": "Project",
16
+ "dependencies": {
17
+ "boost": "[1.83.0, )",
18
+ "fmt.win32": "[1.0.0, )"
19
+ }
20
+ }
21
+ },
22
+ "native,Version=v0.0/win": {},
23
+ "native,Version=v0.0/win-arm64": {},
24
+ "native,Version=v0.0/win-x64": {},
25
+ "native,Version=v0.0/win-x86": {}
26
+ }
27
+ }
package/fmt/fmt.vcxproj CHANGED
@@ -1,14 +1,14 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup Label="Globals">
4
- <ProjectGuid>{14b93dc8-fd93-4a6d-81cb-8bc96644501c}</ProjectGuid>
4
+ <ProjectGuid Condition="'$(ReactTargetWin32)' != 'true'">{14b93dc8-fd93-4a6d-81cb-8bc96644501c}</ProjectGuid>
5
5
  <Keyword>StaticLibrary</Keyword>
6
- <ProjectName>fmt</ProjectName>
6
+ <ProjectName Condition="'$(ReactTargetWin32)' != 'true'">fmt</ProjectName>
7
7
  <RootNamespace>fmt</RootNamespace>
8
8
  <DefaultLanguage>en-US</DefaultLanguage>
9
- <AppContainerApplication>true</AppContainerApplication>
10
- <ApplicationType>Windows Store</ApplicationType>
11
- <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
9
+ <AppContainerApplication Condition="'$(ReactTargetWin32)' != 'true'">true</AppContainerApplication>
10
+ <ApplicationType Condition="'$(ReactTargetWin32)' != 'true'">Windows Store</ApplicationType>
11
+ <ApplicationTypeRevision Condition="'$(ReactTargetWin32)' != 'true'">10.0</ApplicationTypeRevision>
12
12
  </PropertyGroup>
13
13
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
14
14
  <Import Project="$(ReactNativeWindowsDir)PropertySheets\React.Cpp.props" />
@@ -80,6 +80,7 @@
80
80
  </ImportGroup>
81
81
  <ImportGroup Label="PropertySheets">
82
82
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83
+ <Import Project="$(ReactNativeWindowsDir)PropertySheets\HybridCRT.props" Condition="'$(ReactTargetWin32)' == 'true'" />
83
84
  </ImportGroup>
84
85
  <PropertyGroup Label="UserMacros" />
85
86
  <PropertyGroup>
@@ -89,6 +90,7 @@
89
90
  <ItemDefinitionGroup>
90
91
  <ClCompile>
91
92
  <PrecompiledHeader>Use</PrecompiledHeader>
93
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
92
94
  <CompileAsWinRT>false</CompileAsWinRT>
93
95
  <SDLCheck>true</SDLCheck>
94
96
  <AdditionalIncludeDirectories>$(FmtDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Label="Globals">
4
+ <ProjectGuid>{4A98E8E8-F0B2-4F45-8A0E-9F4C7A81A239}</ProjectGuid>
5
+ <ProjectName>fmt.win32</ProjectName>
6
+ <Keyword>StaticLibrary</Keyword>
7
+ <ReactTargetWin32>true</ReactTargetWin32>
8
+ </PropertyGroup>
9
+ <Import Project="fmt.vcxproj" />
10
+ </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.74.56",
3
+ "version": "0.74.58",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",