-
Notifications
You must be signed in to change notification settings - Fork 0
/
BasicHttpWcfProfiling.sln
33 lines (33 loc) · 2.02 KB
/
BasicHttpWcfProfiling.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicHttpWcfBenchmarks", "BasicHttpWcfBenchmarks\BasicHttpWcfBenchmarks.csproj", "{3D10F52F-8648-4321-9001-AA6CED7B2D63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCA5CD1F-70B6-4540-B382-F91BD417400F}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingService", "PingService\PingService.csproj", "{DFB0230D-0CC6-49CC-8401-5FB9220983A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiConsumingBasicHttp", "WebApiConsumingBasicHttp\WebApiConsumingBasicHttp.csproj", "{9CC50CCA-A53F-4A42-BB00-186BBE65CED7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D10F52F-8648-4321-9001-AA6CED7B2D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D10F52F-8648-4321-9001-AA6CED7B2D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D10F52F-8648-4321-9001-AA6CED7B2D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D10F52F-8648-4321-9001-AA6CED7B2D63}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB0230D-0CC6-49CC-8401-5FB9220983A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB0230D-0CC6-49CC-8401-5FB9220983A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB0230D-0CC6-49CC-8401-5FB9220983A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB0230D-0CC6-49CC-8401-5FB9220983A7}.Release|Any CPU.Build.0 = Release|Any CPU
{9CC50CCA-A53F-4A42-BB00-186BBE65CED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC50CCA-A53F-4A42-BB00-186BBE65CED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC50CCA-A53F-4A42-BB00-186BBE65CED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC50CCA-A53F-4A42-BB00-186BBE65CED7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal