From 3eeb82b59a2869a7c7363972d2e9998b37296aca Mon Sep 17 00:00:00 2001 From: Michael Fink Date: Sun, 14 May 2023 15:03:16 +0200 Subject: [PATCH] set property VcpkgEnabled=true explicitly --- source/winlame-Debug.props | 1 + source/winlame-Release.props | 1 + 2 files changed, 2 insertions(+) diff --git a/source/winlame-Debug.props b/source/winlame-Debug.props index acb4bb1..648cc80 100644 --- a/source/winlame-Debug.props +++ b/source/winlame-Debug.props @@ -10,6 +10,7 @@ true + true true --no-print-usage diff --git a/source/winlame-Release.props b/source/winlame-Release.props index 9ff6fa9..0ce43c8 100644 --- a/source/winlame-Release.props +++ b/source/winlame-Release.props @@ -10,6 +10,7 @@ false + true true --no-print-usage