-
Notifications
You must be signed in to change notification settings - Fork 2
/
microscope.sln
70 lines (70 loc) · 4.03 KB
/
microscope.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "src\Shared\Shared.csproj", "{D6F37EEC-CBA3-4DB2-B44C-5F036C6FAA9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeLensProvider", "src\CodeLensProvider\CodeLensProvider.csproj", "{FA8F7552-7E27-425B-9B81-09E0789179A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSExtension", "src\VSExtension\VSExtension.csproj", "{A0920311-8835-4915-9E9B-384F5D8F1113}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1BB4977B-68F4-4F4B-AE01-0E477A454E9A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
publish-manifest.json = publish-manifest.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{A8374006-F0B8-4AF1-9DCA-A0B7ED193DC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{C2F6B56F-9586-421D-861C-92AF566D4F29}"
ProjectSection(SolutionItems) = preProject
img\usage.gif = img\usage.gif
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests.csproj", "{EE04FE33-9AE6-42C1-A7B9-794196D52A4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysis", "src\CodeAnalysis\CodeAnalysis.csproj", "{F98BB94E-CF38-466B-ADFD-9BB26D8493B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6F37EEC-CBA3-4DB2-B44C-5F036C6FAA9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F37EEC-CBA3-4DB2-B44C-5F036C6FAA9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F37EEC-CBA3-4DB2-B44C-5F036C6FAA9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F37EEC-CBA3-4DB2-B44C-5F036C6FAA9F}.Release|Any CPU.Build.0 = Release|Any CPU
{FA8F7552-7E27-425B-9B81-09E0789179A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA8F7552-7E27-425B-9B81-09E0789179A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA8F7552-7E27-425B-9B81-09E0789179A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA8F7552-7E27-425B-9B81-09E0789179A3}.Release|Any CPU.Build.0 = Release|Any CPU
{A0920311-8835-4915-9E9B-384F5D8F1113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0920311-8835-4915-9E9B-384F5D8F1113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0920311-8835-4915-9E9B-384F5D8F1113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0920311-8835-4915-9E9B-384F5D8F1113}.Release|Any CPU.Build.0 = Release|Any CPU
{A8374006-F0B8-4AF1-9DCA-A0B7ED193DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8374006-F0B8-4AF1-9DCA-A0B7ED193DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE04FE33-9AE6-42C1-A7B9-794196D52A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE04FE33-9AE6-42C1-A7B9-794196D52A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE04FE33-9AE6-42C1-A7B9-794196D52A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE04FE33-9AE6-42C1-A7B9-794196D52A4F}.Release|Any CPU.Build.0 = Release|Any CPU
{F98BB94E-CF38-466B-ADFD-9BB26D8493B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F98BB94E-CF38-466B-ADFD-9BB26D8493B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F98BB94E-CF38-466B-ADFD-9BB26D8493B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F98BB94E-CF38-466B-ADFD-9BB26D8493B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C2F6B56F-9586-421D-861C-92AF566D4F29} = {1BB4977B-68F4-4F4B-AE01-0E477A454E9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8CD2B0A-41BD-4DFC-A181-0D69D54FBB71}
EndGlobalSection
EndGlobal