-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaiof.api.sln
53 lines (53 loc) · 2.92 KB
/
aiof.api.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.api.core", "aiof.api.core\aiof.api.core.csproj", "{D7996C5D-BB44-41C1-BC3D-0129CCD840E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8462D5D5-7B8B-4113-BCFB-4F9AA28D76CF}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
Dockerfile.local = Dockerfile.local
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.api.data", "aiof.api.data\aiof.api.data.csproj", "{DAB0373C-5396-413B-9FB3-380FEA4F5CE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.api.services", "aiof.api.services\aiof.api.services.csproj", "{9558E735-A83A-4089-AF93-8B8AAC433946}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.api.tests", "aiof.api.tests\aiof.api.tests.csproj", "{63D59136-600B-4A21-9A1B-106D57E40C67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7996C5D-BB44-41C1-BC3D-0129CCD840E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7996C5D-BB44-41C1-BC3D-0129CCD840E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7996C5D-BB44-41C1-BC3D-0129CCD840E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7996C5D-BB44-41C1-BC3D-0129CCD840E1}.Release|Any CPU.Build.0 = Release|Any CPU
{DAB0373C-5396-413B-9FB3-380FEA4F5CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAB0373C-5396-413B-9FB3-380FEA4F5CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAB0373C-5396-413B-9FB3-380FEA4F5CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAB0373C-5396-413B-9FB3-380FEA4F5CE6}.Release|Any CPU.Build.0 = Release|Any CPU
{9558E735-A83A-4089-AF93-8B8AAC433946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9558E735-A83A-4089-AF93-8B8AAC433946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9558E735-A83A-4089-AF93-8B8AAC433946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9558E735-A83A-4089-AF93-8B8AAC433946}.Release|Any CPU.Build.0 = Release|Any CPU
{63D59136-600B-4A21-9A1B-106D57E40C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63D59136-600B-4A21-9A1B-106D57E40C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63D59136-600B-4A21-9A1B-106D57E40C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63D59136-600B-4A21-9A1B-106D57E40C67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E596116-3592-42DE-8C5F-0FF04637A613}
EndGlobalSection
EndGlobal