From b3d8d41d2459f832be4457d8d34533d7f6ef8ca7 Mon Sep 17 00:00:00 2001 From: James Stine Date: Tue, 29 Dec 2020 10:42:29 -0500 Subject: [PATCH] Use new csproj format and update to version 1.0.2 --- HeelsPlugin/HeelsPlugin.csproj | 90 +++++++------------------- HeelsPlugin/Properties/AssemblyInfo.cs | 35 ---------- 2 files changed, 24 insertions(+), 101 deletions(-) delete mode 100644 HeelsPlugin/Properties/AssemblyInfo.cs diff --git a/HeelsPlugin/HeelsPlugin.csproj b/HeelsPlugin/HeelsPlugin.csproj index 2e0fa6b..c5b5f15 100644 --- a/HeelsPlugin/HeelsPlugin.csproj +++ b/HeelsPlugin/HeelsPlugin.csproj @@ -1,73 +1,31 @@ - - - + - Debug - AnyCPU - {13C812E9-0D42-4B95-8646-40EEBF30636F} - Library - Properties - HeelsPlugin - HeelsPlugin - v4.7.2 - 512 - true + 1.0.2 + net472 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true - - - - $(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll - False - - - $(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll - False - - - $(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll - False - - - - - - - - - - - + - - - - + + $(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll + False + + + $(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll + False + + + $(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll + False + + - - PreserveNewest - + + PreserveNewest + - - - if $(ConfigurationName) == Release (powershell Compress-Archive -Path '$(ProjectDir)$(OutDir)$(TargetName).json', '$(ProjectDir)$(OutDir)$(TargetName).dll' -DestinationPath '$(ProjectDir)bin\$(TargetName).zip' -Force) - + + + + \ No newline at end of file diff --git a/HeelsPlugin/Properties/AssemblyInfo.cs b/HeelsPlugin/Properties/AssemblyInfo.cs deleted file mode 100644 index b165e2f..0000000 --- a/HeelsPlugin/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("HeelsPlugin")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("HeelsPlugin")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("13c812e9-0d42-4b95-8646-40eebf30636f")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")]