-
Notifications
You must be signed in to change notification settings - Fork 4
/
PropertyChangedAnalyzers.sln
89 lines (89 loc) · 5.08 KB
/
PropertyChangedAnalyzers.sln
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{A1A96555-15B1-4A0C-ADC1-059CEAA3F788}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BAD2A4EE-6739-4830-BC74-2F8CF785A572}"
ProjectSection(SolutionItems) = preProject
documentation\INPC001.md = documentation\INPC001.md
documentation\INPC002.md = documentation\INPC002.md
documentation\INPC003.md = documentation\INPC003.md
documentation\INPC004.md = documentation\INPC004.md
documentation\INPC005.md = documentation\INPC005.md
documentation\INPC006_a.md = documentation\INPC006_a.md
documentation\INPC006_b.md = documentation\INPC006_b.md
documentation\INPC007.md = documentation\INPC007.md
documentation\INPC008.md = documentation\INPC008.md
documentation\INPC009.md = documentation\INPC009.md
documentation\INPC010.md = documentation\INPC010.md
documentation\INPC011.md = documentation\INPC011.md
documentation\INPC012.md = documentation\INPC012.md
documentation\INPC013.md = documentation\INPC013.md
documentation\INPC014.md = documentation\INPC014.md
documentation\INPC015.md = documentation\INPC015.md
documentation\INPC016.md = documentation\INPC016.md
documentation\INPC017.md = documentation\INPC017.md
documentation\INPC018.md = documentation\INPC018.md
documentation\INPC019.md = documentation\INPC019.md
documentation\INPC020.md = documentation\INPC020.md
documentation\INPC021.md = documentation\INPC021.md
documentation\INPC022.md = documentation\INPC022.md
documentation\INPC023.md = documentation\INPC023.md
documentation\INPC024.md = documentation\INPC024.md
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PropertyChangedAnalyzers.Test", "PropertyChangedAnalyzers.Test\PropertyChangedAnalyzers.Test.csproj", "{3EB54B68-A7AA-45E8-A97B-A0746712140B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PropertyChangedAnalyzers.Vsix", "PropertyChangedAnalyzers.Vsix\PropertyChangedAnalyzers.Vsix.csproj", "{A123CB85-BD7F-4C50-8D15-2B3F336D7A8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PropertyChangedAnalyzers.Benchmarks", "PropertyChangedAnalyzers.Benchmarks\PropertyChangedAnalyzers.Benchmarks.csproj", "{1E0EB358-2EEA-485A-A12E-1337F4D3121F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PropertyChangedAnalyzers", "PropertyChangedAnalyzers\PropertyChangedAnalyzers.csproj", "{FAF511FD-0791-4260-9C23-9A53795F6D45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidCode", "ValidCode\ValidCode.csproj", "{87E6ABA1-68A8-4895-A63C-67B9AF4A88DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Release|Any CPU.Build.0 = Release|Any CPU
{A123CB85-BD7F-4C50-8D15-2B3F336D7A8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A123CB85-BD7F-4C50-8D15-2B3F336D7A8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A123CB85-BD7F-4C50-8D15-2B3F336D7A8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A123CB85-BD7F-4C50-8D15-2B3F336D7A8A}.Release|Any CPU.Build.0 = Release|Any CPU
{1E0EB358-2EEA-485A-A12E-1337F4D3121F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E0EB358-2EEA-485A-A12E-1337F4D3121F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E0EB358-2EEA-485A-A12E-1337F4D3121F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E0EB358-2EEA-485A-A12E-1337F4D3121F}.Release|Any CPU.Build.0 = Release|Any CPU
{FAF511FD-0791-4260-9C23-9A53795F6D45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAF511FD-0791-4260-9C23-9A53795F6D45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAF511FD-0791-4260-9C23-9A53795F6D45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAF511FD-0791-4260-9C23-9A53795F6D45}.Release|Any CPU.Build.0 = Release|Any CPU
{87E6ABA1-68A8-4895-A63C-67B9AF4A88DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E6ABA1-68A8-4895-A63C-67B9AF4A88DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E6ABA1-68A8-4895-A63C-67B9AF4A88DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E6ABA1-68A8-4895-A63C-67B9AF4A88DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4810C1D-E897-4BF1-AF81-48DA8A66F172}
EndGlobalSection
EndGlobal