Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>Google Test</Name>
<Description>A Google Test based unit testing project.</Description>
<Description>Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use.</Description>
<ProjectType>VC</ProjectType>
<TemplateID>Microsoft.VisualC.Project.GoogleTest</TemplateID>
<SortOrder>1000</SortOrder>
Expand Down Expand Up @@ -29,4 +29,4 @@
<package id="$nugetpackage$" version="1.8.0" />
</packages>
</WizardData>
</VSTemplate>
</VSTemplate>