Skip to content

Commit

Permalink
fix the issue with office 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelyh committed Jan 19, 2017
1 parent d8c8b2c commit e7b8aa0
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.VSSDK.Vsixsigntool" version="14.3.25407" />
</packages>
5 changes: 5 additions & 0 deletions IdMsoAutocomplete.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdMsoAutocomplete.2013", "I
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdMsoAutocomplete.2015", "IdMsoAutocomplete\IdMsoAutocomplete.2015.csproj", "{029C7CD3-F828-4E04-B5E7-97C9C8F56ED8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5DDA209E-CF66-4362-BA61-4F29489E43D7}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
11 changes: 11 additions & 0 deletions IdMsoAutocomplete/IdMsoAutocomplete.2013.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,22 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE.txt">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Package.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Dependencies\12\Microsoft.XmlEditor.dll" />
<Content Include="Package.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="OfficeData\Office2016\_imageMso.zip">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.2013.vsixmanifest" />
<None Include="Key.snk" />
<Content Include="OfficeData\Office2010\AccessControls.xlsx">
Expand Down
14 changes: 13 additions & 1 deletion IdMsoAutocomplete/IdMsoAutocomplete.2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,20 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE.txt">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Package.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Dependencies\14\Microsoft.XmlEditor.dll" />
<Content Include="Package.ico" />
<Content Include="Package.ico">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="OfficeData\Office2016\_imageMso.zip">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.2015.vsixmanifest" />
<None Include="Key.snk" />
<Content Include="OfficeData\Office2010\AccessControls.xlsx">
Expand Down
13 changes: 13 additions & 0 deletions IdMsoAutocomplete/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2016 Nikolay Belykh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Binary file modified IdMsoAutocomplete/Package.ico
Binary file not shown.
Binary file added IdMsoAutocomplete/Package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion IdMsoAutocomplete/source.extension.2013.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="UnmanagedVisio.IdMsoAutocomplete.2013" Version="1.0" Language="en-US" Publisher="Nikolay Belykh" />
<Identity Id="UnmanagedVisio.IdMsoAutocomplete.2013" Version="1.0.1" Language="en-US" Publisher="Nikolay Belykh" />
<DisplayName>IdMso Autocomplete vs.2013</DisplayName>
<Description>Provides intellisense and icons for office ribbon files (idMso and imageMso values).</Description>
<License>LICENSE.txt</License>
<Icon>Package.ico</Icon>
<PreviewImage>Package.png</PreviewImage>
<Tags>visual studio intellisense, intellisense, icon intellisense, idmso, imagemso</Tags>
</Metadata>
<Installation>
Expand Down
10 changes: 6 additions & 4 deletions IdMsoAutocomplete/source.extension.2015.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="UnmanagedVisio.IdMsoAutocomplete.2015" Version="1.0" Language="en-US" Publisher="Nikolay Belykh" />
<Identity Id="UnmanagedVisio.IdMsoAutocomplete.2015" Version="1.0.1" Language="en-US" Publisher="Nikolay Belykh" />
<DisplayName>IdMso Autocomplete vs.2015</DisplayName>
<Description>Provides intellisense and icons for office ribbon files (idMso and imageMso values).</Description>
<License>LICENSE.txt</License>
<Icon>Package.ico</Icon>
<PreviewImage>Package.png</PreviewImage>
<Tags>visual studio intellisense, intellisense, icon intellisense, idmso, imagemso</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit e7b8aa0

Please sign in to comment.