-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.sln
37 lines (37 loc) · 2.03 KB
/
Project.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 Version 16
VisualStudioVersion = 16.0.32802.440
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Core", "Project.Core\Project.Core.csproj", "{61319E16-CD42-4F95-8E5E-F20DAB5BD0F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.API", "Project.API\Project.API.csproj", "{E8F8C2C2-9D06-40A0-99BD-BD7FB8B3A6D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project.Data", "Project.Data\Project.Data.csproj", "{046D0810-63CC-4B48-BB36-EE889BE79EBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61319E16-CD42-4F95-8E5E-F20DAB5BD0F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61319E16-CD42-4F95-8E5E-F20DAB5BD0F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61319E16-CD42-4F95-8E5E-F20DAB5BD0F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61319E16-CD42-4F95-8E5E-F20DAB5BD0F7}.Release|Any CPU.Build.0 = Release|Any CPU
{E8F8C2C2-9D06-40A0-99BD-BD7FB8B3A6D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8F8C2C2-9D06-40A0-99BD-BD7FB8B3A6D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8F8C2C2-9D06-40A0-99BD-BD7FB8B3A6D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8F8C2C2-9D06-40A0-99BD-BD7FB8B3A6D3}.Release|Any CPU.Build.0 = Release|Any CPU
{046D0810-63CC-4B48-BB36-EE889BE79EBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{046D0810-63CC-4B48-BB36-EE889BE79EBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{046D0810-63CC-4B48-BB36-EE889BE79EBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{046D0810-63CC-4B48-BB36-EE889BE79EBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FE81124-BC4C-40C7-91DC-E12425FBA224}
EndGlobalSection
EndGlobal