Skip to content

Commit

Permalink
Add Commenter extension to the VSBase extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Nov 10, 2014
1 parent b89f9b4 commit 9531e5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions VSBase.Extension/VSBase.Extension.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props" Condition="Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props')" />
<Import Project="..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props" Condition="Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -147,9 +148,12 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets'))" />
</Target>
<Import Project="..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets" Condition="Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets')" />
<Import Project="..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets" Condition="Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
1 change: 1 addition & 0 deletions VSBase.Extension/packages.VSBase.Extension.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.Commenter" version="1.0.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.OutputWindow" version="2.0.1" targetFramework="net40" />
<package id="VSSDK.IDE.10" version="10.0.3" targetFramework="net40" />
</packages>
6 changes: 5 additions & 1 deletion VSBase.Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.VSBase.26FF1250-16D3-498e-9C1D-B4FEB5EBF845">
<Name>VSBase Services Debugging Support</Name>
<Author>Sam Harwell</Author>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Description xml:space="preserve">Wrapper extension for easily installing the VSBase framework in experimental instances of Visual Studio.</Description>
<Locale>1033</Locale>
<License>LICENSE</License>
Expand Down Expand Up @@ -38,6 +38,10 @@
<SupportedFrameworkRuntimeEdition MinVersion="4.0" />
</Identifier>
<References>
<Reference Id="Tvl.VisualStudio.Commenter.F3FD3E6D-611C-4703-B160-0C425AAFBACF">
<Name>Visual Studio Commenter Services</Name>
<VsixPath>Tvl.VisualStudio.Commenter.vsix</VsixPath>
</Reference>
<Reference Id="Tvl.VisualStudio.OutputWindow.3EF11167-A319-43DB-B1B4-A9778A90FAE0">
<Name>Visual Studio Output Window Services</Name>
<VsixPath>Tvl.VisualStudio.OutputWindow.vsix</VsixPath>
Expand Down

0 comments on commit 9531e5b

Please sign in to comment.