-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI.sln
More file actions
42 lines (42 loc) · 2.31 KB
/
API.sln
File metadata and controls
42 lines (42 loc) · 2.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{DD652637-ECC3-45CE-A4BE-1CAFE069F7BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API.Lib", "API.Lib\API.Lib.csproj", "{793AA8A1-D8DD-44FE-9D90-42182E4A0E2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API.Lib.Tests", "API.Lib.Tests\API.Lib.Tests.csproj", "{EC481332-B556-46D3-8104-6232DD0CDA2C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "API.Shared", "API.Shared\API.Shared.shproj", "{BE8011D9-2E22-4B00-8283-A83CE08F506B}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
API.Shared\API.Shared.projitems*{be8011d9-2e22-4b00-8283-a83ce08f506b}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD652637-ECC3-45CE-A4BE-1CAFE069F7BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD652637-ECC3-45CE-A4BE-1CAFE069F7BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD652637-ECC3-45CE-A4BE-1CAFE069F7BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD652637-ECC3-45CE-A4BE-1CAFE069F7BB}.Release|Any CPU.Build.0 = Release|Any CPU
{793AA8A1-D8DD-44FE-9D90-42182E4A0E2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793AA8A1-D8DD-44FE-9D90-42182E4A0E2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793AA8A1-D8DD-44FE-9D90-42182E4A0E2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{793AA8A1-D8DD-44FE-9D90-42182E4A0E2B}.Release|Any CPU.Build.0 = Release|Any CPU
{EC481332-B556-46D3-8104-6232DD0CDA2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC481332-B556-46D3-8104-6232DD0CDA2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC481332-B556-46D3-8104-6232DD0CDA2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC481332-B556-46D3-8104-6232DD0CDA2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FAEF951-EAFF-435A-BB05-6116540CA42E}
EndGlobalSection
EndGlobal