diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-07 13:13:15 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-07 16:58:48 +0100 |
| commit | 6f520cf8320ddb4424560b9094fb74844dd8e40b (patch) | |
| tree | 2c58681c7e432364834c10685da3ca9e77033ebe | |
| parent | 56ba14af708baf74759e825052d2b41024360ea1 (diff) | |
improve moduleonly vsxmake
| -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 3e3a33298..990a95056 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.props +++ b/xmake/scripts/vsxmake/vsproj/Xmake.props @@ -94,6 +94,11 @@ <ConfigurationType>Unknown</ConfigurationType> </PropertyGroup> </When> + <When Condition="'$(XmakeKind)' == 'moduleonly'"> + <PropertyGroup> + <ConfigurationType>Unknown</ConfigurationType> + </PropertyGroup> + </When> </Choose> <ItemDefinitionGroup> |
