暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Solution.cs 546B

123456789101112
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. namespace Microsoft.Unity.VisualStudio.Editor
  6. {
  7. internal class Solution
  8. {
  9. public SolutionProjectEntry[] Projects { get; set; }
  10. public SolutionProperties[] Properties { get; set; }
  11. }
  12. }