This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gvc.sln
42 lines (42 loc) · 2.4 KB
/
Gvc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gvc.Web", "Gvc.Web\Gvc.Web.csproj", "{B542E737-2E6A-4D5C-B31C-7EADECA28EB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gvc.Data", "Gvc.Data\Gvc.Data.csproj", "{91717613-F459-427F-BB37-96C57F078E7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gvc.Common", "Gvc.Common\Gvc.Common.csproj", "{CDCA2C83-41DD-41EE-9EB2-24D654B74B65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gvc.ClientAapp", "Gvc.ClientApp\Gvc.ClientAapp.csproj", "{EED18866-9859-4292-B2BB-EC0F66710A11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B542E737-2E6A-4D5C-B31C-7EADECA28EB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B542E737-2E6A-4D5C-B31C-7EADECA28EB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B542E737-2E6A-4D5C-B31C-7EADECA28EB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B542E737-2E6A-4D5C-B31C-7EADECA28EB4}.Release|Any CPU.Build.0 = Release|Any CPU
{91717613-F459-427F-BB37-96C57F078E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91717613-F459-427F-BB37-96C57F078E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91717613-F459-427F-BB37-96C57F078E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91717613-F459-427F-BB37-96C57F078E7A}.Release|Any CPU.Build.0 = Release|Any CPU
{CDCA2C83-41DD-41EE-9EB2-24D654B74B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDCA2C83-41DD-41EE-9EB2-24D654B74B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDCA2C83-41DD-41EE-9EB2-24D654B74B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDCA2C83-41DD-41EE-9EB2-24D654B74B65}.Release|Any CPU.Build.0 = Release|Any CPU
{EED18866-9859-4292-B2BB-EC0F66710A11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EED18866-9859-4292-B2BB-EC0F66710A11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED18866-9859-4292-B2BB-EC0F66710A11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26E7ACD5-9760-426C-A9EC-62461688C59A}
EndGlobalSection
EndGlobal