-
Notifications
You must be signed in to change notification settings - Fork 7
/
Autofac.Extras.AggregateService.sln
61 lines (61 loc) · 3.02 KB
/
Autofac.Extras.AggregateService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Extras.AggregateService", "src\Autofac.Extras.AggregateService\Autofac.Extras.AggregateService.csproj", "{A885ADCA-BFD9-45EA-AE5B-40E457954AD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Extras.AggregateService.Test", "test\Autofac.Extras.AggregateService.Test\Autofac.Extras.AggregateService.Test.csproj", "{48B716B8-716E-4D71-8BD3-0BB4B6E35726}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BD0EC59-47FF-4D3F-A6D5-2E0BF8E24F8B}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
NuGet.Config = NuGet.Config
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0D0EADE5-8158-4FBC-833C-3B6CF07C7C08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ADBDED51-3557-4AC9-BCDA-144D6834FDE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{15E7F471-6999-4F69-9D91-570F9F39D9F7}"
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\CodeAnalysisDictionary.xml = build\CodeAnalysisDictionary.xml
build\icon.png = build\icon.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A885ADCA-BFD9-45EA-AE5B-40E457954AD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A885ADCA-BFD9-45EA-AE5B-40E457954AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A885ADCA-BFD9-45EA-AE5B-40E457954AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A885ADCA-BFD9-45EA-AE5B-40E457954AD4}.Release|Any CPU.Build.0 = Release|Any CPU
{48B716B8-716E-4D71-8BD3-0BB4B6E35726}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48B716B8-716E-4D71-8BD3-0BB4B6E35726}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48B716B8-716E-4D71-8BD3-0BB4B6E35726}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48B716B8-716E-4D71-8BD3-0BB4B6E35726}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E39D3F0A-B882-49B8-ABFF-BA8BEAB81863}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A885ADCA-BFD9-45EA-AE5B-40E457954AD4} = {0D0EADE5-8158-4FBC-833C-3B6CF07C7C08}
{48B716B8-716E-4D71-8BD3-0BB4B6E35726} = {ADBDED51-3557-4AC9-BCDA-144D6834FDE5}
EndGlobalSection
EndGlobal