This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShuttle.Core.ServiceHost.sln
43 lines (43 loc) · 2.46 KB
/
Shuttle.Core.ServiceHost.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shuttle.Core.ServiceHost", "Shuttle.Core.ServiceHost\Shuttle.Core.ServiceHost.csproj", "{C7FE2F45-044F-43F4-9314-4978586F8D30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shuttle.Core.ServiceHost.Tests", "Shuttle.Core.ServiceHost.Tests\Shuttle.Core.ServiceHost.Tests.csproj", "{55556C56-302F-4D9C-BA6E-C34D2EF205CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shuttle.Core.ServiceHost.Server", "Shuttle.Core.ServiceHost.Server\Shuttle.Core.ServiceHost.Server.csproj", "{3D436CED-094D-4F08-B43E-B48EDCE60AB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35FD8F01-FC32-4A68-8237-FDC3A5DADDA0}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7FE2F45-044F-43F4-9314-4978586F8D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7FE2F45-044F-43F4-9314-4978586F8D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7FE2F45-044F-43F4-9314-4978586F8D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7FE2F45-044F-43F4-9314-4978586F8D30}.Release|Any CPU.Build.0 = Release|Any CPU
{55556C56-302F-4D9C-BA6E-C34D2EF205CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55556C56-302F-4D9C-BA6E-C34D2EF205CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55556C56-302F-4D9C-BA6E-C34D2EF205CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55556C56-302F-4D9C-BA6E-C34D2EF205CE}.Release|Any CPU.Build.0 = Release|Any CPU
{3D436CED-094D-4F08-B43E-B48EDCE60AB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D436CED-094D-4F08-B43E-B48EDCE60AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D436CED-094D-4F08-B43E-B48EDCE60AB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D436CED-094D-4F08-B43E-B48EDCE60AB2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FEF5478-8F9E-4E46-B660-A1ADCD73796C}
EndGlobalSection
EndGlobal