forked from ar3a51/AngularBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAngularBoilerplate.sln
37 lines (37 loc) · 2.04 KB
/
AngularBoilerplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Angular.Common", "Angular.Common\Angular.Common.csproj", "{16F242D6-6DEA-4FB4-B73A-EF6EB1872ADC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Angular.Models", "Angular.Models\Angular.Models.csproj", "{D35246F1-C0A6-4261-A0B0-77F0E1D3EC1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Angular.Web", "Angular.Web\Angular.Web.csproj", "{44F3BB95-B5A1-45E8-91C3-6114D5AF73F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16F242D6-6DEA-4FB4-B73A-EF6EB1872ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16F242D6-6DEA-4FB4-B73A-EF6EB1872ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16F242D6-6DEA-4FB4-B73A-EF6EB1872ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16F242D6-6DEA-4FB4-B73A-EF6EB1872ADC}.Release|Any CPU.Build.0 = Release|Any CPU
{D35246F1-C0A6-4261-A0B0-77F0E1D3EC1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D35246F1-C0A6-4261-A0B0-77F0E1D3EC1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D35246F1-C0A6-4261-A0B0-77F0E1D3EC1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D35246F1-C0A6-4261-A0B0-77F0E1D3EC1D}.Release|Any CPU.Build.0 = Release|Any CPU
{44F3BB95-B5A1-45E8-91C3-6114D5AF73F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44F3BB95-B5A1-45E8-91C3-6114D5AF73F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44F3BB95-B5A1-45E8-91C3-6114D5AF73F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44F3BB95-B5A1-45E8-91C3-6114D5AF73F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F2BA785-DEEC-4A55-90D3-EE144315F447}
EndGlobalSection
EndGlobal