Initial Commit
This commit is contained in:
17
Progrart.Core/ProjectSystem/Project.cs
Normal file
17
Progrart.Core/ProjectSystem/Project.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Progrart.Core.ProjectSystem
|
||||
{
|
||||
[Serializable]
|
||||
public class Project
|
||||
{
|
||||
}
|
||||
[Serializable]
|
||||
public class BuildConfiguration
|
||||
{
|
||||
public string? Name;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user