diff options
| author | ruki <[email protected]> | 2026-03-16 23:47:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-16 23:47:19 +0800 |
| commit | 9ef3fac69885dccdb5feb27fed261b05984b914b (patch) | |
| tree | c11c8a7c03515a77a5a3e52e7570fcd402db5a54 | |
| parent | da763bea747c32be00b1385f830ad1f741e3f490 (diff) | |
remove unused codes
| -rw-r--r-- | xmake/modules/core/tools/dotnet.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/modules/core/tools/dotnet.lua b/xmake/modules/core/tools/dotnet.lua index 867112dc7..62d9a63d2 100644 --- a/xmake/modules/core/tools/dotnet.lua +++ b/xmake/modules/core/tools/dotnet.lua @@ -76,12 +76,6 @@ function _get_csprojfile(sourcefiles, opt) return csprojfile end end - -- find .csproj from source files - for _, sourcefile in ipairs(sourcefiles) do - if sourcefile:endswith(".csproj") then - return sourcefile - end - end end -- get dotnet verbosity level |
