This commit is contained in:
Priyan Vaithilingam 2017-12-01 13:26:25 +05:30
Родитель 9931c91630
Коммит 20de079178
7 изменённых файлов: 38 добавлений и 27 удалений

Просмотреть файл

@ -140,9 +140,16 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="CodeTalk.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="index.html" />
<Content Include="Resources\AboutCommand.png" />
<Content Include="Resources\CodeTalk.png" />
<Content Include="Resources\CodeTalk.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\CodeTalkOptionsCommand.png" />
<Content Include="UI\Resources\GetSummaryToolWindowCommand.png" />
<Content Include="UI\Resources\TalkpointToolWindowCommand.png" />

Двоичные данные
src/VisualStudio/CodeTalk/CodeTalk.ico Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 66 KiB

Просмотреть файл

@ -57,7 +57,7 @@ namespace Microsoft.CodeTalk
string GetActiveDocumentPath();
/// <summary>
/// Method to get the code text of the actuve document
/// Method to get the code text of the active document
/// </summary>
/// <returns></returns>
string GetActiveDocumentCode();

Просмотреть файл

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]

Двоичные данные
src/VisualStudio/CodeTalk/Resources/CodeTalk.ico Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 66 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 418 KiB

После

Ширина:  |  Высота:  |  Размер: 66 KiB

Просмотреть файл

@ -1,26 +1,30 @@
<?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="CodeTalk.Company.20b30e9b-916e-4a62-82fc-ded0bd927673" Version="1.0" Language="en-US" Publisher="MICROSOFT" />
<DisplayName>CodeTalk</DisplayName>
<Description xml:space="preserve">Improving VS AccessibilityImprMaking </Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio extension development prerequisites" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
</Prerequisites>
<Metadata>
<Identity Id="CodeTalk.Company.20b30e9b-916e-4a62-82fc-ded0bd927673" Version="0.8" Language="en-US" Publisher="MICROSOFT" />
<DisplayName>CodeTalk</DisplayName>
<Description xml:space="preserve">Improving IDE Accessibility</Description>
<MoreInfo>https://github.com/Microsoft/CodeTalk</MoreInfo>
<Icon>CodeTalk.ico</Icon>
<PreviewImage>CodeTalk.ico</PreviewImage>
<Tags>accessibility</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio extension development prerequisites" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
</Prerequisites>
</PackageManifest>