forked from bhrugen/MagicVilla_API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MagicVilla.sln
43 lines (43 loc) · 2.57 KB
/
MagicVilla.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.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MagicVilla_VillaAPI", "MagicVilla_VillaAPI\MagicVilla_VillaAPI.csproj", "{591555FB-96CF-4E42-A20B-F3560F78F347}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MagicVilla_Web", "MagicVilla_Web\MagicVilla_Web.csproj", "{78CC9AA0-A82E-4D74-8311-5E99BD47E95A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MagicVilla_Utility", "MagicVilla_Utility\MagicVilla_Utility.csproj", "{C6556F09-1A79-4846-919D-007D2F59DCF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MagicVilla_Identity", "MagicVilla_Identity\MagicVilla_Identity.csproj", "{9E79BB7E-23F8-4A79-A20D-967AEFDAF559}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{591555FB-96CF-4E42-A20B-F3560F78F347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{591555FB-96CF-4E42-A20B-F3560F78F347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{591555FB-96CF-4E42-A20B-F3560F78F347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{591555FB-96CF-4E42-A20B-F3560F78F347}.Release|Any CPU.Build.0 = Release|Any CPU
{78CC9AA0-A82E-4D74-8311-5E99BD47E95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78CC9AA0-A82E-4D74-8311-5E99BD47E95A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78CC9AA0-A82E-4D74-8311-5E99BD47E95A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78CC9AA0-A82E-4D74-8311-5E99BD47E95A}.Release|Any CPU.Build.0 = Release|Any CPU
{C6556F09-1A79-4846-919D-007D2F59DCF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6556F09-1A79-4846-919D-007D2F59DCF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6556F09-1A79-4846-919D-007D2F59DCF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6556F09-1A79-4846-919D-007D2F59DCF7}.Release|Any CPU.Build.0 = Release|Any CPU
{9E79BB7E-23F8-4A79-A20D-967AEFDAF559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E79BB7E-23F8-4A79-A20D-967AEFDAF559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E79BB7E-23F8-4A79-A20D-967AEFDAF559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E79BB7E-23F8-4A79-A20D-967AEFDAF559}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6078D71B-EA77-448E-A986-8FC5E6B743B5}
EndGlobalSection
EndGlobal