-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathSamples.AngularBootstrapWebApi.sln
More file actions
49 lines (49 loc) · 2.5 KB
/
Samples.AngularBootstrapWebApi.sln
File metadata and controls
49 lines (49 loc) · 2.5 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
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{0867D764-43D7-49BB-BEFF-ED00B6216FE5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication.Web", "SampleApplication.Web\SampleApplication.Web.csproj", "{3786361C-C06B-45E8-8708-8E0E3339CA4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication.Web.Tests", "SampleApplication.Web.Tests\SampleApplication.Web.Tests.csproj", "{E3A87785-4E83-45F1-B0BD-66B8EDA5E76E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{409B6CAB-6CFF-4F1A-A48C-8DF61D772937}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AFDED119-5177-4BEE-8111-55B2FB7E4A48}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{B92A447F-17F1-4FD3-8870-245A0F54AF05}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3786361C-C06B-45E8-8708-8E0E3339CA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3786361C-C06B-45E8-8708-8E0E3339CA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3786361C-C06B-45E8-8708-8E0E3339CA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3786361C-C06B-45E8-8708-8E0E3339CA4B}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A87785-4E83-45F1-B0BD-66B8EDA5E76E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A87785-4E83-45F1-B0BD-66B8EDA5E76E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A87785-4E83-45F1-B0BD-66B8EDA5E76E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A87785-4E83-45F1-B0BD-66B8EDA5E76E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3786361C-C06B-45E8-8708-8E0E3339CA4B} = {0867D764-43D7-49BB-BEFF-ED00B6216FE5}
{E3A87785-4E83-45F1-B0BD-66B8EDA5E76E} = {409B6CAB-6CFF-4F1A-A48C-8DF61D772937}
EndGlobalSection
EndGlobal