Skip to content

Commit 2f504f3

Browse files
authored
fix(Windows): Resolved missing Deploy issue (#463)
1 parent 679c6d5 commit 2f504f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,12 @@
146146
<ImportGroup Label="ExtensionTargets">
147147
<Import Project="$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets')" />
148148
</ImportGroup>
149+
<Target Name="Deploy"/>
149150
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
150151
<PropertyGroup>
151152
<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>
152153
</PropertyGroup>
153154
<Error Condition="!Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.props'))" />
154155
<Error Condition="!Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets'))" />
155156
</Target>
156-
</Project>
157+
</Project>

0 commit comments

Comments
 (0)