This repository was archived by the owner on Dec 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTutorialWebsite.sln
43 lines (43 loc) · 2.16 KB
/
TutorialWebsite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{29C583B9-8DC6-43FC-A9A3-35828476775B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5FE12F76-A4AA-460D-BB28-521A441779C7}"
ProjectSection(SolutionItems) = preProject
DnuBuild.ps1 = DnuBuild.ps1
global.json = global.json
Prebuild.ps1 = Prebuild.ps1
PrePublishWebJob.ps1 = PrePublishWebJob.ps1
PublishWebsite.ps1 = PublishWebsite.ps1
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TutorialWebsite", "src\TutorialWebsite\TutorialWebsite.xproj", "{DD4C8259-DCAC-408B-8214-FE9CE685B1C6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TutorialWebjob", "src\TutorialWebjob\TutorialWebjob.xproj", "{62852429-B859-41E3-B8B7-9A3CEAF7A6BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD4C8259-DCAC-408B-8214-FE9CE685B1C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD4C8259-DCAC-408B-8214-FE9CE685B1C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD4C8259-DCAC-408B-8214-FE9CE685B1C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD4C8259-DCAC-408B-8214-FE9CE685B1C6}.Release|Any CPU.Build.0 = Release|Any CPU
{62852429-B859-41E3-B8B7-9A3CEAF7A6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62852429-B859-41E3-B8B7-9A3CEAF7A6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62852429-B859-41E3-B8B7-9A3CEAF7A6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62852429-B859-41E3-B8B7-9A3CEAF7A6BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DD4C8259-DCAC-408B-8214-FE9CE685B1C6} = {29C583B9-8DC6-43FC-A9A3-35828476775B}
{62852429-B859-41E3-B8B7-9A3CEAF7A6BC} = {29C583B9-8DC6-43FC-A9A3-35828476775B}
EndGlobalSection
EndGlobal