Skip to content

Commit

Permalink
Really close the <Import> tag in the comment in wxwidgets.props
Browse files Browse the repository at this point in the history
Corrects a mistake introduced in a supposed fix in commit a27a7e0,
where the XML-tag-closing slash was wrongly places inside the quotes.

Closes wxWidgets#1870
  • Loading branch information
PBfordev authored and vadz committed May 25, 2020
1 parent a27a7e0 commit 824b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxwidgets.props
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 824b36f

Please sign in to comment.