-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnalyzerUseExplicitType.sln
More file actions
49 lines (49 loc) · 3.22 KB
/
AnalyzerUseExplicitType.sln
File metadata and controls
49 lines (49 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzerUseExplicitType", "AnalyzerUseExplicitType\AnalyzerUseExplicitType.csproj", "{BE433376-570F-46F0-A809-836AB97B10C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzerUseExplicitType.CodeFixes", "AnalyzerUseExplicitType.CodeFixes\AnalyzerUseExplicitType.CodeFixes.csproj", "{3375D5BC-F3B5-4F87-8D37-D935D264C46C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzerUseExplicitType.Package", "AnalyzerUseExplicitType.Package\AnalyzerUseExplicitType.Package.csproj", "{C36CFC0F-9191-45CE-B792-8E4227944AFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzerUseExplicitType.Test", "AnalyzerUseExplicitType.Test\AnalyzerUseExplicitType.Test.csproj", "{6E3C3E69-382C-4924-A5F7-F5449C43A716}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzerUseExplicitType.Vsix", "AnalyzerUseExplicitType.Vsix\AnalyzerUseExplicitType.Vsix.csproj", "{230C1FAA-1659-4974-89E7-A7F045C382DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE433376-570F-46F0-A809-836AB97B10C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE433376-570F-46F0-A809-836AB97B10C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE433376-570F-46F0-A809-836AB97B10C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE433376-570F-46F0-A809-836AB97B10C4}.Release|Any CPU.Build.0 = Release|Any CPU
{3375D5BC-F3B5-4F87-8D37-D935D264C46C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3375D5BC-F3B5-4F87-8D37-D935D264C46C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3375D5BC-F3B5-4F87-8D37-D935D264C46C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3375D5BC-F3B5-4F87-8D37-D935D264C46C}.Release|Any CPU.Build.0 = Release|Any CPU
{C36CFC0F-9191-45CE-B792-8E4227944AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C36CFC0F-9191-45CE-B792-8E4227944AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C36CFC0F-9191-45CE-B792-8E4227944AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C36CFC0F-9191-45CE-B792-8E4227944AFE}.Release|Any CPU.Build.0 = Release|Any CPU
{6E3C3E69-382C-4924-A5F7-F5449C43A716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E3C3E69-382C-4924-A5F7-F5449C43A716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E3C3E69-382C-4924-A5F7-F5449C43A716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E3C3E69-382C-4924-A5F7-F5449C43A716}.Release|Any CPU.Build.0 = Release|Any CPU
{230C1FAA-1659-4974-89E7-A7F045C382DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{230C1FAA-1659-4974-89E7-A7F045C382DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{230C1FAA-1659-4974-89E7-A7F045C382DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{230C1FAA-1659-4974-89E7-A7F045C382DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F250795-B399-4848-A6F7-4B65B0BEB8B6}
EndGlobalSection
EndGlobal