diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-14 20:28:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-14 20:28:18 -0700 |
| commit | d00b782c7fa6b4b4e68754293a3236e35ed7ff90 (patch) | |
| tree | 914f331623c73e866291fdbf60eb83dde9a52f36 /SamplePlugin/SamplePlugin.csproj | |
| parent | 610015a68d7ad9580c7ac9dc427ccace650a9b9e (diff) | |
implement initial BD websocket receiver
Diffstat (limited to 'SamplePlugin/SamplePlugin.csproj')
| -rw-r--r-- | SamplePlugin/SamplePlugin.csproj | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/SamplePlugin/SamplePlugin.csproj b/SamplePlugin/SamplePlugin.csproj deleted file mode 100644 index e952b44..0000000 --- a/SamplePlugin/SamplePlugin.csproj +++ /dev/null @@ -1,19 +0,0 @@ -<?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> |
