From b85b35a2b6f14c13174f9f18b1b70986130ad208 Mon Sep 17 00:00:00 2001 From: Filip Maj Date: Wed, 19 Jun 2019 00:17:39 -0400 Subject: [PATCH] Renamed assemblies. --- Lobby Server/Lobby Server.csproj | 13 ++++++++----- Lobby Server/Properties/AssemblyInfo.cs | 8 ++++---- Map Server/Map Server.csproj | 10 ++++++---- Map Server/Properties/AssemblyInfo.cs | 8 ++++---- World Server/Properties/AssemblyInfo.cs | 8 ++++---- World Server/World Server.csproj | 2 +- 6 files changed, 27 insertions(+), 22 deletions(-) diff --git a/Lobby Server/Lobby Server.csproj b/Lobby Server/Lobby Server.csproj index 7d4d39ec..a38cc874 100644 --- a/Lobby Server/Lobby Server.csproj +++ b/Lobby Server/Lobby Server.csproj @@ -13,6 +13,8 @@ v4.5.1 512 false + cc1ba6f5 + publish\ true Disk @@ -27,8 +29,6 @@ 1.0.0.%2a false true - cc1ba6f5 - AnyCPU @@ -77,9 +77,6 @@ ..\packages\Cyotek.CircularBuffer.1.0.0.0\lib\net20\Cyotek.Collections.Generic.CircularBuffer.dll - - ..\FFXIVClassic Common Class Lib\bin\Debug\FFXIVClassic.Common.dll - ..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll True @@ -147,6 +144,12 @@ false + + + {3A3D6626-C820-4C18-8C81-64811424F20E} + Common Class Lib + + xcopy "$(SolutionDir)data\lobby_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)" /y diff --git a/Lobby Server/Properties/AssemblyInfo.cs b/Lobby Server/Properties/AssemblyInfo.cs index d5b223c0..cfa1d65d 100644 --- a/Lobby Server/Properties/AssemblyInfo.cs +++ b/Lobby Server/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ 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("FFXIVClassic_Lobby_Server")] +[assembly: AssemblyTitle("Lobby Server")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("FFXIVClassic_Lobby_Server")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCompany("Project Meteor Dev Team")] +[assembly: AssemblyProduct("Project Meteor Lobby Server")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Map Server/Map Server.csproj b/Map Server/Map Server.csproj index 5c7bfe76..01de3726 100644 --- a/Map Server/Map Server.csproj +++ b/Map Server/Map Server.csproj @@ -67,10 +67,6 @@ ..\packages\Cyotek.CircularBuffer.1.0.0.0\lib\net20\Cyotek.Collections.Generic.CircularBuffer.dll True - - False - ..\FFXIVClassic Common Class Lib\bin\Debug\FFXIVClassic.Common.dll - ..\packages\MoonSharp.1.2.1.0\lib\net40-client\MoonSharp.Interpreter.dll @@ -418,6 +414,12 @@ + + + {3a3d6626-c820-4c18-8c81-64811424f20e} + Common Class Lib + + diff --git a/Map Server/Properties/AssemblyInfo.cs b/Map Server/Properties/AssemblyInfo.cs index e6832007..ec8f63d5 100644 --- a/Map Server/Properties/AssemblyInfo.cs +++ b/Map Server/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ 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("FFXIVClassic Map Server")] +[assembly: AssemblyTitle("Map Server")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("FFXIVClassic Map Server")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCompany("Project Meteor Dev Team")] +[assembly: AssemblyProduct("Project Meteor Map Server")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/World Server/Properties/AssemblyInfo.cs b/World Server/Properties/AssemblyInfo.cs index 5e84fed1..dc4dea10 100644 --- a/World Server/Properties/AssemblyInfo.cs +++ b/World Server/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ 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("FFXIVClassic Proxy Server")] +[assembly: AssemblyTitle("World Server")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("FFXIVClassic Proxy Server")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyCompany("Project Meteor Dev Team")] +[assembly: AssemblyProduct("Project Meteor World Server")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/World Server/World Server.csproj b/World Server/World Server.csproj index 9c03d959..a265f89b 100644 --- a/World Server/World Server.csproj +++ b/World Server/World Server.csproj @@ -180,7 +180,7 @@ - + {3a3d6626-c820-4c18-8c81-64811424f20e} Common Class Lib