diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 22:21:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 22:21:18 -0700 |
| commit | 72f85fd952c8e53230c968ef9a433644dae90254 (patch) | |
| tree | a93b73e9d045243cdc4ee467376ef8573f297d2c /Malmstone/Malmstone.csproj | |
| parent | b8c43fbe717d794284c6c4578c9c00ae8e26d711 (diff) | |
Initial Version 1.0.0.0
Diffstat (limited to 'Malmstone/Malmstone.csproj')
| -rw-r--r-- | Malmstone/Malmstone.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Malmstone/Malmstone.csproj b/Malmstone/Malmstone.csproj new file mode 100644 index 0000000..dbc432f --- /dev/null +++ b/Malmstone/Malmstone.csproj @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project Sdk="Microsoft.NET.Sdk"> + <Import Project="Dalamud.Plugin.Bootstrap.targets"/> + + <PropertyGroup> + <Version>1.0.0.0</Version> + <Description>A PVP Series Malmstones Experience Calculator</Description> + <PackageProjectUrl>https://github.com/goatcorp/Malmstone</PackageProjectUrl> + <PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression> + <IsPackable>false</IsPackable> + </PropertyGroup> +</Project> |
