-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathFluentAssertions.Autofac.sln
72 lines (72 loc) · 3.58 KB
/
FluentAssertions.Autofac.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{915DFDB6-990E-4068-899E-F84163AC7A9D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.nuke = .nuke
.whitesource = .whitesource
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
CONTRIBUTING.md = CONTRIBUTING.md
FluentAssertions.Autofac.v3.ncrunchsolution = FluentAssertions.Autofac.v3.ncrunchsolution
GitVersion.yml = GitVersion.yml
global.json = global.json
key.public = key.public
key.snk = key.snk
LICENSE = LICENSE
README.md = README.md
solution.targets = solution.targets
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Autofac", "FluentAssertions.Autofac\FluentAssertions.Autofac.csproj", "{51CBAE5D-8DC3-4314-87A0-F97D058FD93D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Autofac.Tests", "FluentAssertions.Autofac.Tests\FluentAssertions.Autofac.Tests.csproj", "{849ECBE8-53FB-4EC9-AAC7-1E028DA76F0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleLib", "SampleLib\SampleLib.csproj", "{0AC7EB5C-948C-4636-A853-8E6FBC39E862}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_docs", "_docs", "{19E4231F-F592-4CF4-A00A-3477066288E3}"
ProjectSection(SolutionItems) = preProject
_docs\index.md = _docs\index.md
_docs\usage.md = _docs\usage.md
_docs\why.md = _docs\why.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{8C1612F0-6C37-4673-892B-95299B8099A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51CBAE5D-8DC3-4314-87A0-F97D058FD93D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51CBAE5D-8DC3-4314-87A0-F97D058FD93D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51CBAE5D-8DC3-4314-87A0-F97D058FD93D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51CBAE5D-8DC3-4314-87A0-F97D058FD93D}.Release|Any CPU.Build.0 = Release|Any CPU
{849ECBE8-53FB-4EC9-AAC7-1E028DA76F0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{849ECBE8-53FB-4EC9-AAC7-1E028DA76F0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{849ECBE8-53FB-4EC9-AAC7-1E028DA76F0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{849ECBE8-53FB-4EC9-AAC7-1E028DA76F0D}.Release|Any CPU.Build.0 = Release|Any CPU
{0AC7EB5C-948C-4636-A853-8E6FBC39E862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AC7EB5C-948C-4636-A853-8E6FBC39E862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AC7EB5C-948C-4636-A853-8E6FBC39E862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AC7EB5C-948C-4636-A853-8E6FBC39E862}.Release|Any CPU.Build.0 = Release|Any CPU
{8C1612F0-6C37-4673-892B-95299B8099A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1612F0-6C37-4673-892B-95299B8099A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {197B6C02-F01C-4A0E-99AB-757EBF1FD78A}
EndGlobalSection
EndGlobal