Removed AssemblyInfo from Weaver too

This commit is contained in:
vis2k 2019-01-03 21:22:55 +01:00
parent c97560d814
commit 83ab0d100e
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("Mirror.Weaver")]
[assembly: AssemblyDescription("Mirror assembly post processor for code generation.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("vis2k")]
[assembly: AssemblyProduct("Mirror")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo("Assembly-CSharp-Editor-testable")]
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.0.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

View File

@ -66,7 +66,6 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Extensions.cs" /> <Compile Include="Extensions.cs" />
<Compile Include="Processors\MessageClassProcessor.cs" /> <Compile Include="Processors\MessageClassProcessor.cs" />
<Compile Include="Processors\MonoBehaviourProcessor.cs" /> <Compile Include="Processors\MonoBehaviourProcessor.cs" />