-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspnetCoreAngular.sln
43 lines (43 loc) · 2.48 KB
/
AspnetCoreAngular.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 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspnetCoreAngular", "AspnetCoreAngular\AspnetCoreAngular.csproj", "{51C81CBA-5DBC-4D84-925B-B768CFD7F372}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{4B5D4054-A8E2-4DC9-B939-30CCCF511A7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{1EB9CE5A-0386-4FE3-8300-DFDE73A9939A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser", "Parser\Parser.csproj", "{91B1DA62-AFED-4E04-A28F-D6955131E031}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51C81CBA-5DBC-4D84-925B-B768CFD7F372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51C81CBA-5DBC-4D84-925B-B768CFD7F372}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51C81CBA-5DBC-4D84-925B-B768CFD7F372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51C81CBA-5DBC-4D84-925B-B768CFD7F372}.Release|Any CPU.Build.0 = Release|Any CPU
{4B5D4054-A8E2-4DC9-B939-30CCCF511A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B5D4054-A8E2-4DC9-B939-30CCCF511A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B5D4054-A8E2-4DC9-B939-30CCCF511A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B5D4054-A8E2-4DC9-B939-30CCCF511A7C}.Release|Any CPU.Build.0 = Release|Any CPU
{1EB9CE5A-0386-4FE3-8300-DFDE73A9939A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EB9CE5A-0386-4FE3-8300-DFDE73A9939A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EB9CE5A-0386-4FE3-8300-DFDE73A9939A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EB9CE5A-0386-4FE3-8300-DFDE73A9939A}.Release|Any CPU.Build.0 = Release|Any CPU
{91B1DA62-AFED-4E04-A28F-D6955131E031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91B1DA62-AFED-4E04-A28F-D6955131E031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91B1DA62-AFED-4E04-A28F-D6955131E031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91B1DA62-AFED-4E04-A28F-D6955131E031}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA4486C2-1869-4105-AC88-333E2F8E05AF}
EndGlobalSection
EndGlobal