-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfigureAwaitAnalyzer.sln
42 lines (42 loc) · 2.43 KB
/
ConfigureAwaitAnalyzer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigureAwaitAnalyzer", "ConfigureAwaitAnalyzer\ConfigureAwaitAnalyzer\ConfigureAwaitAnalyzer.csproj", "{0606D20C-571B-4B0F-9DBF-398E716D84A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigureAwaitAnalyzer.Test", "ConfigureAwaitAnalyzer\ConfigureAwaitAnalyzer.Test\ConfigureAwaitAnalyzer.Test.csproj", "{B7D50B42-8299-43BC-A695-3A6945D9F6E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigureAwaitAnalyzer.Vsix", "ConfigureAwaitAnalyzer\ConfigureAwaitAnalyzer.Vsix\ConfigureAwaitAnalyzer.Vsix.csproj", "{A3A4004C-F5CD-48ED-B0A8-14A905726EF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A5609C9-4413-4AE1-8957-30D1C8CADAA3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0606D20C-571B-4B0F-9DBF-398E716D84A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0606D20C-571B-4B0F-9DBF-398E716D84A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0606D20C-571B-4B0F-9DBF-398E716D84A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0606D20C-571B-4B0F-9DBF-398E716D84A0}.Release|Any CPU.Build.0 = Release|Any CPU
{B7D50B42-8299-43BC-A695-3A6945D9F6E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7D50B42-8299-43BC-A695-3A6945D9F6E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7D50B42-8299-43BC-A695-3A6945D9F6E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7D50B42-8299-43BC-A695-3A6945D9F6E5}.Release|Any CPU.Build.0 = Release|Any CPU
{A3A4004C-F5CD-48ED-B0A8-14A905726EF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A4004C-F5CD-48ED-B0A8-14A905726EF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A4004C-F5CD-48ED-B0A8-14A905726EF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A4004C-F5CD-48ED-B0A8-14A905726EF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3C271F2-D8F9-4E6D-86FC-70FAEDC5B448}
EndGlobalSection
EndGlobal