forked from jeffdapaz/VisualChatGPTStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.extension.cs
More file actions
18 lines (18 loc) · 768 Bytes
/
source.extension.cs
File metadata and controls
18 lines (18 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by the extension VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
namespace JeffPires.VisualChatGPTStudio
{
internal sealed partial class Vsix
{
public const string Id = "VisuallChatGPTStudio.4854bc98-735d-4622-a0cf-30454b50aa0f";
public const string Name = "VisuallChatGPTStudio";
public const string Description = @"Empty VSIX Project.";
public const string Language = "en-US";
public const string Version = "1.0";
public const string Author = "Avanade";
public const string Tags = "";
}
}