-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemoAgenda.sln
57 lines (57 loc) · 3.02 KB
/
DemoAgenda.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoAgenda", "DemoAgenda\DemoAgenda.csproj", "{1520FE64-CF12-455C-8C04-F74E8A5A23C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoAgenda.UnitTests", "DemoAgenda.Tests\DemoAgenda.UnitTests.csproj", "{43767AC4-680E-4418-B55F-71CF6DC35C48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoAgenda.AcceptanceTests", "DemoAgenda.AcceptanceTests\DemoAgenda.AcceptanceTests.csproj", "{DCB57825-5B43-4D13-9017-24EFC574D104}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{97D3BA0F-87A2-464D-8050-C630CFD4D993}"
ProjectSection(SolutionItems) = preProject
DemoAgenda.vsmdi = DemoAgenda.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://tfscurso:81/tfs/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = DemoAgenda.AcceptanceTests\\DemoAgenda.AcceptanceTests.csproj
SccProjectName1 = DemoAgenda.AcceptanceTests
SccLocalPath1 = DemoAgenda.AcceptanceTests
SccProjectUniqueName2 = DemoAgenda.Tests\\DemoAgenda.UnitTests.csproj
SccProjectName2 = DemoAgenda.Tests
SccLocalPath2 = DemoAgenda.Tests
SccProjectUniqueName3 = DemoAgenda\\DemoAgenda.csproj
SccProjectName3 = DemoAgenda
SccLocalPath3 = DemoAgenda
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DemoAgenda.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1520FE64-CF12-455C-8C04-F74E8A5A23C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1520FE64-CF12-455C-8C04-F74E8A5A23C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1520FE64-CF12-455C-8C04-F74E8A5A23C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1520FE64-CF12-455C-8C04-F74E8A5A23C9}.Release|Any CPU.Build.0 = Release|Any CPU
{43767AC4-680E-4418-B55F-71CF6DC35C48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43767AC4-680E-4418-B55F-71CF6DC35C48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43767AC4-680E-4418-B55F-71CF6DC35C48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43767AC4-680E-4418-B55F-71CF6DC35C48}.Release|Any CPU.Build.0 = Release|Any CPU
{DCB57825-5B43-4D13-9017-24EFC574D104}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCB57825-5B43-4D13-9017-24EFC574D104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCB57825-5B43-4D13-9017-24EFC574D104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCB57825-5B43-4D13-9017-24EFC574D104}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal