-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPicasso2.sln
61 lines (61 loc) · 3.44 KB
/
Picasso2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dal", "Picasso2\Dal.csproj", "{AAECD9B5-0606-4CD6-9FB3-9289C7FBBCA0}"
ProjectSection(ProjectDependencies) = postProject
{266113B5-BE55-4EAF-B17D-25FE1860C67F} = {266113B5-BE55-4EAF-B17D-25FE1860C67F}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PicassoTest", "UnitTestProject1\PicassoTest.csproj", "{850BA03F-B4B5-4166-913C-22D8ECB327CD}"
ProjectSection(ProjectDependencies) = postProject
{AC53F595-498B-4F28-B9A7-815A7F6A19B9} = {AC53F595-498B-4F28-B9A7-815A7F6A19B9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTO", "DTOS\DTO.csproj", "{266113B5-BE55-4EAF-B17D-25FE1860C67F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "Picasso2BLL\BLL.csproj", "{AC53F595-498B-4F28-B9A7-815A7F6A19B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp", "WebApp\WebApp.csproj", "{18790F5D-E0E3-4E65-B2E7-25AAF60A16AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F16BC71-05A1-4326-A6AE-6110ADF1C4D9}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAECD9B5-0606-4CD6-9FB3-9289C7FBBCA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAECD9B5-0606-4CD6-9FB3-9289C7FBBCA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAECD9B5-0606-4CD6-9FB3-9289C7FBBCA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAECD9B5-0606-4CD6-9FB3-9289C7FBBCA0}.Release|Any CPU.Build.0 = Release|Any CPU
{850BA03F-B4B5-4166-913C-22D8ECB327CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{850BA03F-B4B5-4166-913C-22D8ECB327CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{850BA03F-B4B5-4166-913C-22D8ECB327CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{850BA03F-B4B5-4166-913C-22D8ECB327CD}.Release|Any CPU.Build.0 = Release|Any CPU
{266113B5-BE55-4EAF-B17D-25FE1860C67F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{266113B5-BE55-4EAF-B17D-25FE1860C67F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{266113B5-BE55-4EAF-B17D-25FE1860C67F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{266113B5-BE55-4EAF-B17D-25FE1860C67F}.Release|Any CPU.Build.0 = Release|Any CPU
{AC53F595-498B-4F28-B9A7-815A7F6A19B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC53F595-498B-4F28-B9A7-815A7F6A19B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC53F595-498B-4F28-B9A7-815A7F6A19B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC53F595-498B-4F28-B9A7-815A7F6A19B9}.Release|Any CPU.Build.0 = Release|Any CPU
{18790F5D-E0E3-4E65-B2E7-25AAF60A16AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18790F5D-E0E3-4E65-B2E7-25AAF60A16AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18790F5D-E0E3-4E65-B2E7-25AAF60A16AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18790F5D-E0E3-4E65-B2E7-25AAF60A16AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05A85AC4-6009-459B-87E4-D93BE94D4F03}
EndGlobalSection
EndGlobal