-
Notifications
You must be signed in to change notification settings - Fork 8
/
ReferenceAssemblyAnnotator.sln
40 lines (40 loc) · 2.06 KB
/
ReferenceAssemblyAnnotator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CecilBasedAnnotator", "CecilBasedAnnotator\CecilBasedAnnotator.csproj", "{802A569B-9ABD-43C2-8A4D-4E9946023A44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TunnelVisionLabs.ReferenceAssemblyAnnotator", "TunnelVisionLabs.ReferenceAssemblyAnnotator\TunnelVisionLabs.ReferenceAssemblyAnnotator.csproj", "{8133EC1F-B531-4094-A76E-F155E4117D30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51FA6781-3E2C-4F33-9A73-D789899E93B6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
stylecop.json = stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{802A569B-9ABD-43C2-8A4D-4E9946023A44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802A569B-9ABD-43C2-8A4D-4E9946023A44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802A569B-9ABD-43C2-8A4D-4E9946023A44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802A569B-9ABD-43C2-8A4D-4E9946023A44}.Release|Any CPU.Build.0 = Release|Any CPU
{8133EC1F-B531-4094-A76E-F155E4117D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8133EC1F-B531-4094-A76E-F155E4117D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8133EC1F-B531-4094-A76E-F155E4117D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8133EC1F-B531-4094-A76E-F155E4117D30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C55A8357-6A90-434B-B929-EB5127E06FC9}
EndGlobalSection
EndGlobal