We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee95136 commit 4b05adeCopy full SHA for 4b05ade
msvc/PCRE2.vcxproj
@@ -35,7 +35,10 @@
35
</PropertyGroup>
36
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
37
<ImportGroup Label="PropertySheets">
38
- <Import Project="..\..\Toolset.props" />
+ <!-- Global Reference sheet -->
39
+ <Import Project="..\..\Setup.props" Condition="!exists('..\..\Toolset.props') And exists('..\..\Setup.props')" />
40
+ <!-- Toolset Property sheet -->
41
+ <Import Project="..\..\Toolset.props" Condition="exists('..\..\Toolset.props')" />
42
</ImportGroup>
43
<PropertyGroup Label="Configuration">
44
<ConfigurationType>StaticLibrary</ConfigurationType>
0 commit comments