Really close the <Import> tag in the comment in wxwidgets.props

Corrects a mistake introduced in a supposed fix in commit a27a7e0,
where the XML-tag-closing slash was wrongly places inside the quotes.

Closes https://github.com/wxWidgets/wxWidgets/pull/1870
This commit is contained in:
PB 2020-05-25 18:19:43 +02:00 committed by Vadim Zeitlin
parent a27a7e084e
commit 824b36fdc5

View File

@ -3,7 +3,7 @@
This is a property sheet to be included in MSVS projects of the applications
using wxWidgets. Use "View|Property Manager" and choose "Add Existing
Property Sheet..." from the context menu to add it from the IDE or edit your
.vcxproj file directly and add <Import Project="$(WXWIN)\wxwidgets.props /">
.vcxproj file directly and add <Import Project="$(WXWIN)\wxwidgets.props" />
tag to it.
-->
<Project ToolsVersion="4.0" InitialTargets="CheckWXLibs" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">