Skip to content

Commit 73d455b

Browse files
authored
Revert "Fix package error and .gitignore (#31)" (#32)
This reverts commit 1724a66.
1 parent 1724a66 commit 73d455b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# VS Code
22
.vs/
33
.vscode/
4-
packages/
5-
6-
*.csproj.user
7-
*.vcxproj.user

WebView2APISample/WebView2APISample.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@
250250
</ItemGroup>
251251
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
252252
<ImportGroup Label="ExtensionTargets">
253-
<Import Project="..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
254-
<Import Project="..\packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets')" />
253+
<Import Project="packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
254+
<Import Project="packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets')" />
255255
</ImportGroup>
256256
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
257257
<PropertyGroup>
258258
<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>
259259
</PropertyGroup>
260-
<Error Condition="!Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
261-
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets'))" />
260+
<Error Condition="!Exists('packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
261+
<Error Condition="!Exists('packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.WebView2.0.9.488-prerelease\build\native\Microsoft.Web.WebView2.targets'))" />
262262
</Target>
263263
</Project>

0 commit comments

Comments
 (0)