diff options
| author | ruki <[email protected]> | 2026-03-18 00:00:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-18 00:00:37 +0800 |
| commit | 2134b93d3f87d8f4ea63e0c49b2075ba056995d9 (patch) | |
| tree | 4731cfbb0ed0cf0e87b8d632a69aeaa9b8ce0315 | |
| parent | b80b83826ccb9c711f5cd0100f45f51fbb3ab22d (diff) | |
fix file name
| -rw-r--r-- | xmake/rules/csharp/generator/csproj.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/csharp/generator/itemgroups.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/csharp/generator/properties.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xmake/rules/csharp/generator/csproj.lua b/xmake/rules/csharp/generator/csproj.lua index e28cbfc19..aa4e0434c 100644 --- a/xmake/rules/csharp/generator/csproj.lua +++ b/xmake/rules/csharp/generator/csproj.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author JassJam --- @file csproj_generator.lua +-- @file csproj.lua -- -- imports diff --git a/xmake/rules/csharp/generator/itemgroups.lua b/xmake/rules/csharp/generator/itemgroups.lua index 79f13b4fb..2c0528665 100644 --- a/xmake/rules/csharp/generator/itemgroups.lua +++ b/xmake/rules/csharp/generator/itemgroups.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author JassJam --- @file csproj_itemsgroups.lua +-- @file itemgroups.lua -- -- normalize path to relative and use forward slashes diff --git a/xmake/rules/csharp/generator/properties.lua b/xmake/rules/csharp/generator/properties.lua index 75d80e5a8..15702eae4 100644 --- a/xmake/rules/csharp/generator/properties.lua +++ b/xmake/rules/csharp/generator/properties.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author JassJam --- @file csproj_properties.lua +-- @file properties.lua -- -- check if target has multi-target frameworks set |
