diff options
| author | ruki <[email protected]> | 2024-02-18 21:41:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-18 21:41:52 +0800 |
| commit | 3c1163b36e0817dbd5b62ec1ff495dc2e830d6ac (patch) | |
| tree | 16f6cb664c031d80b1841e6978fc1d8753eb6761 /xmake/scripts | |
| parent | cda48025005f9aa23bdd582e29bb0f1f1ca24d27 (diff) | |
| parent | bc1a30db6041c2c14ca79ccf0aa35b2d550e64e5 (diff) | |
Merge pull request #4673 from xmake-io/modules
Refactor modules support
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/vsxmake/vsproj/Xmake.props | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.props b/xmake/scripts/vsxmake/vsproj/Xmake.props index c5c0d6029..dd50e39e4 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.props +++ b/xmake/scripts/vsxmake/vsproj/Xmake.props @@ -93,6 +93,11 @@ <ConfigurationType>Unknown</ConfigurationType> </PropertyGroup> </When> + <When Condition="'$(XmakeKind)' == 'moduleonly'"> + <PropertyGroup> + <ConfigurationType>Unknown</ConfigurationType> + </PropertyGroup> + </When> </Choose> <ItemDefinitionGroup> |
