Skip to content

Commit b197067

Browse files
authored
Resolve Missing Deploy Target Issue (callstack#242)
1 parent d95c0b5 commit b197067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/windows/SliderWindows/SliderWindows.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,12 @@
165165
<ImportGroup Label="ExtensionTargets">
166166
<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')" />
167167
</ImportGroup>
168+
<Target Name="Deploy"/>
168169
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
169170
<PropertyGroup>
170171
<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>
171172
</PropertyGroup>
172173
<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'))" />
173174
<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'))" />
174175
</Target>
175-
</Project>
176+
</Project>

0 commit comments

Comments
 (0)