-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAngularApp.sln
More file actions
49 lines (49 loc) · 2.94 KB
/
AngularApp.sln
File metadata and controls
49 lines (49 loc) · 2.94 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 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularApp", "AngularApp\AngularApp.csproj", "{E93CBF43-8589-4A25-9447-01BE4D06D254}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F469340C-7845-4554-98F0-3435A059552F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularApp.Core", "AngularApp.Core\AngularApp.Core.csproj", "{D503DB69-BE72-4644-AF30-0F1A612D4D7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularApp.Infrastructure", "AngularApp.Infrastructure\AngularApp.Infrastructure.csproj", "{8B7C27B0-A2AE-46F2-9766-A69EB59A2182}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "AngularApp.Sql", "AngularApp.Sql\AngularApp.Sql.sqlproj", "{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E93CBF43-8589-4A25-9447-01BE4D06D254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E93CBF43-8589-4A25-9447-01BE4D06D254}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E93CBF43-8589-4A25-9447-01BE4D06D254}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E93CBF43-8589-4A25-9447-01BE4D06D254}.Release|Any CPU.Build.0 = Release|Any CPU
{D503DB69-BE72-4644-AF30-0F1A612D4D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D503DB69-BE72-4644-AF30-0F1A612D4D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D503DB69-BE72-4644-AF30-0F1A612D4D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D503DB69-BE72-4644-AF30-0F1A612D4D7E}.Release|Any CPU.Build.0 = Release|Any CPU
{8B7C27B0-A2AE-46F2-9766-A69EB59A2182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B7C27B0-A2AE-46F2-9766-A69EB59A2182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B7C27B0-A2AE-46F2-9766-A69EB59A2182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B7C27B0-A2AE-46F2-9766-A69EB59A2182}.Release|Any CPU.Build.0 = Release|Any CPU
{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}.Release|Any CPU.Build.0 = Release|Any CPU
{20AEF6DC-80E1-453B-B5EB-E731A4C7CEB1}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal