-
Notifications
You must be signed in to change notification settings - Fork 0
/
Iptiq.sln
37 lines (37 loc) · 2.04 KB
/
Iptiq.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LB.Core", "LB.Core.csproj", "{88218AA6-4ECF-4DB0-946F-2E8E1FCC3DC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LB.Tests", "..\LoadBalancer.Tests\LB.Tests.csproj", "{991C1403-5113-490C-91D0-B67C5F3C8ECE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LB.IntegrationTests", "..\LB.IntegrationTests\LB.IntegrationTests.csproj", "{BA927F4B-945C-4A1C-BF38-F0A06BD71518}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88218AA6-4ECF-4DB0-946F-2E8E1FCC3DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88218AA6-4ECF-4DB0-946F-2E8E1FCC3DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88218AA6-4ECF-4DB0-946F-2E8E1FCC3DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88218AA6-4ECF-4DB0-946F-2E8E1FCC3DC8}.Release|Any CPU.Build.0 = Release|Any CPU
{991C1403-5113-490C-91D0-B67C5F3C8ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{991C1403-5113-490C-91D0-B67C5F3C8ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{991C1403-5113-490C-91D0-B67C5F3C8ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{991C1403-5113-490C-91D0-B67C5F3C8ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{BA927F4B-945C-4A1C-BF38-F0A06BD71518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA927F4B-945C-4A1C-BF38-F0A06BD71518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA927F4B-945C-4A1C-BF38-F0A06BD71518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA927F4B-945C-4A1C-BF38-F0A06BD71518}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94B25C23-3417-419B-85DC-BA9D190E13C1}
EndGlobalSection
EndGlobal