Skip to content

Commit 2134b93

Browse files
committed
fix file name
1 parent b80b838 commit 2134b93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xmake/rules/csharp/generator/csproj.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- Copyright (C) 2015-present, Xmake Open Source Community.
1616
--
1717
-- @author JassJam
18-
-- @file csproj_generator.lua
18+
-- @file csproj.lua
1919
--
2020

2121
-- imports

xmake/rules/csharp/generator/itemgroups.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- Copyright (C) 2015-present, Xmake Open Source Community.
1616
--
1717
-- @author JassJam
18-
-- @file csproj_itemsgroups.lua
18+
-- @file itemgroups.lua
1919
--
2020

2121
-- normalize path to relative and use forward slashes

xmake/rules/csharp/generator/properties.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- Copyright (C) 2015-present, Xmake Open Source Community.
1616
--
1717
-- @author JassJam
18-
-- @file csproj_properties.lua
18+
-- @file properties.lua
1919
--
2020

2121
-- check if target has multi-target frameworks set

0 commit comments

Comments
 (0)