-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAIUB Forum Backend.sln
More file actions
37 lines (37 loc) · 1.99 KB
/
Copy pathAIUB Forum Backend.sln
File metadata and controls
37 lines (37 loc) · 1.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{733C30FC-C057-4BCF-910C-49B98CE01A8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "BLL\BLL.csproj", "{94F7BF08-E847-46AE-8A08-8DB43D3E2B41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIUB Forum API", "AIUB Forum API\AIUB Forum API.csproj", "{BF6A39E9-0727-45C6-989B-6511839CA6C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{733C30FC-C057-4BCF-910C-49B98CE01A8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{733C30FC-C057-4BCF-910C-49B98CE01A8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{733C30FC-C057-4BCF-910C-49B98CE01A8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{733C30FC-C057-4BCF-910C-49B98CE01A8A}.Release|Any CPU.Build.0 = Release|Any CPU
{94F7BF08-E847-46AE-8A08-8DB43D3E2B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F7BF08-E847-46AE-8A08-8DB43D3E2B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F7BF08-E847-46AE-8A08-8DB43D3E2B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F7BF08-E847-46AE-8A08-8DB43D3E2B41}.Release|Any CPU.Build.0 = Release|Any CPU
{BF6A39E9-0727-45C6-989B-6511839CA6C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF6A39E9-0727-45C6-989B-6511839CA6C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF6A39E9-0727-45C6-989B-6511839CA6C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF6A39E9-0727-45C6-989B-6511839CA6C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA6E1193-486E-499E-A936-0F33089637BF}
EndGlobalSection
EndGlobal