-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCogworks.AzureSearch.IoC.Umbraco.sln
54 lines (54 loc) · 2.91 KB
/
Cogworks.AzureSearch.IoC.Umbraco.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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cogworks.AzureSearch.IoC.Umbraco", "src\Cogworks.AzureSearch.IoC.Umbraco\Cogworks.AzureSearch.IoC.Umbraco.csproj", "{E1317854-28A7-491E-97B1-FBEEEF7B5982}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cogworks.AzureSearch.IoC.Umbraco.UnitTests", "tests\UnitTests\Cogworks.AzureSearch.IoC.Umbraco.UnitTests\Cogworks.AzureSearch.IoC.Umbraco.UnitTests.csproj", "{31032AAC-7779-4DEF-81D4-B6143A716C4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1317854-28A7-491E-97B1-FBEEEF7B5982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1317854-28A7-491E-97B1-FBEEEF7B5982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1317854-28A7-491E-97B1-FBEEEF7B5982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1317854-28A7-491E-97B1-FBEEEF7B5982}.Release|Any CPU.Build.0 = Release|Any CPU
{31032AAC-7779-4DEF-81D4-B6143A716C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31032AAC-7779-4DEF-81D4-B6143A716C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31032AAC-7779-4DEF-81D4-B6143A716C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31032AAC-7779-4DEF-81D4-B6143A716C4F}.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}
{E1317854-28A7-491E-97B1-FBEEEF7B5982} = {B85EEFD6-B048-478E-A032-3CCE3F0B3093}
{31032AAC-7779-4DEF-81D4-B6143A716C4F} = {180E9BD6-30B9-4D88-B88C-9F289D316967}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC813CF7-BD65-4CD5-B0B7-7B1F828A9909}
EndGlobalSection
EndGlobal