diff options
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> |
