This repository was archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathADEPT-API.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
ADEPT-API.sln
File metadata and controls
43 lines (43 loc) · 2.56 KB
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 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADEPT-API", "ADEPT-API\ADEPT-API.csproj", "{7BBC80B6-6930-4247-B612-795589335EB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADEPT-API.DATABASE", "ADEPT-API.DATABASE\ADEPT-API.DATABASE.csproj", "{790376DC-0ECE-4370-BC3D-5CC599BDF66E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADEPT-API.LIBRARY", "ADEPT-API.LIBRARY\ADEPT-API.LIBRARY.csproj", "{E157CC7A-48FC-4706-B041-E146F8861E3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADEPT_API.DATACONTRACTS", "ADEPT_API.DATACONTRACTS\ADEPT_API.DATACONTRACTS.csproj", "{5D1C6E39-FCDB-43F6-92FC-54F43529D98D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BBC80B6-6930-4247-B612-795589335EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BBC80B6-6930-4247-B612-795589335EB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BBC80B6-6930-4247-B612-795589335EB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BBC80B6-6930-4247-B612-795589335EB6}.Release|Any CPU.Build.0 = Release|Any CPU
{790376DC-0ECE-4370-BC3D-5CC599BDF66E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{790376DC-0ECE-4370-BC3D-5CC599BDF66E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{790376DC-0ECE-4370-BC3D-5CC599BDF66E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{790376DC-0ECE-4370-BC3D-5CC599BDF66E}.Release|Any CPU.Build.0 = Release|Any CPU
{E157CC7A-48FC-4706-B041-E146F8861E3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E157CC7A-48FC-4706-B041-E146F8861E3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E157CC7A-48FC-4706-B041-E146F8861E3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E157CC7A-48FC-4706-B041-E146F8861E3A}.Release|Any CPU.Build.0 = Release|Any CPU
{5D1C6E39-FCDB-43F6-92FC-54F43529D98D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1C6E39-FCDB-43F6-92FC-54F43529D98D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1C6E39-FCDB-43F6-92FC-54F43529D98D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1C6E39-FCDB-43F6-92FC-54F43529D98D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4B9EED6-554D-46DB-AF7C-5D7D0DB7C72C}
EndGlobalSection
EndGlobal