-
Notifications
You must be signed in to change notification settings - Fork 0
/
SRC.MyClient.MyTree.sln
46 lines (46 loc) · 3.09 KB
/
SRC.MyClient.MyTree.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SRC.MyClient.MyTree.MVC", "SRC.MyClient.MyTree.MVC\SRC.MyClient.MyTree.MVC.csproj", "{926FEF8A-FCF7-42C9-BE15-00DE3684094D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SRC.MyClient.MyTree.DataAccess", "SRC.MyClient.MyTree.DataAccess\SRC.MyClient.MyTree.DataAccess.csproj", "{8B8A37DD-C45E-455D-A483-AB4B4B8C956E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SRC.MyClient.MyTree.Model", "SRC.MyClient.MyTree.Model\SRC.MyClient.MyTree.Model.csproj", "{9C9B95D4-E72D-4810-A129-5D13B48C1CF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SRC.MyClient.MyTree.BusinessLogic", "SRC.MyClient.MyTree.BusinessLogic\SRC.MyClient.MyTree.BusinessLogic.csproj", "{25D46677-38D6-4CAD-B56E-681F8BE7EB3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SRC.MyClient.MyTree.ConsoleTest", "SRC.MyClient.MyTree.ConsoleTest\SRC.MyClient.MyTree.ConsoleTest.csproj", "{EB1F2B02-5C58-4E2E-BD2A-230D2BE4FA2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{926FEF8A-FCF7-42C9-BE15-00DE3684094D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{926FEF8A-FCF7-42C9-BE15-00DE3684094D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{926FEF8A-FCF7-42C9-BE15-00DE3684094D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{926FEF8A-FCF7-42C9-BE15-00DE3684094D}.Release|Any CPU.Build.0 = Release|Any CPU
{8B8A37DD-C45E-455D-A483-AB4B4B8C956E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B8A37DD-C45E-455D-A483-AB4B4B8C956E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B8A37DD-C45E-455D-A483-AB4B4B8C956E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B8A37DD-C45E-455D-A483-AB4B4B8C956E}.Release|Any CPU.Build.0 = Release|Any CPU
{9C9B95D4-E72D-4810-A129-5D13B48C1CF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9B95D4-E72D-4810-A129-5D13B48C1CF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9B95D4-E72D-4810-A129-5D13B48C1CF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9B95D4-E72D-4810-A129-5D13B48C1CF6}.Release|Any CPU.Build.0 = Release|Any CPU
{25D46677-38D6-4CAD-B56E-681F8BE7EB3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25D46677-38D6-4CAD-B56E-681F8BE7EB3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25D46677-38D6-4CAD-B56E-681F8BE7EB3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25D46677-38D6-4CAD-B56E-681F8BE7EB3F}.Release|Any CPU.Build.0 = Release|Any CPU
{EB1F2B02-5C58-4E2E-BD2A-230D2BE4FA2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB1F2B02-5C58-4E2E-BD2A-230D2BE4FA2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB1F2B02-5C58-4E2E-BD2A-230D2BE4FA2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB1F2B02-5C58-4E2E-BD2A-230D2BE4FA2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal