-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnet.sln
40 lines (40 loc) · 2.4 KB
/
Anet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anet.Core", "Anet.Core\Anet.Core.csproj", "{238D0C7F-9033-493D-B068-744745AEC451}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anet.API", "Anet.API\Anet.API.csproj", "{22ADED3A-79E3-45B2-8FED-E167DC7FBAE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anet.Db", "Anet.Db\Anet.Db.csproj", "{4DDFE316-7CC9-4C87-BDDB-530804E04F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anet.Migrations", "Anet.Migrations\Anet.Migrations.csproj", "{BB849C9A-BF95-4BD7-80DF-13746FBBE6B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{238D0C7F-9033-493D-B068-744745AEC451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238D0C7F-9033-493D-B068-744745AEC451}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238D0C7F-9033-493D-B068-744745AEC451}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238D0C7F-9033-493D-B068-744745AEC451}.Release|Any CPU.Build.0 = Release|Any CPU
{22ADED3A-79E3-45B2-8FED-E167DC7FBAE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22ADED3A-79E3-45B2-8FED-E167DC7FBAE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22ADED3A-79E3-45B2-8FED-E167DC7FBAE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22ADED3A-79E3-45B2-8FED-E167DC7FBAE6}.Release|Any CPU.Build.0 = Release|Any CPU
{4DDFE316-7CC9-4C87-BDDB-530804E04F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DDFE316-7CC9-4C87-BDDB-530804E04F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DDFE316-7CC9-4C87-BDDB-530804E04F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DDFE316-7CC9-4C87-BDDB-530804E04F61}.Release|Any CPU.Build.0 = Release|Any CPU
{BB849C9A-BF95-4BD7-80DF-13746FBBE6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB849C9A-BF95-4BD7-80DF-13746FBBE6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB849C9A-BF95-4BD7-80DF-13746FBBE6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB849C9A-BF95-4BD7-80DF-13746FBBE6B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal