forked from RickStrahl/AlbumViewerVNext
-
Notifications
You must be signed in to change notification settings - Fork 71
/
AlbumViewerNetCore.sln
76 lines (76 loc) · 4.27 KB
/
AlbumViewerNetCore.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0A329D36-19A2-4F54-B3C7-17640DDBF44C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B10A5E44-A157-44F6-95C6-7AF5626B5D4C}"
ProjectSection(SolutionItems) = preProject
AlbumViewer_WebSurge_HttpRequests.websurge = AlbumViewer_WebSurge_HttpRequests.websurge
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlbumViewerNetCore", "src\AlbumViewerNetCore\AlbumViewerNetCore.csproj", "{00D86129-ADE5-403F-96AE-9263C01BE2E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlbumViewerBusiness", "src\AlbumViewerBusiness\AlbumViewerBusiness.csproj", "{209EAF20-38E2-4C67-9557-9247A07213E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Westwind.Utilities", "src\Westwind.Utilities\Westwind.Utilities.csproj", "{4D936F4A-C6BD-4724-810F-949AB4D0BD36}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AlbumViewerAngular", "src\AlbumViewerAngular\", "{293C677F-D21F-417A-AC50-7BAB1917AF1C}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_37063"
Debug.AspNetCompiler.PhysicalPath = "src\AlbumViewerAngular\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_37063\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_37063"
Release.AspNetCompiler.PhysicalPath = "src\AlbumViewerAngular\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_37063\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "37063"
SlnRelativePath = "src\AlbumViewerAngular\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00D86129-ADE5-403F-96AE-9263C01BE2E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D86129-ADE5-403F-96AE-9263C01BE2E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D86129-ADE5-403F-96AE-9263C01BE2E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D86129-ADE5-403F-96AE-9263C01BE2E4}.Release|Any CPU.Build.0 = Release|Any CPU
{209EAF20-38E2-4C67-9557-9247A07213E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{209EAF20-38E2-4C67-9557-9247A07213E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{209EAF20-38E2-4C67-9557-9247A07213E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{209EAF20-38E2-4C67-9557-9247A07213E6}.Release|Any CPU.Build.0 = Release|Any CPU
{4D936F4A-C6BD-4724-810F-949AB4D0BD36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D936F4A-C6BD-4724-810F-949AB4D0BD36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D936F4A-C6BD-4724-810F-949AB4D0BD36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D936F4A-C6BD-4724-810F-949AB4D0BD36}.Release|Any CPU.Build.0 = Release|Any CPU
{293C677F-D21F-417A-AC50-7BAB1917AF1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{293C677F-D21F-417A-AC50-7BAB1917AF1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{293C677F-D21F-417A-AC50-7BAB1917AF1C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{293C677F-D21F-417A-AC50-7BAB1917AF1C}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00D86129-ADE5-403F-96AE-9263C01BE2E4} = {0A329D36-19A2-4F54-B3C7-17640DDBF44C}
{209EAF20-38E2-4C67-9557-9247A07213E6} = {0A329D36-19A2-4F54-B3C7-17640DDBF44C}
{4D936F4A-C6BD-4724-810F-949AB4D0BD36} = {0A329D36-19A2-4F54-B3C7-17640DDBF44C}
{293C677F-D21F-417A-AC50-7BAB1917AF1C} = {0A329D36-19A2-4F54-B3C7-17640DDBF44C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FAF684A-A9E1-46AD-8ED6-149D0825737E}
EndGlobalSection
EndGlobal