Skip to content

Commit d45c4be

Browse files
Add Office 2010 Custom UI schema for IntelliSense, nuspec, and logo for the NuGet package
1 parent 6c7a7c4 commit d45c4be

File tree

4 files changed

+3724
-0
lines changed

4 files changed

+3724
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata minClientVersion="3.3">
4+
<id>XLStack.Office.CustomUI.Intellisense.Office2010</id>
5+
<version>1.0.1</version>
6+
<title>XLStack Office Custom UI Intellisense for Office 2010</title>
7+
<owners>xlstack,caioproiete</owners>
8+
<authors>caioproiete</authors>
9+
<projectUrl>https://github.com/xlstack/xlstack-office-custom-ui-intellisense</projectUrl>
10+
<iconUrl>https://raw.githubusercontent.com/xlstack/xlstack-office-custom-ui-intellisense/master/nuget/office-2010/logo.png</iconUrl>
11+
<licenseUrl>https://github.com/xlstack/xlstack-office-custom-ui-intellisense/blob/master/LICENSE</licenseUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Adds IntelliSense in Visual Studio when editing XML files in the Office 2010 Fluent User Interface XML format</description>
14+
<summary>IntelliSense for the Office 2010 Fluent User Interface XML format inside Visual Studio</summary>
15+
<copyright>Copyright (C) 2018 Caio Proiete and Contributors</copyright>
16+
<language>en-US</language>
17+
<tags>xlstack office intellisense customui fluentui office2010 xsd schema xml ribbon ctp excel exceldna excel-dna</tags>
18+
<contentFiles>
19+
<files include="any/any/XLStack.Office.CustomUI.Office2010.xsd" buildAction="None" copyToOutput="false" flatten="true" />
20+
</contentFiles>
21+
<developmentDependency>true</developmentDependency>
22+
</metadata>
23+
<files>
24+
<file src="../../src/office-2010/XLStack.Office.CustomUI.Office2010.xsd" target="content" />
25+
<file src="../../src/office-2010/XLStack.Office.CustomUI.Office2010.xsd" target="contentFiles/any/any" />
26+
</files>
27+
</package>

nuget/office-2010/logo.pdn

22.8 KB
Binary file not shown.

nuget/office-2010/logo.png

8.21 KB
Loading

0 commit comments

Comments
 (0)