/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
VisualPascalABCNET/FormsDesignerBinding/Dependecies/src/Main/ICSharpCode.SharpDevelop.Widgets/Project/Configuration/AssemblyInfo.cs
25 строк
1 KB
Бондарев Иван
initial commit
14 май 2015, 22:35
14 май 2015, 22:35
e6e67c1
Код
Авторство
О чём код?
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Windows; using System.Windows.Markup; [assembly: CLSCompliant(true)] [assembly: StringFreezing()] [assembly: AssemblyTitle("ICSharpCode.SharpDevelop.Widgets")] [assembly: AssemblyDescription("UI Widgets for SharpDevelop")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ThemeInfo( ResourceDictionaryLocation.SourceAssembly, //where theme specific resource dictionaries are located ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located )] [assembly: XmlnsPrefix("http://icsharpcode.net/sharpdevelop/widgets", "widgets")] [assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/widgets", "ICSharpCode.SharpDevelop.Widgets")]