-
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) · 890 Bytes
/
source.extension.cs
File metadata and controls
18 lines (18 loc) · 890 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 VSIX Synchronizer 1.0.45
// Available from https://marketplace.visualstudio.com/items?itemName=MadsKristensen.VsixSynchronizer64
// </auto-generated>
// ------------------------------------------------------------------------------
namespace QuickJump2022 {
internal sealed partial class Vsix {
public const string Id = "QuickJump2022.a942616b-4a01-4229-b391-d7cf0e1e64d0";
public const string Name = "QuickJump2022";
public const string Description = @"Quick Jump 2022";
public const string Language = "en-US";
public const string Version = "1.62";
public const string Author = "DUBEG";
public const string Tags = "";
public const bool IsPreview = false;
}
}