Skip to content

Commit

Permalink
Added auto-generation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Mar 28, 2016
1 parent d645b7d commit 6dd5434
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
5 changes: 5 additions & 0 deletions src/VSCommandTable.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools 2015 v1.7
// </auto-generated>
// ------------------------------------------------------------------------------
namespace BrowserReloadOnSave
{
using System;
Expand Down
25 changes: 15 additions & 10 deletions src/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools 2015 v1.7
// </auto-generated>
// ------------------------------------------------------------------------------
namespace BrowserReloadOnSave
{
static class Vsix
{
public const string Id = "2d8aa02a-8810-421f-97b9-86efc573fea3";
public const string Name = "Browser Reload on Save";
public const string Description = "A Visual Studio extension for ASP.NET projects that leverages Browser Link to to reload all connected browsers when files are saved in Visual Studio.";
public const string Language = "en-US";
public const string Version = "1.0";
public const string Author = "Mads Kristensen";
public const string Tags = "Browser Link, ASP.NET, Reload, JavaScript";
}
static class Vsix
{
public const string Id = "2d8aa02a-8810-421f-97b9-86efc573fea3";
public const string Name = "Browser Reload on Save";
public const string Description = "A Visual Studio extension for ASP.NET projects that leverages Browser Link to to reload all connected browsers when files are saved in Visual Studio.";
public const string Language = "en-US";
public const string Version = "1.0";
public const string Author = "Mads Kristensen";
public const string Tags = "Browser Link, ASP.NET, Reload, JavaScript";
}
}

0 comments on commit 6dd5434

Please sign in to comment.