@react-native-windows/automation-channel 0.1.0 → 0.1.3
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/automation-channel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"just-scripts": "^1.3.2",
|
|
30
30
|
"prettier": "^2.4.1",
|
|
31
31
|
"react": "17.0.2",
|
|
32
|
-
"react-native": "0.0.0-
|
|
33
|
-
"react-native-windows": "^0.0.0-canary.
|
|
32
|
+
"react-native": "0.0.0-20211125-2009-3ba237b66",
|
|
33
|
+
"react-native-windows": "^0.0.0-canary.429",
|
|
34
34
|
"typescript": "^4.4.4"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<Import Project="$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props')" />
|
|
4
3
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Defaults.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Defaults.props')" />
|
|
5
4
|
<PropertyGroup Label="Globals">
|
|
6
5
|
<CppWinRTOptimized>true</CppWinRTOptimized>
|
|
@@ -15,6 +14,9 @@
|
|
|
15
14
|
<ApplicationType>Windows Store</ApplicationType>
|
|
16
15
|
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
|
17
16
|
</PropertyGroup>
|
|
17
|
+
<PropertyGroup Label="NuGet">
|
|
18
|
+
<ResolveNuGetPackages>false</ResolveNuGetPackages>
|
|
19
|
+
</PropertyGroup>
|
|
18
20
|
<PropertyGroup Label="ReactNativeWindowsProps">
|
|
19
21
|
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
|
|
20
22
|
</PropertyGroup>
|
|
@@ -71,7 +73,6 @@
|
|
|
71
73
|
</ImportGroup>
|
|
72
74
|
<ImportGroup Label="ReactNativeWindowsPropertySheets">
|
|
73
75
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\external\Microsoft.ReactNative.Uwp.CppLib.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.props')" />
|
|
74
|
-
<Import Project="$(SolutionDir)\packages\$(WinUIPackageProps)" Condition="'$(WinUIPackageProps)'!='' And Exists('$(SolutionDir)\packages\$(WinUIPackageProps)')" />
|
|
75
76
|
</ImportGroup>
|
|
76
77
|
<PropertyGroup Label="UserMacros" />
|
|
77
78
|
<ItemDefinitionGroup>
|
|
@@ -138,9 +139,11 @@
|
|
|
138
139
|
</ItemGroup>
|
|
139
140
|
<ItemGroup>
|
|
140
141
|
<None Include="AutomationChannel.def" />
|
|
141
|
-
<None Include="packages.config" />
|
|
142
142
|
<None Include="PropertySheet.props" />
|
|
143
143
|
</ItemGroup>
|
|
144
|
+
<ItemGroup>
|
|
145
|
+
<PackageReference Include="Microsoft.Windows.CppWinRT" Version="$(CppWinRTVersion)" />
|
|
146
|
+
</ItemGroup>
|
|
144
147
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
145
148
|
<ImportGroup Label="ReactNativeWindowsTargets">
|
|
146
149
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.targets" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.targets')" />
|
|
@@ -152,16 +155,4 @@
|
|
|
152
155
|
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.props')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.props'))" />
|
|
153
156
|
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.targets'))" />
|
|
154
157
|
</Target>
|
|
155
|
-
<ImportGroup Label="ExtensionTargets">
|
|
156
|
-
<Import Project="$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets')" />
|
|
157
|
-
<Import Project="$(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\build\native\$(WinUIPackageName).targets" Condition="Exists('$(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\build\native\$(WinUIPackageName).targets')" />
|
|
158
|
-
</ImportGroup>
|
|
159
|
-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
160
|
-
<PropertyGroup>
|
|
161
|
-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
162
|
-
</PropertyGroup>
|
|
163
|
-
<Error Condition="!Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props'))" />
|
|
164
|
-
<Error Condition="!Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets'))" />
|
|
165
|
-
<Error Condition="!Exists('$(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\build\native\$(WinUIPackageName).targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\build\native\$(WinUIPackageName).targets'))" />
|
|
166
|
-
</Target>
|
|
167
158
|
</Project>
|