-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecommerce.sln
31 lines (31 loc) · 1.56 KB
/
ecommerce.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ecommerce", "ecommerce\ecommerce.csproj", "{723857E6-3D16-4E67-8CC8-C28D77A6BC67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ecommerceTests", "ecommerceTests\ecommerceTests.csproj", "{E3EF13BE-8EBB-4D72-9FC0-5DC7D1F8952C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{723857E6-3D16-4E67-8CC8-C28D77A6BC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{723857E6-3D16-4E67-8CC8-C28D77A6BC67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{723857E6-3D16-4E67-8CC8-C28D77A6BC67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{723857E6-3D16-4E67-8CC8-C28D77A6BC67}.Release|Any CPU.Build.0 = Release|Any CPU
{E3EF13BE-8EBB-4D72-9FC0-5DC7D1F8952C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3EF13BE-8EBB-4D72-9FC0-5DC7D1F8952C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3EF13BE-8EBB-4D72-9FC0-5DC7D1F8952C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3EF13BE-8EBB-4D72-9FC0-5DC7D1F8952C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E50915C0-EC43-4908-BA1F-4C7A085C3B89}
EndGlobalSection
EndGlobal