-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAutofac.Diagnostics.DotGraph.sln
81 lines (81 loc) · 4.43 KB
/
Autofac.Diagnostics.DotGraph.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
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D8E94071-DDE4-4B18-912D-049BA7FE386A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Diagnostics.DotGraph", "src\Autofac.Diagnostics.DotGraph\Autofac.Diagnostics.DotGraph.csproj", "{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{EAD80020-1274-4541-97FB-230E8A3A1CD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Diagnostics.DotGraph.Test", "test\Autofac.Diagnostics.DotGraph.Test\Autofac.Diagnostics.DotGraph.Test.csproj", "{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F6143D3-A51C-4F22-8AA7-C5F615916391}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
codecov.yml = codecov.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{873F9062-E245-4B61-B532-EB6049ACED00}"
ProjectSection(SolutionItems) = preProject
build\Analyzers.ruleset = build\Analyzers.ruleset
build\Autofac.Build.psd1 = build\Autofac.Build.psd1
build\Autofac.Build.psm1 = build\Autofac.Build.psm1
build\stylecop.json = build\stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Debug|x64.ActiveCfg = Debug|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Debug|x64.Build.0 = Debug|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Debug|x86.ActiveCfg = Debug|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Debug|x86.Build.0 = Debug|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Release|Any CPU.Build.0 = Release|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Release|x64.ActiveCfg = Release|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Release|x64.Build.0 = Release|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Release|x86.ActiveCfg = Release|Any CPU
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D}.Release|x86.Build.0 = Release|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Debug|x64.ActiveCfg = Debug|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Debug|x64.Build.0 = Debug|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Debug|x86.ActiveCfg = Debug|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Debug|x86.Build.0 = Debug|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Release|Any CPU.Build.0 = Release|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Release|x64.ActiveCfg = Release|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Release|x64.Build.0 = Release|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Release|x86.ActiveCfg = Release|Any CPU
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{28123163-7FD3-4EB0-B6B8-6C566AA7B84D} = {D8E94071-DDE4-4B18-912D-049BA7FE386A}
{5ED79F09-C5C0-4F35-AAB0-F05053FFC170} = {EAD80020-1274-4541-97FB-230E8A3A1CD0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1ED69834-6C4D-4672-9971-A45DBC2EA188}
EndGlobalSection
EndGlobal