-
Notifications
You must be signed in to change notification settings - Fork 0
/
NewPhoneECommerce.sln
62 lines (62 loc) · 3.3 KB
/
NewPhoneECommerce.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "NewPhoneECommerce\API.csproj", "{C734009C-52CF-49E9-AF00-4A0D17B79B2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{F7CFEC3A-66F9-43FB-A4C1-589425F11DBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{D4C203CC-9169-4D1F-B2ED-167216B99711}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "client", "client\", "{36D85E01-AC3D-41E3-9CE6-1686F07EC86C}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
Debug.AspNetCompiler.VirtualPath = "/localhost_51476"
Debug.AspNetCompiler.PhysicalPath = "client\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51476\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_51476"
Release.AspNetCompiler.PhysicalPath = "client\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51476\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "51476"
SlnRelativePath = "client\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C734009C-52CF-49E9-AF00-4A0D17B79B2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C734009C-52CF-49E9-AF00-4A0D17B79B2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C734009C-52CF-49E9-AF00-4A0D17B79B2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C734009C-52CF-49E9-AF00-4A0D17B79B2F}.Release|Any CPU.Build.0 = Release|Any CPU
{F7CFEC3A-66F9-43FB-A4C1-589425F11DBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7CFEC3A-66F9-43FB-A4C1-589425F11DBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7CFEC3A-66F9-43FB-A4C1-589425F11DBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7CFEC3A-66F9-43FB-A4C1-589425F11DBE}.Release|Any CPU.Build.0 = Release|Any CPU
{D4C203CC-9169-4D1F-B2ED-167216B99711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4C203CC-9169-4D1F-B2ED-167216B99711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4C203CC-9169-4D1F-B2ED-167216B99711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4C203CC-9169-4D1F-B2ED-167216B99711}.Release|Any CPU.Build.0 = Release|Any CPU
{36D85E01-AC3D-41E3-9CE6-1686F07EC86C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36D85E01-AC3D-41E3-9CE6-1686F07EC86C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36D85E01-AC3D-41E3-9CE6-1686F07EC86C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{36D85E01-AC3D-41E3-9CE6-1686F07EC86C}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE958415-A38D-4A12-AF1E-3C2418E4E790}
EndGlobalSection
EndGlobal