-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetCore.SpaServices.StaticFiles.sln
54 lines (54 loc) · 2.99 KB
/
AspNetCore.SpaServices.StaticFiles.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpaServices.StaticFiles", "SpaServices.StaticFiles\SpaServices.StaticFiles.csproj", "{649B0558-A2A0-46A7-AE13-90780AC6F5FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpaServices.StaticFiles.Tests", "SpaServices.StaticFiles.Tests\SpaServices.StaticFiles.Tests.csproj", "{13E3F5EA-084C-4E18-AEF7-DD5F82DEC2C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{808EDF7A-76A3-42F7-9519-EC265FA626EB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
UNLICENSE = UNLICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpaServices.StaticFiles.SampleWebApp", "SpaServices.StaticFiles.SampleWebApp\SpaServices.StaticFiles.SampleWebApp.csproj", "{A03AD6FF-68E2-4F16-98A7-61A431CE564E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{3BDD70A9-3F18-422D-8687-9472128259F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{649B0558-A2A0-46A7-AE13-90780AC6F5FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{649B0558-A2A0-46A7-AE13-90780AC6F5FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{649B0558-A2A0-46A7-AE13-90780AC6F5FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{649B0558-A2A0-46A7-AE13-90780AC6F5FB}.Release|Any CPU.Build.0 = Release|Any CPU
{13E3F5EA-084C-4E18-AEF7-DD5F82DEC2C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13E3F5EA-084C-4E18-AEF7-DD5F82DEC2C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13E3F5EA-084C-4E18-AEF7-DD5F82DEC2C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13E3F5EA-084C-4E18-AEF7-DD5F82DEC2C8}.Release|Any CPU.Build.0 = Release|Any CPU
{A03AD6FF-68E2-4F16-98A7-61A431CE564E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A03AD6FF-68E2-4F16-98A7-61A431CE564E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A03AD6FF-68E2-4F16-98A7-61A431CE564E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A03AD6FF-68E2-4F16-98A7-61A431CE564E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13E3F5EA-084C-4E18-AEF7-DD5F82DEC2C8} = {3BDD70A9-3F18-422D-8687-9472128259F1}
{A03AD6FF-68E2-4F16-98A7-61A431CE564E} = {3BDD70A9-3F18-422D-8687-9472128259F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {645E16FF-5A68-47E0-AEEB-4265CD93981B}
EndGlobalSection
EndGlobal