-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebStore.sln
More file actions
39 lines (39 loc) · 2.06 KB
/
WebStore.sln
File metadata and controls
39 lines (39 loc) · 2.06 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9B3539AB-D46C-4CA2-A90E-A5EE7EEC35F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStore.Website", "src\WebStore.Website\WebStore.Website.csproj", "{C89FDDE8-BFB8-4BE4-BADC-0758AC0EB761}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E4FF70BB-E006-4AA1-AE50-E46921568EA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStore.UnitTests", "tests\WebStore.UnitTests\WebStore.UnitTests.csproj", "{AC8AD03C-3BBD-410D-9C71-EBA8CFE18529}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C89FDDE8-BFB8-4BE4-BADC-0758AC0EB761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89FDDE8-BFB8-4BE4-BADC-0758AC0EB761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89FDDE8-BFB8-4BE4-BADC-0758AC0EB761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89FDDE8-BFB8-4BE4-BADC-0758AC0EB761}.Release|Any CPU.Build.0 = Release|Any CPU
{AC8AD03C-3BBD-410D-9C71-EBA8CFE18529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC8AD03C-3BBD-410D-9C71-EBA8CFE18529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC8AD03C-3BBD-410D-9C71-EBA8CFE18529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC8AD03C-3BBD-410D-9C71-EBA8CFE18529}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C89FDDE8-BFB8-4BE4-BADC-0758AC0EB761} = {9B3539AB-D46C-4CA2-A90E-A5EE7EEC35F5}
{AC8AD03C-3BBD-410D-9C71-EBA8CFE18529} = {E4FF70BB-E006-4AA1-AE50-E46921568EA0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39375C26-B593-4A8D-A62B-C4A3AB6311D6}
EndGlobalSection
EndGlobal