This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
UniverseLib.Analyzers.sln
43 lines (43 loc) · 2.67 KB
/
UniverseLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniverseLib.Analyzers", "UniverseLib.Analyzers\UniverseLib.Analyzers.csproj", "{D80A8DF3-2037-475D-94AC-42942160E25D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniverseLib.Analyzers.Package", "UniverseLib.Analyzers.Package\UniverseLib.Analyzers.Package.csproj", "{C11E047C-072F-41F9-9599-27ED69973F1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniverseLib.Analyzers.Vsix", "UniverseLib.Analyzers.Vsix\UniverseLib.Analyzers.Vsix.csproj", "{E4258747-5122-4815-A635-5B61E4988FC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniverseLib.Analyzers.Test", "UniverseLib.Analyzers.Test\UniverseLib.Analyzers.Test.csproj", "{68DDFAE8-0AB5-4555-8300-03C6A327A7D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D80A8DF3-2037-475D-94AC-42942160E25D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D80A8DF3-2037-475D-94AC-42942160E25D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D80A8DF3-2037-475D-94AC-42942160E25D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D80A8DF3-2037-475D-94AC-42942160E25D}.Release|Any CPU.Build.0 = Release|Any CPU
{C11E047C-072F-41F9-9599-27ED69973F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C11E047C-072F-41F9-9599-27ED69973F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C11E047C-072F-41F9-9599-27ED69973F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C11E047C-072F-41F9-9599-27ED69973F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{E4258747-5122-4815-A635-5B61E4988FC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4258747-5122-4815-A635-5B61E4988FC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4258747-5122-4815-A635-5B61E4988FC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4258747-5122-4815-A635-5B61E4988FC4}.Release|Any CPU.Build.0 = Release|Any CPU
{68DDFAE8-0AB5-4555-8300-03C6A327A7D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DDFAE8-0AB5-4555-8300-03C6A327A7D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DDFAE8-0AB5-4555-8300-03C6A327A7D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DDFAE8-0AB5-4555-8300-03C6A327A7D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0AA7D01-9CC9-49C7-8AF1-3B45E973F898}
EndGlobalSection
EndGlobal