-
Notifications
You must be signed in to change notification settings - Fork 1
/
Kronos.WFD.sln
43 lines (43 loc) · 2.61 KB
/
Kronos.WFD.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 Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kronos.WFD.Core", "src\Kronos.WFD.Core\Kronos.WFD.Core.csproj", "{CCA31654-069E-496C-A19C-F63A4D8B0837}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kronos.WFD.Client", "src\Kronos.WFD.Client\Kronos.WFD.Client.csproj", "{95D69F24-D108-4F67-9124-F9C5D0E1494F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kronos.WFD.Client.Tests", "tests\Kronos.WFD.Client.Tests\Kronos.WFD.Client.Tests.csproj", "{D2F51B81-84F1-404B-876C-EFDC4337EA4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kronos.WFD.Core.Tests", "tests\Kronos.WFD.Core.Tests\Kronos.WFD.Core.Tests.csproj", "{20E890A4-5752-46AF-922C-A32657C40CDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCA31654-069E-496C-A19C-F63A4D8B0837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCA31654-069E-496C-A19C-F63A4D8B0837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCA31654-069E-496C-A19C-F63A4D8B0837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCA31654-069E-496C-A19C-F63A4D8B0837}.Release|Any CPU.Build.0 = Release|Any CPU
{95D69F24-D108-4F67-9124-F9C5D0E1494F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95D69F24-D108-4F67-9124-F9C5D0E1494F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95D69F24-D108-4F67-9124-F9C5D0E1494F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95D69F24-D108-4F67-9124-F9C5D0E1494F}.Release|Any CPU.Build.0 = Release|Any CPU
{D2F51B81-84F1-404B-876C-EFDC4337EA4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F51B81-84F1-404B-876C-EFDC4337EA4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2F51B81-84F1-404B-876C-EFDC4337EA4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2F51B81-84F1-404B-876C-EFDC4337EA4F}.Release|Any CPU.Build.0 = Release|Any CPU
{20E890A4-5752-46AF-922C-A32657C40CDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20E890A4-5752-46AF-922C-A32657C40CDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20E890A4-5752-46AF-922C-A32657C40CDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20E890A4-5752-46AF-922C-A32657C40CDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB1B5E75-E4E1-4FB6-BC26-7E6574751B04}
EndGlobalSection
EndGlobal