Skip to content

Commit 803d9d8

Browse files
committed
Add Formatting.Analyzers to VisualStudio.
1 parent 3f48e99 commit 803d9d8

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

src/VisualStudio.sln

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VisualStudio", "VisualStudio", "{087B51E1-CD20-42E4-9CBF-CB2D779FC7D3}"
66
EndProject
@@ -35,6 +35,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj",
3535
EndProject
3636
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Workspaces.Core", "Workspaces.Core\Workspaces.Core.csproj", "{B5B2B192-390F-48F2-9858-5BE753565728}"
3737
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
3842
Global
3943
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4044
Debug|Any CPU = Debug|Any CPU
@@ -93,6 +97,14 @@ Global
9397
{B5B2B192-390F-48F2-9858-5BE753565728}.Debug|Any CPU.Build.0 = Debug|Any CPU
9498
{B5B2B192-390F-48F2-9858-5BE753565728}.Release|Any CPU.ActiveCfg = Release|Any CPU
9599
{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
96108
EndGlobalSection
97109
GlobalSection(SolutionProperties) = preSolution
98110
HideSolutionNode = FALSE

src/VisualStudio/VisualStudio.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@
162162
<Project>{3b0653f4-919d-4049-84a8-b1cc173415d7}</Project>
163163
<Name>Analyzers.CodeFixes</Name>
164164
</ProjectReference>
165+
<ProjectReference Include="..\Formatting.Analyzers.CodeFixes\Formatting.Analyzers.CodeFixes.csproj">
166+
<Project>{f61bffe0-1011-4de2-b103-18a4fb353613}</Project>
167+
<Name>Formatting.Analyzers.CodeFixes</Name>
168+
</ProjectReference>
169+
<ProjectReference Include="..\Formatting.Analyzers\Formatting.Analyzers.csproj">
170+
<Project>{9dc2328a-cb39-4dd4-a403-11e905882666}</Project>
171+
<Name>Formatting.Analyzers</Name>
172+
</ProjectReference>
165173
<ProjectReference Include="..\Workspaces.Common\Workspaces.Common.csproj">
166174
<Project>{d6b3faf2-c92d-4b2d-82df-d6b3dd7f4107}</Project>
167175
<Name>Workspaces.Common</Name>

0 commit comments

Comments
 (0)