|
1 | 1 | Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | | -# Visual Studio 15 |
3 | | -VisualStudioVersion = 15.0.27130.2036 |
| 2 | +# Visual Studio Version 16 |
| 3 | +VisualStudioVersion = 16.0.29411.108 |
4 | 4 | MinimumVisualStudioVersion = 10.0.40219.1 |
5 | 5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VisualStudio", "VisualStudio", "{087B51E1-CD20-42E4-9CBF-CB2D779FC7D3}" |
6 | 6 | EndProject |
@@ -35,6 +35,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", |
35 | 35 | EndProject |
36 | 36 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Workspaces.Core", "Workspaces.Core\Workspaces.Core.csproj", "{B5B2B192-390F-48F2-9858-5BE753565728}" |
37 | 37 | EndProject |
| 38 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Formatting.Analyzers", "Formatting.Analyzers\Formatting.Analyzers.csproj", "{9DC2328A-CB39-4DD4-A403-11E905882666}" |
| 39 | +EndProject |
| 40 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Formatting.Analyzers.CodeFixes", "Formatting.Analyzers.CodeFixes\Formatting.Analyzers.CodeFixes.csproj", "{F61BFFE0-1011-4DE2-B103-18A4FB353613}" |
| 41 | +EndProject |
38 | 42 | Global |
39 | 43 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
40 | 44 | Debug|Any CPU = Debug|Any CPU |
@@ -93,6 +97,14 @@ Global |
93 | 97 | {B5B2B192-390F-48F2-9858-5BE753565728}.Debug|Any CPU.Build.0 = Debug|Any CPU |
94 | 98 | {B5B2B192-390F-48F2-9858-5BE753565728}.Release|Any CPU.ActiveCfg = Release|Any CPU |
95 | 99 | {B5B2B192-390F-48F2-9858-5BE753565728}.Release|Any CPU.Build.0 = Release|Any CPU |
| 100 | + {9DC2328A-CB39-4DD4-A403-11E905882666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 101 | + {9DC2328A-CB39-4DD4-A403-11E905882666}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 102 | + {9DC2328A-CB39-4DD4-A403-11E905882666}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 103 | + {9DC2328A-CB39-4DD4-A403-11E905882666}.Release|Any CPU.Build.0 = Release|Any CPU |
| 104 | + {F61BFFE0-1011-4DE2-B103-18A4FB353613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 105 | + {F61BFFE0-1011-4DE2-B103-18A4FB353613}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 106 | + {F61BFFE0-1011-4DE2-B103-18A4FB353613}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 107 | + {F61BFFE0-1011-4DE2-B103-18A4FB353613}.Release|Any CPU.Build.0 = Release|Any CPU |
96 | 108 | EndGlobalSection |
97 | 109 | GlobalSection(SolutionProperties) = preSolution |
98 | 110 | HideSolutionNode = FALSE |
|
0 commit comments