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:
parent
a27a7e084e
commit
824b36fdc5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
This is a property sheet to be included in MSVS projects of the applications
|
This is a property sheet to be included in MSVS projects of the applications
|
||||||
using wxWidgets. Use "View|Property Manager" and choose "Add Existing
|
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
|
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.
|
tag to it.
|
||||||
-->
|
-->
|
||||||
<Project ToolsVersion="4.0" InitialTargets="CheckWXLibs" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" InitialTargets="CheckWXLibs" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue