Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,18 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ExtensionDescription" xml:space="preserve">
<value>Enables Visual Studio's testing tools with unit tests written for Google Test.</value>
</data>
<data name="ExtensionName" xml:space="preserve">
<value>Test Adapter for Google Test</value>
</data>
<data name="NewItemDescription" xml:space="preserve">
<value>A Google Test based unit test.</value>
</data>
<data name="NewProjectDescrption" xml:space="preserve">
<value>Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use.</value>
</data>
<data name="TestDiscoveryStarting" xml:space="preserve">
<value>Test Adapter for Google Test: Test discovery starting...</value>
</data>
Expand Down
1 change: 0 additions & 1 deletion GoogleTestAdapter/GoogleTestProjectTemplate/pch.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// pch.cpp
// Include the standard header and generate the precompiled header.
//

#include "pch.h"
1 change: 0 additions & 1 deletion GoogleTestAdapter/GoogleTestProjectTemplate/pch.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// pch.h
// Header for standard system include files.
//

#pragma once
Expand Down