aboutsummaryrefslogtreecommitdiffstats
path: root/SamplePlugin/Dalamud.Plugin.Bootstrap.targets
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-14 20:28:18 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-14 20:28:18 -0700
commitd00b782c7fa6b4b4e68754293a3236e35ed7ff90 (patch)
tree914f331623c73e866291fdbf60eb83dde9a52f36 /SamplePlugin/Dalamud.Plugin.Bootstrap.targets
parent610015a68d7ad9580c7ac9dc427ccace650a9b9e (diff)
implement initial BD websocket receiver
Diffstat (limited to 'SamplePlugin/Dalamud.Plugin.Bootstrap.targets')
-rw-r--r--SamplePlugin/Dalamud.Plugin.Bootstrap.targets11
1 files changed, 0 insertions, 11 deletions
diff --git a/SamplePlugin/Dalamud.Plugin.Bootstrap.targets b/SamplePlugin/Dalamud.Plugin.Bootstrap.targets
deleted file mode 100644
index 11eec9c..0000000
--- a/SamplePlugin/Dalamud.Plugin.Bootstrap.targets
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project>
- <PropertyGroup>
- <DalamudLibPath Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
- <DalamudLibPath Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(HOME)/.xlcore/dalamud/Hooks/dev/</DalamudLibPath>
- <DalamudLibPath Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(HOME)/Library/Application Support/XIV on Mac/dalamud/Hooks/dev/</DalamudLibPath>
- <DalamudLibPath Condition="$(DALAMUD_HOME) != ''">$(DALAMUD_HOME)/</DalamudLibPath>
- </PropertyGroup>
-
- <Import Project="$(DalamudLibPath)/targets/Dalamud.Plugin.targets"/>
-</Project>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage