This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Partner-Center-Storefront.sln
48 lines (48 loc) · 2.33 KB
/
Partner-Center-Storefront.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{345764CB-D256-42E4-9D32-1101588F542D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azuredeploy.json = azuredeploy.json
azuredeploy.param.json = azuredeploy.param.json
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3CD8EE7C-5C97-49ED-9EAA-90AF670FD41A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storefront", "src\Storefront\Storefront.csproj", "{07C22DE5-B22A-474D-B593-9F5DA84C6DD8}"
EndProject
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "Deployment", "src\Deployment\Deployment.deployproj", "{0B962FE3-E103-4C00-BFAD-CD35F22A2C19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07C22DE5-B22A-474D-B593-9F5DA84C6DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07C22DE5-B22A-474D-B593-9F5DA84C6DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07C22DE5-B22A-474D-B593-9F5DA84C6DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07C22DE5-B22A-474D-B593-9F5DA84C6DD8}.Release|Any CPU.Build.0 = Release|Any CPU
{0B962FE3-E103-4C00-BFAD-CD35F22A2C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B962FE3-E103-4C00-BFAD-CD35F22A2C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B962FE3-E103-4C00-BFAD-CD35F22A2C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B962FE3-E103-4C00-BFAD-CD35F22A2C19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{07C22DE5-B22A-474D-B593-9F5DA84C6DD8} = {3CD8EE7C-5C97-49ED-9EAA-90AF670FD41A}
{0B962FE3-E103-4C00-BFAD-CD35F22A2C19} = {3CD8EE7C-5C97-49ED-9EAA-90AF670FD41A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51E97A25-EEAA-4F88-A98B-9AE3DCE2057B}
EndGlobalSection
EndGlobal