-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyPhotos.sln
41 lines (41 loc) · 2.25 KB
/
MyPhotos.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyPhotos.Core", "MyPhotos.Core\MyPhotos.Core.csproj", "{A6551E0F-8284-42F1-B436-238B344F63D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{770C9383-5E13-45E7-9093-7C93FF90445B}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
MyPhotos.Core.vsmdi = MyPhotos.Core.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyPhotos.Tests", "MyPhotos.Tests\MyPhotos.Tests.csproj", "{2AFB2D0D-9100-4BFF-84B7-DC99D6A59BD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyPhotos.WebUI", "MyPhotos.WebUI\MyPhotos.WebUI.csproj", "{C5E65172-ED33-4893-BF0E-59AF10C04DCB}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = MyPhotos.Core.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6551E0F-8284-42F1-B436-238B344F63D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6551E0F-8284-42F1-B436-238B344F63D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6551E0F-8284-42F1-B436-238B344F63D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6551E0F-8284-42F1-B436-238B344F63D0}.Release|Any CPU.Build.0 = Release|Any CPU
{2AFB2D0D-9100-4BFF-84B7-DC99D6A59BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AFB2D0D-9100-4BFF-84B7-DC99D6A59BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AFB2D0D-9100-4BFF-84B7-DC99D6A59BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AFB2D0D-9100-4BFF-84B7-DC99D6A59BD3}.Release|Any CPU.Build.0 = Release|Any CPU
{C5E65172-ED33-4893-BF0E-59AF10C04DCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E65172-ED33-4893-BF0E-59AF10C04DCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E65172-ED33-4893-BF0E-59AF10C04DCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E65172-ED33-4893-BF0E-59AF10C04DCB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal