aboutsummaryrefslogtreecommitdiffstats
path: root/SamplePlugin/SamplePlugin.csproj
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2024-09-14 13:48:51 -0700
committerGitHub <noreply@github.com>2024-09-14 13:48:51 -0700
commit610015a68d7ad9580c7ac9dc427ccace650a9b9e (patch)
treedb3e449a3fd039b4935359eafb1f3ee9f61f5df7 /SamplePlugin/SamplePlugin.csproj
Initial commit
Diffstat (limited to 'SamplePlugin/SamplePlugin.csproj')
-rw-r--r--SamplePlugin/SamplePlugin.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/SamplePlugin/SamplePlugin.csproj b/SamplePlugin/SamplePlugin.csproj
new file mode 100644
index 0000000..e952b44
--- /dev/null
+++ b/SamplePlugin/SamplePlugin.csproj
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project Sdk="Microsoft.NET.Sdk">
+ <Import Project="Dalamud.Plugin.Bootstrap.targets"/>
+
+ <PropertyGroup>
+ <Version>0.0.0.1</Version>
+ <Description>A sample plugin.</Description>
+ <PackageProjectUrl>https://github.com/goatcorp/SamplePlugin</PackageProjectUrl>
+ <PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
+ <IsPackable>false</IsPackable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Content Include="..\Data\goat.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ <Visible>false</Visible>
+ </Content>
+ </ItemGroup>
+</Project>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage