This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MemberClub.sln
28 lines (28 loc) · 1.74 KB
/
MemberClub.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemberClub.WEB", "MemberClub.WEB\MemberClub.WEB.csproj", "{C7C2E18A-41CF-4E8C-92B8-8D1A96D188E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemberClub.BLL", "MemberClub.BLL\MemberClub.BLL.csproj", "{048D131D-A054-4D7B-A947-304C2C03FF20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemberClub.DAL", "MemberClub.DAL\MemberClub.DAL.csproj", "{9DC26148-42F7-4918-97C7-108EFB05901E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7C2E18A-41CF-4E8C-92B8-8D1A96D188E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7C2E18A-41CF-4E8C-92B8-8D1A96D188E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7C2E18A-41CF-4E8C-92B8-8D1A96D188E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7C2E18A-41CF-4E8C-92B8-8D1A96D188E9}.Release|Any CPU.Build.0 = Release|Any CPU
{048D131D-A054-4D7B-A947-304C2C03FF20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{048D131D-A054-4D7B-A947-304C2C03FF20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{048D131D-A054-4D7B-A947-304C2C03FF20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{048D131D-A054-4D7B-A947-304C2C03FF20}.Release|Any CPU.Build.0 = Release|Any CPU
{9DC26148-42F7-4918-97C7-108EFB05901E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DC26148-42F7-4918-97C7-108EFB05901E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DC26148-42F7-4918-97C7-108EFB05901E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DC26148-42F7-4918-97C7-108EFB05901E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal