code cleanup

main
Camille 2021-12-11 15:17:15 +01:00
parent 58b870b99f
commit cd26385f6c
3 changed files with 17 additions and 14 deletions

View File

@ -3,8 +3,8 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>0.0.0.1</Version>
<Description>A sample plugin.</Description>
<Version>0.1.0.0</Version>
<Description>Currency Alert</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/goatcorp/SamplePlugin</PackageProjectUrl>
</PropertyGroup>
@ -17,25 +17,15 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(AppData)\XIVLauncher\devPlugins\SamplePlugin\</OutputPath>
<OutputPath>$(AppData)\XIVLauncher\devPlugins\CurrencyAlert\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Content Include="..\Data\samplePlugin.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Data\goat.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
</ItemGroup>
<PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.2" />
<PackageReference Include="DalamudPackager" Version="2.1.5" />
<Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private>

View File

@ -0,0 +1,13 @@
{
"Author": "Lharz Zobby@Ragnarok",
"Name": "Currency Alert",
"Punchline": "A short one-liner that shows up in /xlplugins.",
"Description": "A description that shows up in /xlplugins. List any major slash-command(s).",
"InternalName": "currencyAlert",
"ApplicableVersion": "any",
"Tags": [
"plugin",
"currency",
"tomestones"
]
}