-
Notifications
You must be signed in to change notification settings - Fork 0
/
SynthGuru.sln
43 lines (43 loc) · 2.6 KB
/
SynthGuru.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SynthGuru.Web", "SynthGuru.Web\SynthGuru.Web.csproj", "{FE7213D1-EF3B-4EF9-A085-2D5C35ED3A32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SynthGuru.DomainModel", "SynthGuru.DomainModel\SynthGuru.DomainModel.csproj", "{80458847-65DD-4C36-957C-964321663070}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SynthGuru.DataAccessLayer", "SynthGuru.DataAccessLayer\SynthGuru.DataAccessLayer.csproj", "{C58DA2F4-C231-4342-981C-40A8CC1C7FF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SynthGuru.BusinessLayer", "SynthGuru.BusinessLayer\SynthGuru.BusinessLayer.csproj", "{020431C0-B2E6-499A-A228-50686D936E2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE7213D1-EF3B-4EF9-A085-2D5C35ED3A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE7213D1-EF3B-4EF9-A085-2D5C35ED3A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE7213D1-EF3B-4EF9-A085-2D5C35ED3A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE7213D1-EF3B-4EF9-A085-2D5C35ED3A32}.Release|Any CPU.Build.0 = Release|Any CPU
{80458847-65DD-4C36-957C-964321663070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80458847-65DD-4C36-957C-964321663070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80458847-65DD-4C36-957C-964321663070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80458847-65DD-4C36-957C-964321663070}.Release|Any CPU.Build.0 = Release|Any CPU
{C58DA2F4-C231-4342-981C-40A8CC1C7FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C58DA2F4-C231-4342-981C-40A8CC1C7FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C58DA2F4-C231-4342-981C-40A8CC1C7FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C58DA2F4-C231-4342-981C-40A8CC1C7FF9}.Release|Any CPU.Build.0 = Release|Any CPU
{020431C0-B2E6-499A-A228-50686D936E2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{020431C0-B2E6-499A-A228-50686D936E2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{020431C0-B2E6-499A-A228-50686D936E2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{020431C0-B2E6-499A-A228-50686D936E2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6951B319-591A-4563-BB8A-108EAE1E489A}
EndGlobalSection
EndGlobal