This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
AniAPI.sln
43 lines (43 loc) · 2.47 KB
/
AniAPI.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.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SyncService", "SyncService\SyncService.csproj", "{F75AE06E-BD5F-47B0-A73D-7B16DCCA4A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{5CEFD7BB-90E0-4AB9-A373-1752E03C69EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceMongo", "ServiceMongo\ServiceMongo.csproj", "{E6827D3E-3A04-4290-9D80-65644032EBF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commons", "Commons\Commons.csproj", "{10C35AD1-692E-420D-A57C-A56BC07F3011}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F75AE06E-BD5F-47B0-A73D-7B16DCCA4A95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F75AE06E-BD5F-47B0-A73D-7B16DCCA4A95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F75AE06E-BD5F-47B0-A73D-7B16DCCA4A95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F75AE06E-BD5F-47B0-A73D-7B16DCCA4A95}.Release|Any CPU.Build.0 = Release|Any CPU
{5CEFD7BB-90E0-4AB9-A373-1752E03C69EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CEFD7BB-90E0-4AB9-A373-1752E03C69EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CEFD7BB-90E0-4AB9-A373-1752E03C69EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CEFD7BB-90E0-4AB9-A373-1752E03C69EC}.Release|Any CPU.Build.0 = Release|Any CPU
{E6827D3E-3A04-4290-9D80-65644032EBF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6827D3E-3A04-4290-9D80-65644032EBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6827D3E-3A04-4290-9D80-65644032EBF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6827D3E-3A04-4290-9D80-65644032EBF8}.Release|Any CPU.Build.0 = Release|Any CPU
{10C35AD1-692E-420D-A57C-A56BC07F3011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C35AD1-692E-420D-A57C-A56BC07F3011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C35AD1-692E-420D-A57C-A56BC07F3011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C35AD1-692E-420D-A57C-A56BC07F3011}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3129C2ED-745C-40A2-9F1C-9C8166C18418}
EndGlobalSection
EndGlobal