Skip to content

Commit 5c8d7b0

Browse files
authored
fix: Resolve Missing Deploy Target in Windows (#311)
* Fix missing Depoy target * fix tab formatting
1 parent 8ebbf62 commit 5c8d7b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/DateTimePickerWindows/DateTimePickerWindows.vcxproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,12 @@
167167
<ImportGroup Label="ExtensionTargets">
168168
<Import Project="$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets')" />
169169
</ImportGroup>
170+
<Target Name="Deploy"/>
170171
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
171172
<PropertyGroup>
172173
<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>
173174
</PropertyGroup>
174175
<Error Condition="!Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props'))" />
175176
<Error Condition="!Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets'))" />
176177
</Target>
177-
</Project>
178+
</Project>

0 commit comments

Comments
 (0)