Skip to content
Snippets Groups Projects
DeploymentItems.cs 342 B
Newer Older
  • Learn to ignore specific revisions
  • Frederik Carlier's avatar
    Frederik Carlier committed
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    
    namespace MasterDevs.ChromeDevTools.ProtocolGenerator.Tests
    {
        class DeploymentItems
        {
            public const string Inspector10 = "Inspector-1.0.json";
            public const string Protocol = "protocol.json";
        }
    }