mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-20 09:35:56 +02:00
Renamed assemblies.
This commit is contained in:
parent
0f61c4c0e1
commit
b85b35a2b6
6 changed files with 27 additions and 22 deletions
|
@ -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("")]
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FFXIVClassic Common Class Lib\Common Class Lib.csproj">
|
||||
<ProjectReference Include="..\Common Class Lib\Common Class Lib.csproj">
|
||||
<Project>{3a3d6626-c820-4c18-8c81-64811424f20e}</Project>
|
||||
<Name>Common Class Lib</Name>
|
||||
</ProjectReference>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue