Finished version for Visual Studio 2013, about to publish
This commit is contained in:
parent
c02e906621
commit
80c0dc84da
11 changed files with 79 additions and 68 deletions
|
@ -2,8 +2,22 @@
|
|||
<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="26ba08d0-0d25-4479-8684-3054dd122876" Version="1.0" Language="en-US" Publisher="Vitalii Ganzha" />
|
||||
<DisplayName>VsDingExtensionProject</DisplayName>
|
||||
<Description>Information about my package</Description>
|
||||
<DisplayName>Visual Studio Ding extension</DisplayName>
|
||||
<Description xml:space="preserve">This small extension will play notification sounds when following events occur:
|
||||
- Build Complete
|
||||
- Entering debugger mode (breakpoint hit, etc)
|
||||
- Unit tests finished to run
|
||||
|
||||
Useful when working with big solutions or when build/test run/hitting a breakpoint takes a lot of time and developer can be distructed on other things while he waits.
|
||||
|
||||
Just install it and it is ready to use!
|
||||
|
||||
This is an open source project, join!
|
||||
|
||||
Twitter: @GanzhaVitalii</Description>
|
||||
<MoreInfo>https://github.com/thecoderok/vsdingextension</MoreInfo>
|
||||
<Icon>speaker.ico</Icon>
|
||||
<Tags>productivity</Tags>
|
||||
</Metadata>
|
||||
<Installation InstalledByMsi="false">
|
||||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0]" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue