GenerateToolingFeed/V4Format/V4FormatDotnetEntry.cs (11 lines of code) (raw):
using System;
using System.Collections.Generic;
using System.Text;
namespace GenerateToolingFeed
{
public class V4FormatDotnetEntry
{
public string projectTemplates { get; set; }
public string itemTemplates { get; set; }
}
}