summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-17 22:40:12 +0800
committerruki <[email protected]>2026-03-17 22:40:12 +0800
commit835c259574e8a071dcc5a290afc89272a55e4240 (patch)
treea71b56d964dd5281ddc980741b95dcbe80a26980 /xmake/rules/csharp/xmake.lua
parentf575c37eefe974965452e29ec19752f62236685a (diff)
simplify csharp configs
Diffstat (limited to 'xmake/rules/csharp/xmake.lua')
-rw-r--r--xmake/rules/csharp/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua
index 251a71ecd..ddd686bfc 100644
--- a/xmake/rules/csharp/xmake.lua
+++ b/xmake/rules/csharp/xmake.lua
@@ -109,7 +109,8 @@
-- csharp.generate_target_framework_attribute - GenerateTargetFrameworkAttribute
--
-- Custom Properties (for arbitrary csproj properties not listed above):
--- csharp.properties - e.g. set_values("csharp.properties", "MyProp=value")
+-- csharp.properties - add custom <PropertyGroup> entries, format: "Name=Value"
+-- e.g. set_values("csharp.properties", "MyProp=value", "AnotherProp=value2")
--
rule("csharp.build")
set_sourcekinds("cs")