Close the <Import> tag in the comment in wxwidgets.props

Closes https://github.com/wxWidgets/wxWidgets/pull/1868
This commit is contained in:
PB
2020-05-25 15:54:05 +02:00
committed by Vadim Zeitlin
parent 64374fba59
commit a27a7e084e

View File

@@ -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">