code cleanup
This commit is contained in:
parent
58b870b99f
commit
cd26385f6c
@ -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>
|
||||
|
13
SamplePlugin/currencyAlert.json
Normal file
13
SamplePlugin/currencyAlert.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user