Removed remaining AssemblyInfo files

This commit is contained in:
vis2k 2019-01-03 17:04:33 +01:00
parent 4a3fc70d14
commit c97560d814
4 changed files with 0 additions and 78 deletions

View File

@ -62,7 +62,6 @@
<Compile Include="NetworkManagerEditor.cs" /> <Compile Include="NetworkManagerEditor.cs" />
<Compile Include="NetworkTransformChildEditor.cs" /> <Compile Include="NetworkTransformChildEditor.cs" />
<Compile Include="NetworkTransformEditor.cs" /> <Compile Include="NetworkTransformEditor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="NetworkBehaviourInspector.cs" /> <Compile Include="NetworkBehaviourInspector.cs" />
<Compile Include="NetworkInformationPreview.cs" /> <Compile Include="NetworkInformationPreview.cs" />
<Compile Include="NetworkScenePostProcess.cs" /> <Compile Include="NetworkScenePostProcess.cs" />

View File

@ -1,38 +0,0 @@
using System;
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("Mirror.Editor")]
[assembly: AssemblyDescription("Mirror Editor part")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("vis2k")]
[assembly: AssemblyProduct("Mirror.Editor")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo("Assembly-CSharp-Editor-testable")]
// 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("5f32cd94-baa9-4578-a686-d4b9d6b660f7")]
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -75,7 +75,6 @@
<Compile Include="NetworkStartPosition.cs" /> <Compile Include="NetworkStartPosition.cs" />
<Compile Include="NetworkTransformChild.cs" /> <Compile Include="NetworkTransformChild.cs" />
<Compile Include="NetworkTransform.cs" /> <Compile Include="NetworkTransform.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="NetworkClient.cs" /> <Compile Include="NetworkClient.cs" />
<Compile Include="NetworkConnection.cs" /> <Compile Include="NetworkConnection.cs" />
<Compile Include="LocalClient.cs" /> <Compile Include="LocalClient.cs" />

View File

@ -1,38 +0,0 @@
using System;
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("Mirror.Runtime")]
[assembly: AssemblyDescription("Mirror Runtime")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("vis2k")]
[assembly: AssemblyProduct("Mirror")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo("Assembly-CSharp-Editor-testable")]
// 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("87035389-1bb3-40e2-b2a9-c8707e7419ba")]
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]