diff options
| author | ruki <[email protected]> | 2026-03-16 23:55:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-16 23:55:52 +0800 |
| commit | 0b6dfe22a3a5e2e0d305b3cea78f524812238fe7 (patch) | |
| tree | 3acbf0ee298f109157732c8051592a1c7241ce3b | |
| parent | a058333a5ce80508fd7088a5def1bbbcadd2a0c1 (diff) | |
fix some csproj ref issues
| -rw-r--r-- | xmake/rules/csharp/modules/csharp_utils.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/csharp/modules/csharp_utils.lua b/xmake/rules/csharp/modules/csharp_utils.lua index 23a9978ef..6d19b39b7 100644 --- a/xmake/rules/csharp/modules/csharp_utils.lua +++ b/xmake/rules/csharp/modules/csharp_utils.lua @@ -68,6 +68,7 @@ function generate_csproj_file(target, opt) is_csharp_target = _is_csharp_target, generate_csproj_file = generate_csproj_file })) + target:data_set("csharp.csproj", csprojfile) return csprojfile end |
