-
Notifications
You must be signed in to change notification settings - Fork 0
/
TeamAccountSolution.sln
34 lines (34 loc) · 1.93 KB
/
TeamAccountSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamAccount.DAL", "TeamAccount.DAL\TeamAccount.DAL.csproj", "{935F5418-079E-4D9F-A2B2-3B22A743636B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamAccount.DTO", "TeamAccount.DTO\TeamAccount.DTO.csproj", "{37DFF22A-80A8-4556-8C34-7B1D58BDC6DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamAccount.API", "TeamAccount.API\TeamAccount.API.csproj", "{DFCDCD5A-9D97-40A2-A3C2-ECB2AA2A884C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{935F5418-079E-4D9F-A2B2-3B22A743636B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{935F5418-079E-4D9F-A2B2-3B22A743636B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{935F5418-079E-4D9F-A2B2-3B22A743636B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{935F5418-079E-4D9F-A2B2-3B22A743636B}.Release|Any CPU.Build.0 = Release|Any CPU
{37DFF22A-80A8-4556-8C34-7B1D58BDC6DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37DFF22A-80A8-4556-8C34-7B1D58BDC6DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37DFF22A-80A8-4556-8C34-7B1D58BDC6DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37DFF22A-80A8-4556-8C34-7B1D58BDC6DA}.Release|Any CPU.Build.0 = Release|Any CPU
{DFCDCD5A-9D97-40A2-A3C2-ECB2AA2A884C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFCDCD5A-9D97-40A2-A3C2-ECB2AA2A884C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFCDCD5A-9D97-40A2-A3C2-ECB2AA2A884C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFCDCD5A-9D97-40A2-A3C2-ECB2AA2A884C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal