mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Merge pull request #2520 from Critical-Impact/docfx-dlls
Some checks are pending
Some checks are pending
Use built dlls instead of csproj for docfx
This commit is contained in:
commit
52166e4b9e
1 changed files with 5 additions and 6 deletions
11
docfx.json
11
docfx.json
|
|
@ -4,18 +4,17 @@
|
||||||
"src": [
|
"src": [
|
||||||
{
|
{
|
||||||
"files": [
|
"files": [
|
||||||
"Dalamud.Interface/Dalamud.Interface.csproj",
|
"bin/Release/Dalamud.dll"
|
||||||
"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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dest": "api",
|
"dest": "api",
|
||||||
"disableGitFeatures": false,
|
"disableGitFeatures": false,
|
||||||
"disableDefaultFilter": false,
|
"disableDefaultFilter": false,
|
||||||
"filter": "filterConfig.yml"
|
"filter": "filterConfig.yml",
|
||||||
|
"properties": {
|
||||||
|
"TargetFramework": "net10.0-windows"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue