From 3da333473594a1eee51a5fe5d50cd5dfc6efd6a4 Mon Sep 17 00:00:00 2001
From: r00telement <47005506+r00telement@users.noreply.github.com>
Date: Sat, 13 Nov 2021 21:50:20 +0000
Subject: [PATCH] Some light project file cleanup
---
PlayerTags/DalamudPackager.targets | 12 ---
PlayerTags/PlayerTags.csproj | 151 +++++++++++++++--------------
2 files changed, 80 insertions(+), 83 deletions(-)
delete mode 100644 PlayerTags/DalamudPackager.targets
diff --git a/PlayerTags/DalamudPackager.targets b/PlayerTags/DalamudPackager.targets
deleted file mode 100644
index d87598b..0000000
--- a/PlayerTags/DalamudPackager.targets
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/PlayerTags/PlayerTags.csproj b/PlayerTags/PlayerTags.csproj
index d7e6f22..ff8a90f 100644
--- a/PlayerTags/PlayerTags.csproj
+++ b/PlayerTags/PlayerTags.csproj
@@ -1,78 +1,87 @@
-
-
-
- r00telement
- 1.0.0.0
-
+
+
+ r00telement
+ 1.0.0.0
+
-
- net5.0-windows7.0
- x64
- enable
- latest
- true
- false
- false
- $(AppData)\XIVLauncher\devPlugins\PlayerTags\
-
+
+ net5.0-windows
+ x64
+ enable
+ latest
+ true
+ false
+ false
+ $(AppData)\XIVLauncher\devPlugins\PlayerTags\
+
-
- $(appdata)\XIVLauncher\addon\Hooks\dev\
-
+
+ $(appdata)\XIVLauncher\addon\Hooks\dev\
+
-
-
-
- $(DalamudLibPath)FFXIVClientStructs.dll
- false
-
-
- $(DalamudLibPath)Newtonsoft.Json.dll
- false
-
-
- $(DalamudLibPath)Dalamud.dll
- false
-
-
- $(DalamudLibPath)ImGui.NET.dll
- false
-
-
- $(DalamudLibPath)ImGuiScene.dll
- false
-
-
- $(DalamudLibPath)Lumina.dll
- false
-
-
- $(DalamudLibPath)Lumina.Excel.dll
- false
-
-
+
+
+
+ $(DalamudLibPath)FFXIVClientStructs.dll
+ false
+
+
+ $(DalamudLibPath)Newtonsoft.Json.dll
+ false
+
+
+ $(DalamudLibPath)Dalamud.dll
+ false
+
+
+ $(DalamudLibPath)ImGui.NET.dll
+ false
+
+
+ $(DalamudLibPath)ImGuiScene.dll
+ false
+
+
+ $(DalamudLibPath)Lumina.dll
+ false
+
+
+ $(DalamudLibPath)Lumina.Excel.dll
+ false
+
+
-
-
- True
- True
- Strings.resx
-
-
+
+
+ True
+ True
+ Strings.resx
+
+
-
-
- PublicResXFileCodeGenerator
- Strings.Designer.cs
-
-
+
+
+ PublicResXFileCodeGenerator
+ Strings.Designer.cs
+
+
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+
+
+
+