-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaiof.asset.sln
52 lines (52 loc) · 2.93 KB
/
aiof.asset.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.asset.core", "aiof.asset.core\aiof.asset.core.csproj", "{37A13D5B-A5A8-40C0-A7DE-CC946647726B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.asset.data", "aiof.asset.data\aiof.asset.data.csproj", "{D8C68F9C-A921-495D-A051-D20FDAD52558}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.asset.services", "aiof.asset.services\aiof.asset.services.csproj", "{3A6850F2-E1DE-449D-AA94-07E7916C7911}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.asset.tests", "aiof.asset.tests\aiof.asset.tests.csproj", "{AC3615A7-5370-4665-B4AF-A831F7DFFB45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{231A63D8-2965-4761-B234-C31157E66B2F}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
Dockerfile.local = Dockerfile.local
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37A13D5B-A5A8-40C0-A7DE-CC946647726B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37A13D5B-A5A8-40C0-A7DE-CC946647726B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37A13D5B-A5A8-40C0-A7DE-CC946647726B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37A13D5B-A5A8-40C0-A7DE-CC946647726B}.Release|Any CPU.Build.0 = Release|Any CPU
{D8C68F9C-A921-495D-A051-D20FDAD52558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8C68F9C-A921-495D-A051-D20FDAD52558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8C68F9C-A921-495D-A051-D20FDAD52558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8C68F9C-A921-495D-A051-D20FDAD52558}.Release|Any CPU.Build.0 = Release|Any CPU
{3A6850F2-E1DE-449D-AA94-07E7916C7911}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A6850F2-E1DE-449D-AA94-07E7916C7911}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A6850F2-E1DE-449D-AA94-07E7916C7911}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A6850F2-E1DE-449D-AA94-07E7916C7911}.Release|Any CPU.Build.0 = Release|Any CPU
{AC3615A7-5370-4665-B4AF-A831F7DFFB45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC3615A7-5370-4665-B4AF-A831F7DFFB45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC3615A7-5370-4665-B4AF-A831F7DFFB45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC3615A7-5370-4665-B4AF-A831F7DFFB45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB43C6FB-2A95-4B25-B923-9885CCA06798}
EndGlobalSection
EndGlobal