summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/vsxmake/vsproj/Xmake.props5
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>