-
Notifications
You must be signed in to change notification settings - Fork 1
/
vabApp.sln
43 lines (43 loc) · 2.52 KB
/
vabApp.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 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vabApp.WebAPI", "vabApp\WebAPI\vabApp.WebAPI.csproj", "{A76F69CC-7C1E-4511-B8D2-FAD2306E12BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vabApp.Client", "vabApp\Client\vabApp.Client.csproj", "{94FBBC57-CC43-4F43-8201-2024AC605238}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vabApp.Shared", "vabApp\Shared\vabApp.Shared.csproj", "{0305328E-CB49-4E20-9C76-22B6DF28DC39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vabApp.Server", "vabApp\Server\vabApp.Server.csproj", "{02D0228D-458A-4451-85BA-32C233A6EBC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A76F69CC-7C1E-4511-B8D2-FAD2306E12BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A76F69CC-7C1E-4511-B8D2-FAD2306E12BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A76F69CC-7C1E-4511-B8D2-FAD2306E12BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A76F69CC-7C1E-4511-B8D2-FAD2306E12BC}.Release|Any CPU.Build.0 = Release|Any CPU
{94FBBC57-CC43-4F43-8201-2024AC605238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94FBBC57-CC43-4F43-8201-2024AC605238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94FBBC57-CC43-4F43-8201-2024AC605238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94FBBC57-CC43-4F43-8201-2024AC605238}.Release|Any CPU.Build.0 = Release|Any CPU
{0305328E-CB49-4E20-9C76-22B6DF28DC39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0305328E-CB49-4E20-9C76-22B6DF28DC39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0305328E-CB49-4E20-9C76-22B6DF28DC39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0305328E-CB49-4E20-9C76-22B6DF28DC39}.Release|Any CPU.Build.0 = Release|Any CPU
{02D0228D-458A-4451-85BA-32C233A6EBC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D0228D-458A-4451-85BA-32C233A6EBC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D0228D-458A-4451-85BA-32C233A6EBC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D0228D-458A-4451-85BA-32C233A6EBC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34B6C5B6-BF45-4AF5-84BA-92B7CA157629}
EndGlobalSection
EndGlobal