mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 10:59:18 +01:00
Use built dlls instead of csproj for docfx
This commit is contained in:
parent
77b6d71855
commit
984bdbcf0e
1 changed files with 5 additions and 6 deletions
11
docfx.json
11
docfx.json
|
|
@ -4,18 +4,17 @@
|
|||
"src": [
|
||||
{
|
||||
"files": [
|
||||
"Dalamud.Interface/Dalamud.Interface.csproj",
|
||||
"Dalamud/Dalamud.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"
|
||||
"bin/Release/Dalamud.dll"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api",
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false,
|
||||
"filter": "filterConfig.yml"
|
||||
"filter": "filterConfig.yml",
|
||||
"properties": {
|
||||
"TargetFramework": "net10.0-windows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue