| Project(Project&&) delete |
| Project(const Project&) delete |
| const std::vector<std::u32string>& | Dependencies() const |
| const std::string& | FilePath() const |
| const std::u32string& | Guid() const |
| const std::u32string& | LanguageGuid() const |
| const std::u32string& | Name() const |
| Project&& | operator=(Project&&) delete |
| Project& | operator=(const Project&) delete |
| std::vector<std::u32string> | dependencies |
| std::string | filePath |
| std::u32string | guid |
| std::u32string | languageGuid |
| std::u32string | name |