This commit is contained in:
Simon Lübeß
2023-07-31 16:40:27 +02:00
parent 803fd7f8ba
commit c374d86ec7
2 changed files with 0 additions and 81 deletions
-5
View File
@@ -39,11 +39,6 @@ class Project
Path.Combine(target, WorkspacePath, relativePath);
}
public void GetRelativePath()
{
}
public static Project CreateNew(StringView projectDirectory, StringView projectName)
{
Project project = new Project(projectDirectory);