]> git.ipfire.org Git - thirdparty/openvpn.git/commit
msvc: Move common project settings to reusable property sheets
authorSimon Rozman <simon@rozman.si>
Mon, 8 Oct 2018 09:46:00 +0000 (11:46 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 Oct 2018 14:21:09 +0000 (16:21 +0200)
commit86859293f8f80057f6a056e4c71256e48c4ab511
tree2826f8baf7e00686fa358db167f93664f87d70f8
parent354dd0e04228b813a1753da0f38836198c09f68b
msvc: Move common project settings to reusable property sheets

The Visual Studio 2017 project files were refactored by migrating all
repeating common settings into three property sheets: Debug.props,
Release.props and the existing PropertySheet.props.
This simplifies configuration management while providing uniformity
across projects, configurations and platforms.
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20181008094600.10164-2-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17634.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/compat/Debug.props [new file with mode: 0644]
src/compat/PropertySheet.props
src/compat/Release.props [new file with mode: 0644]
src/compat/compat.vcxproj
src/openvpn/openvpn.vcxproj
src/openvpn/openvpn.vcxproj.filters
src/openvpnserv/openvpnserv.vcxproj
src/openvpnserv/openvpnserv.vcxproj.filters