-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBankAppALMCharbel.sln
37 lines (37 loc) · 2.06 KB
/
BankAppALMCharbel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankAppALMCharbel", "BankAppALMCharbel\BankAppALMCharbel.csproj", "{77D7D535-A960-42E0-9125-9FB2FAC22AB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankRepo", "BankRepo\BankRepo.csproj", "{C83F5F1D-2AAA-4390-873A-8EF547872939}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankAppALMCharbel.Tests", "BankAppALMCharbel.Tests\BankAppALMCharbel.Tests.csproj", "{9F5A7254-0641-4B13-BA01-F5367D26A9B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77D7D535-A960-42E0-9125-9FB2FAC22AB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77D7D535-A960-42E0-9125-9FB2FAC22AB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77D7D535-A960-42E0-9125-9FB2FAC22AB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77D7D535-A960-42E0-9125-9FB2FAC22AB8}.Release|Any CPU.Build.0 = Release|Any CPU
{C83F5F1D-2AAA-4390-873A-8EF547872939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C83F5F1D-2AAA-4390-873A-8EF547872939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C83F5F1D-2AAA-4390-873A-8EF547872939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C83F5F1D-2AAA-4390-873A-8EF547872939}.Release|Any CPU.Build.0 = Release|Any CPU
{9F5A7254-0641-4B13-BA01-F5367D26A9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F5A7254-0641-4B13-BA01-F5367D26A9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F5A7254-0641-4B13-BA01-F5367D26A9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F5A7254-0641-4B13-BA01-F5367D26A9B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEA8D942-76E0-47D9-8943-3B8F1173C01C}
EndGlobalSection
EndGlobal