mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
remove Ninjacrab. prefix from assembly name
This commit is contained in:
parent
cc56caab99
commit
42a91fd801
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Ninjacrab.PersistentWindows.Common</RootNamespace>
|
||||
<AssemblyName>Ninjacrab.PersistentWindows.Common</AssemblyName>
|
||||
<AssemblyName>PersistentWindows.Common</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -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("Ninjacrab.PersistentWindows.Common")]
|
||||
[assembly: AssemblyTitle("PersistentWindows.Common")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Ninjacrab.PersistentWindows.Common")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015")]
|
||||
[assembly: AssemblyProduct("PersistentWindows.Common")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014-2023, PersistentWindows")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue