Renamed assemblies.

This commit is contained in:
Filip Maj 2019-06-19 00:17:39 -04:00
parent 0f61c4c0e1
commit b85b35a2b6
6 changed files with 27 additions and 22 deletions

View file

@ -67,10 +67,6 @@
<HintPath>..\packages\Cyotek.CircularBuffer.1.0.0.0\lib\net20\Cyotek.Collections.Generic.CircularBuffer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FFXIVClassic.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\FFXIVClassic Common Class Lib\bin\Debug\FFXIVClassic.Common.dll</HintPath>
</Reference>
<Reference Include="MoonSharp.Interpreter">
<HintPath>..\packages\MoonSharp.1.2.1.0\lib\net40-client\MoonSharp.Interpreter.dll</HintPath>
</Reference>
@ -418,6 +414,12 @@
<ItemGroup>
<Folder Include="navmesh\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common Class Lib\Common Class Lib.csproj">
<Project>{3a3d6626-c820-4c18-8c81-64811424f20e}</Project>
<Name>Common Class Lib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>

View file

@ -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("")]