IGUIDGenerator.cs 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 namespace Packages.Rider.Editor.ProjectGeneration { internal interface IGUIDGenerator { string ProjectGuid(string projectName, string assemblyName); string SolutionGuid(string projectName, string extension); } }