-
Notifications
You must be signed in to change notification settings - Fork 1
/
AIB_Backend.sln
49 lines (49 loc) · 2.95 KB
/
AIB_Backend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIB.Api", "AIB.Api\AIB.Api.csproj", "{B048409A-7B37-4470-A2CA-043A92140A5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIB.Data", "AIB.Data\AIB.Data.csproj", "{E576CE2A-1ED6-4979-97DC-CDFDE44B0FFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIB.Services", "AIB.Services\AIB.Services.csproj", "{0F253771-F50F-4D79-80A4-95BDDACAA31A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIB.Common", "AIB.Common\AIB.Common.csproj", "{E5917FB7-B179-4299-BE13-350B74B30164}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExportService.cs", "PDF\ExportService.cs.csproj", "{A84495FF-4491-40F5-80B5-7EA339893F8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B048409A-7B37-4470-A2CA-043A92140A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B048409A-7B37-4470-A2CA-043A92140A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B048409A-7B37-4470-A2CA-043A92140A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B048409A-7B37-4470-A2CA-043A92140A5D}.Release|Any CPU.Build.0 = Release|Any CPU
{E576CE2A-1ED6-4979-97DC-CDFDE44B0FFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E576CE2A-1ED6-4979-97DC-CDFDE44B0FFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E576CE2A-1ED6-4979-97DC-CDFDE44B0FFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E576CE2A-1ED6-4979-97DC-CDFDE44B0FFF}.Release|Any CPU.Build.0 = Release|Any CPU
{0F253771-F50F-4D79-80A4-95BDDACAA31A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F253771-F50F-4D79-80A4-95BDDACAA31A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F253771-F50F-4D79-80A4-95BDDACAA31A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F253771-F50F-4D79-80A4-95BDDACAA31A}.Release|Any CPU.Build.0 = Release|Any CPU
{E5917FB7-B179-4299-BE13-350B74B30164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5917FB7-B179-4299-BE13-350B74B30164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5917FB7-B179-4299-BE13-350B74B30164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5917FB7-B179-4299-BE13-350B74B30164}.Release|Any CPU.Build.0 = Release|Any CPU
{A84495FF-4491-40F5-80B5-7EA339893F8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A84495FF-4491-40F5-80B5-7EA339893F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A84495FF-4491-40F5-80B5-7EA339893F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A84495FF-4491-40F5-80B5-7EA339893F8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC3C4AA2-837E-40DF-93E1-81CFEE1FB9B9}
EndGlobalSection
EndGlobal