mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
pretty...
This commit is contained in:
parent
beaf0cf939
commit
afafc6b032
285 changed files with 32688 additions and 784 deletions
19
CassiniDev/Properties/AssemblyInfo4.cs
Normal file
19
CassiniDev/Properties/AssemblyInfo4.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security.Permissions;
|
||||
|
||||
[assembly: AssemblyTitle("CassiniDev")]
|
||||
[assembly: AssemblyDescription("Cassini For Developers")]
|
||||
[assembly: AssemblyCompany("Salient Solutions")]
|
||||
[assembly: AssemblyProduct("CassiniDev")]
|
||||
[assembly: AssemblyCopyright("\x00a9 Sky Sanders/\x00a9 Microsoft Corporation. All rights reserved.")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
[assembly: AssemblyVersion("4.0.1.8")]
|
||||
[assembly: AssemblyFileVersion("4.0.1.8")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
||||
[assembly: SecurityPermission(SecurityAction.RequestMinimum)]
|
||||
[assembly: CLSCompliant(true)]
|
Loading…
Add table
Add a link
Reference in a new issue