-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathActiveReader.sln
43 lines (43 loc) · 2.77 KB
/
ActiveReader.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 Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neodenit.ActiveReader.Web.Angular", "Neodenit.ActiveReader.Web.Angular\Neodenit.ActiveReader.Web.Angular.csproj", "{CC3482EF-80B2-4A24-AE93-94D3B1770FC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neodenit.ActiveReader.Common", "Neodenit.ActiveReader.Common\Neodenit.ActiveReader.Common.csproj", "{5A00A375-772C-4D84-9C76-531067583A05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neodenit.ActiveReader.DataAccess", "Neodenit.ActiveReader.DataAccess\Neodenit.ActiveReader.DataAccess.csproj", "{C71B0F15-320C-4447-8C84-A52ED030BB3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neodenit.ActiveReader.Services", "Neodenit.ActiveReader.Services\Neodenit.ActiveReader.Services.csproj", "{5CF99010-B5EE-4BFC-BF6A-863BAB554EC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC3482EF-80B2-4A24-AE93-94D3B1770FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC3482EF-80B2-4A24-AE93-94D3B1770FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC3482EF-80B2-4A24-AE93-94D3B1770FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC3482EF-80B2-4A24-AE93-94D3B1770FC3}.Release|Any CPU.Build.0 = Release|Any CPU
{5A00A375-772C-4D84-9C76-531067583A05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A00A375-772C-4D84-9C76-531067583A05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A00A375-772C-4D84-9C76-531067583A05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A00A375-772C-4D84-9C76-531067583A05}.Release|Any CPU.Build.0 = Release|Any CPU
{C71B0F15-320C-4447-8C84-A52ED030BB3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C71B0F15-320C-4447-8C84-A52ED030BB3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C71B0F15-320C-4447-8C84-A52ED030BB3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C71B0F15-320C-4447-8C84-A52ED030BB3E}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF99010-B5EE-4BFC-BF6A-863BAB554EC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF99010-B5EE-4BFC-BF6A-863BAB554EC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF99010-B5EE-4BFC-BF6A-863BAB554EC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF99010-B5EE-4BFC-BF6A-863BAB554EC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44534E86-6E54-41B3-8E5A-50D43167210C}
EndGlobalSection
EndGlobal