-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoMapper.Analyzers.sln
77 lines (77 loc) · 5.19 KB
/
AutoMapper.Analyzers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoMapper.Analyzers.Common", "src\AutoMapper.Analyzers.Common\AutoMapper.Analyzers.Common.csproj", "{C047F9A8-97E9-4988-B3C5-4D3EB646692E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoMapper.Analyzers.Vsix", "package\AutoMapper.Analyzers.Vsix\AutoMapper.Analyzers.Vsix.csproj", "{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoMapper.Analyzers.Common.Tests", "tests\AutoMapper.Analyzers.Common.Tests\AutoMapper.Analyzers.Common.Tests.csproj", "{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoMapper.Analyzers.Common.CodeFixes", "src\AutoMapper.Analyzers.Common.CodeFixes\AutoMapper.Analyzers.Common.CodeFixes.csproj", "{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B1787FF-1794-4F46-A077-A029835B3B4F}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Analyzers.Common.Package", "package\AutoMapper.Analyzers.Common.Package\AutoMapper.Analyzers.Common.Package.csproj", "{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Debug|x86.ActiveCfg = Debug|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Debug|x86.Build.0 = Debug|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Release|Any CPU.Build.0 = Release|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Release|x86.ActiveCfg = Release|Any CPU
{C047F9A8-97E9-4988-B3C5-4D3EB646692E}.Release|x86.Build.0 = Release|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Debug|x86.ActiveCfg = Debug|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Debug|x86.Build.0 = Debug|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Release|Any CPU.Build.0 = Release|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Release|x86.ActiveCfg = Release|Any CPU
{27CE8A80-8A9D-4DE9-8979-251B9FF51F15}.Release|x86.Build.0 = Release|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Debug|x86.Build.0 = Debug|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Release|Any CPU.Build.0 = Release|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Release|x86.ActiveCfg = Release|Any CPU
{C8DC7E99-D7C6-4D24-AEA4-CEBC92207534}.Release|x86.Build.0 = Release|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Debug|x86.ActiveCfg = Debug|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Debug|x86.Build.0 = Debug|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Release|Any CPU.Build.0 = Release|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Release|x86.ActiveCfg = Release|Any CPU
{4FC11BE6-9A0D-4147-A968-9D2B508D25D5}.Release|x86.Build.0 = Release|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Debug|x86.ActiveCfg = Debug|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Debug|x86.Build.0 = Debug|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Release|Any CPU.Build.0 = Release|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Release|x86.ActiveCfg = Release|Any CPU
{6BE5CCD5-652C-410F-8A37-3E046C3F62DF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22493CD9-70D4-4E8F-B461-9D65360F02A4}
EndGlobalSection
EndGlobal