-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServiceCollector.sln
46 lines (46 loc) · 3.38 KB
/
ServiceCollector.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceCollector.Core", "ServiceCollector.Core\ServiceCollector.Core.csproj", "{FE330BF8-8994-46C9-A021-2D4C368392AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceCollector.Abstractions", "ServiceCollector.Abstractions\ServiceCollector.Abstractions.csproj", "{599ACE32-0EF2-49C8-862D-0BD00FE58F9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceCollector.Validation", "ServiceCollector.Validation\ServiceCollector.Validation.csproj", "{06153CC4-EF2F-4842-B524-2454EB151691}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceCollector.Mock", "ServiceCollector.Mock\ServiceCollector.Mock.csproj", "{280F47FF-B844-4084-A88F-82553CBDDF8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceCollector.Fake", "ServiceCollector.Fake\ServiceCollector.Fake.csproj", "{07172AD7-19A7-4157-B410-7AB6F5D46BEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceCollector.Fake.Configuration", "ServiceCollector.Fake.Configuration\ServiceCollector.Fake.Configuration.csproj", "{4658CD94-0E9A-45AA-B113-222B39063084}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE330BF8-8994-46C9-A021-2D4C368392AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE330BF8-8994-46C9-A021-2D4C368392AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE330BF8-8994-46C9-A021-2D4C368392AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE330BF8-8994-46C9-A021-2D4C368392AA}.Release|Any CPU.Build.0 = Release|Any CPU
{599ACE32-0EF2-49C8-862D-0BD00FE58F9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{599ACE32-0EF2-49C8-862D-0BD00FE58F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{599ACE32-0EF2-49C8-862D-0BD00FE58F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{599ACE32-0EF2-49C8-862D-0BD00FE58F9F}.Release|Any CPU.Build.0 = Release|Any CPU
{06153CC4-EF2F-4842-B524-2454EB151691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06153CC4-EF2F-4842-B524-2454EB151691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06153CC4-EF2F-4842-B524-2454EB151691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06153CC4-EF2F-4842-B524-2454EB151691}.Release|Any CPU.Build.0 = Release|Any CPU
{280F47FF-B844-4084-A88F-82553CBDDF8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{280F47FF-B844-4084-A88F-82553CBDDF8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{280F47FF-B844-4084-A88F-82553CBDDF8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{280F47FF-B844-4084-A88F-82553CBDDF8B}.Release|Any CPU.Build.0 = Release|Any CPU
{07172AD7-19A7-4157-B410-7AB6F5D46BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07172AD7-19A7-4157-B410-7AB6F5D46BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07172AD7-19A7-4157-B410-7AB6F5D46BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07172AD7-19A7-4157-B410-7AB6F5D46BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{4658CD94-0E9A-45AA-B113-222B39063084}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4658CD94-0E9A-45AA-B113-222B39063084}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4658CD94-0E9A-45AA-B113-222B39063084}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4658CD94-0E9A-45AA-B113-222B39063084}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal