-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
26 lines (21 loc) · 1009 Bytes
/
AssemblyInfo.cs
File metadata and controls
26 lines (21 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
This code is licensed under the Visual Studio SDK license terms.
THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
***************************************************************************/
using System.Reflection;
using System.Resources;
[assembly: AssemblyTitle("LessCssGenerator")]
[assembly: AssemblyDescription("Visual Studio Single File Generator for LessCss")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Stephen Potter")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright ("None")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyDelaySign(false)]
[assembly: NeutralResourcesLanguageAttribute("en-US")]