diff --git a/XIVChatPlugin/ILRepack.targets b/XIVChatPlugin/ILRepack.targets index d20acee..71b43d8 100644 --- a/XIVChatPlugin/ILRepack.targets +++ b/XIVChatPlugin/ILRepack.targets @@ -3,10 +3,8 @@ - - - - + + + + + + + $([System.IO.Directory]::GetFiles("%(Directories.Identity)", "*", System.IO.SearchOption.AllDirectories).get_Length()) + + diff --git a/XIVChatPlugin/Properties/AssemblyInfo.cs b/XIVChatPlugin/Properties/AssemblyInfo.cs deleted file mode 100644 index ad31285..0000000 --- a/XIVChatPlugin/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -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("XIVChat")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("XIVChat")] -[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("9aeb2b77-c127-4ba8-b9ae-fb3ca1649fdb")] - -// 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.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] diff --git a/XIVChatPlugin/XIVChatPlugin.csproj b/XIVChatPlugin/XIVChatPlugin.csproj index f273d98..2855f6d 100644 --- a/XIVChatPlugin/XIVChatPlugin.csproj +++ b/XIVChatPlugin/XIVChatPlugin.csproj @@ -1,54 +1,26 @@ - - - - + - Debug - AnyCPU - {9AEB2B77-C127-4BA8-B9AE-FB3CA1649FDB} - Library - Properties XIVChatPlugin XIVChat - v4.8 - 512 - true + net48 enable - win - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - latest - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 latest + 1.5.0 - + $(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll False - + $(AppData)\XIVLauncher\addon\Hooks\dev\ImGui.NET.dll False - + $(AppData)\XIVLauncher\addon\Hooks\dev\ImGuiScene.dll False - + $(AppData)\XIVLauncher\addon\Hooks\dev\Lumina.dll False @@ -56,114 +28,16 @@ $(AppData)\XIVLauncher\addon\Hooks\dev\Lumina.Excel.dll False - - ..\packages\MessagePack.2.2.85\lib\netstandard2.0\MessagePack.dll - True - - - ..\packages\MessagePack.Annotations.2.2.85\lib\netstandard2.0\MessagePack.Annotations.dll - True - - - ..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll - - - - ..\packages\Sodium.Core.1.2.3\lib\netstandard2.0\Sodium.Core.dll - True - - - - ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - False - - - ..\packages\System.Collections.Immutable.5.0.0\lib\net461\System.Collections.Immutable.dll - True - - - - - - ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll - False - - - - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - False - - - ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Channels.5.0.0\lib\net461\System.Threading.Channels.dll - True - - - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - True - - - - - - - - - - ..\packages\WebSocketSharp.1.0.3-rc11\lib\websocket-sharp.dll - True - - - - - - - - - - + + + + + + - + - - - {6f426eab-15d4-48ac-80d2-2d2df2ce5ee0} - XIVChatCommon - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - - - - - - - - - - - - $([System.IO.Directory]::GetFiles("%(Directories.Identity)", "*", System.IO.SearchOption.AllDirectories).get_Length()) - - - - -