예제 #1
0
 static AxoCoverPackage()
 {
     PackageRoot = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
     Manifest    = PackageManifest.FromFile(Path.Combine(PackageRoot, "extension.vsixmanifest"));
 }