diff --git a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs
index ee63b9032..42c4d4f59 100644
--- a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs
+++ b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs
@@ -78,24 +78,6 @@ public static string ExtensionName {
}
}
- ///
- /// Looks up a localized string similar to A Google Test based unit test..
- ///
- public static string NewItemDescription {
- get {
- return ResourceManager.GetString("NewItemDescription", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use..
- ///
- public static string NewProjectDescrption {
- get {
- return ResourceManager.GetString("NewProjectDescrption", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to Test Adapter for Google Test: Test discovery starting....
///
diff --git a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx
index 7578cfa13..41de6cb29 100644
--- a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx
+++ b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx
@@ -123,12 +123,6 @@
Test Adapter for Google Test
-
- A Google Test based unit test.
-
-
- Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use.
-
Test Adapter for Google Test: Test discovery starting...
diff --git a/GoogleTestAdapter/GoogleTestItemTemplate/GoogleTest.vstemplate b/GoogleTestAdapter/GoogleTestItemTemplate/GoogleTest.vstemplate
index 91f42fcc7..f9bf7b474 100644
--- a/GoogleTestAdapter/GoogleTestItemTemplate/GoogleTest.vstemplate
+++ b/GoogleTestAdapter/GoogleTestItemTemplate/GoogleTest.vstemplate
@@ -1,7 +1,7 @@
- Google Test
- A Google Test based unit test.
+
+
VC
Microsoft.VisualC.Item.GoogleTest
10
diff --git a/GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vstemplate b/GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vstemplate
index af99044e3..e1a5995e7 100644
--- a/GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vstemplate
+++ b/GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vstemplate
@@ -1,7 +1,7 @@
- Google Test
- Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use.
+
+
VC
Microsoft.VisualC.Project.GoogleTest
1000
diff --git a/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.Designer.cs b/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.Designer.cs
new file mode 100644
index 000000000..4cc8797b2
--- /dev/null
+++ b/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.Designer.cs
@@ -0,0 +1,145 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GoogleTestAdapter.VsPackage.TAfGT.Resources {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class VSPackage {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal VSPackage() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GoogleTestAdapter.VsPackage.TAfGT.Resources.VSPackage", typeof(VSPackage).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Test Adapter for Google Test.
+ ///
+ internal static string _110 {
+ get {
+ return ResourceManager.GetString("110", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory..
+ ///
+ internal static string _112 {
+ get {
+ return ResourceManager.GetString("112", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A Google Test based unit test..
+ ///
+ internal static string _113 {
+ get {
+ return ResourceManager.GetString("113", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use..
+ ///
+ internal static string _114 {
+ get {
+ return ResourceManager.GetString("114", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Google Test.
+ ///
+ internal static string _115 {
+ get {
+ return ResourceManager.GetString("115", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
+ ///
+ internal static System.Drawing.Icon _400 {
+ get {
+ object obj = ResourceManager.GetObject("400", resourceCulture);
+ return ((System.Drawing.Icon)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to General.
+ ///
+ internal static string _501 {
+ get {
+ return ResourceManager.GetString("501", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Parallelization.
+ ///
+ internal static string _502 {
+ get {
+ return ResourceManager.GetString("502", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Google Test.
+ ///
+ internal static string _503 {
+ get {
+ return ResourceManager.GetString("503", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.resx b/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.resx
index d35349059..162150812 100644
--- a/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.resx
+++ b/GoogleTestAdapter/VsPackage.TAfGT/Resources/VSPackage.resx
@@ -123,6 +123,15 @@
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.
+
+ A Google Test based unit test.
+
+
+ Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use.
+
+
+ Google Test
+
..\..\Resources\Icons\Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
diff --git a/GoogleTestAdapter/VsPackage.TAfGT/VsPackage.TAfGT.csproj b/GoogleTestAdapter/VsPackage.TAfGT/VsPackage.TAfGT.csproj
index 14561f081..28fe6af27 100644
--- a/GoogleTestAdapter/VsPackage.TAfGT/VsPackage.TAfGT.csproj
+++ b/GoogleTestAdapter/VsPackage.TAfGT/VsPackage.TAfGT.csproj
@@ -75,6 +75,11 @@
+
+ True
+ True
+ VSPackage.resx
+
@@ -92,6 +97,8 @@
true
VSPackage
Designer
+ ResXFileCodeGenerator
+ VSPackage.Designer.cs