-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCogworks.AzureSearch.Ioc.Autofac.sln
54 lines (54 loc) · 2.91 KB
/
Cogworks.AzureSearch.Ioc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B85EEFD6-B048-478E-A032-3CCE3F0B3093}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B5DAEDD1-13AF-4A74-BD24-42EBCB1A18D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{180E9BD6-30B9-4D88-B88C-9F289D316967}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D0073AC-CE06-400A-B362-297CB9A332BE}"
ProjectSection(SolutionItems) = preProject
linting\.editorconfig = linting\.editorconfig
CHANGELOG.md = CHANGELOG.md
linting\codeanalysis.ruleset = linting\codeanalysis.ruleset
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
linting\stylecop.json = linting\stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogworks.AzureSearch.IoC.Autofac", "src\Cogworks.AzureSearch.IoC.Autofac\Cogworks.AzureSearch.IoC.Autofac.csproj", "{B5A76031-4E7F-4465-B1C3-D86126590CAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogworks.AzureSearch.IoC.Autofac.UnitTests", "tests\UnitTests\Cogworks.AzureSearch.IoC.Autofac.UnitTests\Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj", "{4365D5DE-2AFF-4890-852D-120E9265371A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5A76031-4E7F-4465-B1C3-D86126590CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5A76031-4E7F-4465-B1C3-D86126590CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5A76031-4E7F-4465-B1C3-D86126590CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5A76031-4E7F-4465-B1C3-D86126590CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{4365D5DE-2AFF-4890-852D-120E9265371A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4365D5DE-2AFF-4890-852D-120E9265371A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4365D5DE-2AFF-4890-852D-120E9265371A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4365D5DE-2AFF-4890-852D-120E9265371A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{180E9BD6-30B9-4D88-B88C-9F289D316967} = {B5DAEDD1-13AF-4A74-BD24-42EBCB1A18D0}
{B5A76031-4E7F-4465-B1C3-D86126590CAF} = {B85EEFD6-B048-478E-A032-3CCE3F0B3093}
{4365D5DE-2AFF-4890-852D-120E9265371A} = {180E9BD6-30B9-4D88-B88C-9F289D316967}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC813CF7-BD65-4CD5-B0B7-7B1F828A9909}
EndGlobalSection
EndGlobal