-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathCompaniesHouse.sln
61 lines (61 loc) · 4.37 KB
/
CompaniesHouse.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.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompaniesHouse.Tests", "tests\CompaniesHouse.Tests\CompaniesHouse.Tests.csproj", "{BC825074-5662-421D-A849-FD94158F3029}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompaniesHouse.IntegrationTests", "tests\CompaniesHouse.IntegrationTests\CompaniesHouse.IntegrationTests.csproj", "{6B83B8C2-9DA6-42D5-BB32-BD0C6FDFC14D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompaniesHouse", "src\CompaniesHouse\CompaniesHouse.csproj", "{9639747A-C49F-42E9-85A4-41FCBFCB7A16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompaniesHouse.ScenarioTests", "tests\CompaniesHouse.ScenarioTests\CompaniesHouse.ScenarioTests.csproj", "{E1DA350A-FC73-4999-9B02-CBF8538945C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleProject", "samples\SampleProject\SampleProject.csproj", "{4F078B5D-05F5-4134-9B8F-1AC43BFCFD7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompaniesHouse.Extensions.Microsoft.DependencyInjection", "src\CompaniesHouse.Extensions.Microsoft.DependencyInjection\CompaniesHouse.Extensions.Microsoft.DependencyInjection.csproj", "{5C6AC4CD-8E8B-4700-B01B-7B57C74AE791}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests", "tests\CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests\CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests.csproj", "{011662B7-5E03-4E6A-BAEA-B5C3FE169D3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC825074-5662-421D-A849-FD94158F3029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC825074-5662-421D-A849-FD94158F3029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC825074-5662-421D-A849-FD94158F3029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC825074-5662-421D-A849-FD94158F3029}.Release|Any CPU.Build.0 = Release|Any CPU
{6B83B8C2-9DA6-42D5-BB32-BD0C6FDFC14D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B83B8C2-9DA6-42D5-BB32-BD0C6FDFC14D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B83B8C2-9DA6-42D5-BB32-BD0C6FDFC14D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B83B8C2-9DA6-42D5-BB32-BD0C6FDFC14D}.Release|Any CPU.Build.0 = Release|Any CPU
{9639747A-C49F-42E9-85A4-41FCBFCB7A16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9639747A-C49F-42E9-85A4-41FCBFCB7A16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9639747A-C49F-42E9-85A4-41FCBFCB7A16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9639747A-C49F-42E9-85A4-41FCBFCB7A16}.Release|Any CPU.Build.0 = Release|Any CPU
{E1DA350A-FC73-4999-9B02-CBF8538945C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1DA350A-FC73-4999-9B02-CBF8538945C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1DA350A-FC73-4999-9B02-CBF8538945C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1DA350A-FC73-4999-9B02-CBF8538945C9}.Release|Any CPU.Build.0 = Release|Any CPU
{4F078B5D-05F5-4134-9B8F-1AC43BFCFD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F078B5D-05F5-4134-9B8F-1AC43BFCFD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F078B5D-05F5-4134-9B8F-1AC43BFCFD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F078B5D-05F5-4134-9B8F-1AC43BFCFD7E}.Release|Any CPU.Build.0 = Release|Any CPU
{5C6AC4CD-8E8B-4700-B01B-7B57C74AE791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6AC4CD-8E8B-4700-B01B-7B57C74AE791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6AC4CD-8E8B-4700-B01B-7B57C74AE791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C6AC4CD-8E8B-4700-B01B-7B57C74AE791}.Release|Any CPU.Build.0 = Release|Any CPU
{011662B7-5E03-4E6A-BAEA-B5C3FE169D3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{011662B7-5E03-4E6A-BAEA-B5C3FE169D3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{011662B7-5E03-4E6A-BAEA-B5C3FE169D3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{011662B7-5E03-4E6A-BAEA-B5C3FE169D3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CF7FB6A-FF49-463C-95A9-C35E7F97B96E}
EndGlobalSection
EndGlobal