mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: specify csproj files directly in docfx config (#1253)
This commit is contained in:
parent
48aa79d6ed
commit
a7426b7cb0
1 changed files with 8 additions and 2 deletions
10
docfx.json
10
docfx.json
|
|
@ -4,8 +4,14 @@
|
|||
"src": [
|
||||
{
|
||||
"files": [
|
||||
"Dalamud.sln"
|
||||
],
|
||||
"Dalamud.Interface/Dalamud.Interface.csproj",
|
||||
"Dalamud/Dalamud.csproj",
|
||||
"lib/FFXIVClientStructs/FFXIVClientStructs.InteropSourceGenerators/FFXIVClientStructs.InteropSourceGenerators.csproj",
|
||||
"lib/FFXIVClientStructs/FFXIVClientStructs/FFXIVClientStructs.csproj",
|
||||
"lib/ImGuiScene/ImGuiScene/ImGuiScene.csproj",
|
||||
"lib/ImGuiScene/deps/ImGui.NET/src/ImGui.NET-472/ImGui.NET-472.csproj",
|
||||
"lib/ImGuiScene/deps/SDL2-CS/SDL2-CS.csproj"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue