-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShoppingBasketExample.sln
More file actions
36 lines (36 loc) · 1.8 KB
/
Copy pathShoppingBasketExample.sln
File metadata and controls
36 lines (36 loc) · 1.8 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{A24FE659-0CB1-4CC9-8E34-465157F4E6D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.Tests", "Web.Tests\Web.Tests.csproj", "{15135173-877A-4F4B-8D77-9076870CEA29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0037AC5-A1D3-4B06-8416-5545FA6FCD80}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
ShoppingBasketExample.vsmdi = ShoppingBasketExample.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ShoppingBasketExample.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A24FE659-0CB1-4CC9-8E34-465157F4E6D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A24FE659-0CB1-4CC9-8E34-465157F4E6D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A24FE659-0CB1-4CC9-8E34-465157F4E6D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A24FE659-0CB1-4CC9-8E34-465157F4E6D5}.Release|Any CPU.Build.0 = Release|Any CPU
{15135173-877A-4F4B-8D77-9076870CEA29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15135173-877A-4F4B-8D77-9076870CEA29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15135173-877A-4F4B-8D77-9076870CEA29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15135173-877A-4F4B-8D77-9076870CEA29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal