Merge pull request #30 from nunit/vsix-icon
Use high-quality icon for vsix
This commit is contained in:
Коммит
2ddb4cf009
|
@ -69,6 +69,10 @@
|
|||
<Content Include="ItemTemplates\Test\NUnit Setup Fixture\Definitions\CSharp.vstemplate" />
|
||||
<Content Include="ItemTemplates\Test\NUnit Setup Fixture\Definitions\VB.vstemplate" />
|
||||
<None Include="packages.config" />
|
||||
<Content Include="nunit_90.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
<Content Include="Packages\nunit.3.0.1.nupkg">
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
|
@ -125,10 +129,6 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="index.html" />
|
||||
<Content Include="nunit3_32x32.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
<Content Include="stylesheet.css" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Двоичные данные
nunit.templates/nunit3_32x32.png
Двоичные данные
nunit.templates/nunit3_32x32.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 1.5 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 5.6 KiB |
|
@ -6,7 +6,7 @@
|
|||
<Description xml:space="preserve">Provides Visual Studio project and item templates for NUnit 3 along with code snippets.</Description>
|
||||
<MoreInfo>https://github.com/nunit/nunit-vs-templates</MoreInfo>
|
||||
<License>license.rtf</License>
|
||||
<Icon>nunit3_32x32.png</Icon>
|
||||
<Icon>nunit_90.png</Icon>
|
||||
<PreviewImage>preview.png</PreviewImage>
|
||||
<Tags>tdd, test, NUnit, NUnit3, template, snippet</Tags>
|
||||
</Metadata>
|
||||
|
|
Загрузка…
Ссылка в новой задаче