Skip to content

Commit 4b05ade

Browse files
Gauthier Picalausatycho
authored andcommitted
Fixup vcxproj for Onlink
1 parent ee95136 commit 4b05ade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

msvc/PCRE2.vcxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
</PropertyGroup>
3636
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3737
<ImportGroup Label="PropertySheets">
38-
<Import Project="..\..\Toolset.props" />
38+
<!-- 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')" />
3942
</ImportGroup>
4043
<PropertyGroup Label="Configuration">
4144
<ConfigurationType>StaticLibrary</ConfigurationType>

0 commit comments

Comments
 (0)