-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetSwissTools.Web.sln
41 lines (41 loc) · 2.17 KB
/
NetSwissTools.Web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34031.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{E938E22F-DEA2-42A9-A2DC-F81A555BB1FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{8C65E219-42F9-41FC-ADFB-4938C1DB2E51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetSwissTools.Web", "src\NetSwissTools.Web\NetSwissTools.Web.csproj", "{58742414-637E-4AAA-8FC4-A8C7C93FAE49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A82929A9-88AB-4C42-A160-4AC238D4528F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clients.API", "samples\Clients.API\Clients.API.csproj", "{117B883A-1C2C-46AE-880B-403B2609EC0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58742414-637E-4AAA-8FC4-A8C7C93FAE49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58742414-637E-4AAA-8FC4-A8C7C93FAE49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58742414-637E-4AAA-8FC4-A8C7C93FAE49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58742414-637E-4AAA-8FC4-A8C7C93FAE49}.Release|Any CPU.Build.0 = Release|Any CPU
{117B883A-1C2C-46AE-880B-403B2609EC0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{117B883A-1C2C-46AE-880B-403B2609EC0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{117B883A-1C2C-46AE-880B-403B2609EC0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{117B883A-1C2C-46AE-880B-403B2609EC0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58742414-637E-4AAA-8FC4-A8C7C93FAE49} = {8C65E219-42F9-41FC-ADFB-4938C1DB2E51}
{117B883A-1C2C-46AE-880B-403B2609EC0B} = {A82929A9-88AB-4C42-A160-4AC238D4528F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BB015AE-CDF3-415F-94FF-B957B290C771}
EndGlobalSection
EndGlobal