mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add Dalamud.CorePlugin.json (#1533)
This commit is contained in:
parent
c7fc943692
commit
40e90a39c8
2 changed files with 15 additions and 0 deletions
|
|
@ -50,4 +50,10 @@
|
||||||
<Private>false</Private>
|
<Private>false</Private>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="Dalamud.CorePlugin.json">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
9
Dalamud.CorePlugin/Dalamud.CorePlugin.json
Normal file
9
Dalamud.CorePlugin/Dalamud.CorePlugin.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"Author": "Dalamud Maintainers",
|
||||||
|
"Name": "CorePlugin",
|
||||||
|
"Punchline": "Testbed for developing Dalamud features.",
|
||||||
|
"Description": "Develop and debug internal Dalamud features using CorePlugin. You have full access to all types in Dalamud assembly.",
|
||||||
|
"InternalName": "CorePlugin",
|
||||||
|
"ApplicableVersion": "any",
|
||||||
|
"Tags": []
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue