test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Packages.Rider.Editor.ProjectGeneration {
|
||||
class GUIDProvider : IGUIDGenerator
|
||||
{
|
||||
public string ProjectGuid(string name)
|
||||
{
|
||||
return SolutionGuidGenerator.GuidForProject(name);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user