-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathTodoMVC.sln
31 lines (31 loc) · 1.57 KB
/
TodoMVC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoMVC", "TodoMVC.csproj", "{4091BFF1-8FE1-4B5B-A16C-1612D73E69F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlaywrightTests", "test\PlaywrightTests.csproj", "{15AEF4AA-6369-4433-A9E1-3C24FEC501EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4091BFF1-8FE1-4B5B-A16C-1612D73E69F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4091BFF1-8FE1-4B5B-A16C-1612D73E69F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4091BFF1-8FE1-4B5B-A16C-1612D73E69F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4091BFF1-8FE1-4B5B-A16C-1612D73E69F7}.Release|Any CPU.Build.0 = Release|Any CPU
{15AEF4AA-6369-4433-A9E1-3C24FEC501EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15AEF4AA-6369-4433-A9E1-3C24FEC501EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15AEF4AA-6369-4433-A9E1-3C24FEC501EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15AEF4AA-6369-4433-A9E1-3C24FEC501EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC32A2C2-B2F8-4EB7-98A4-27EAD25EF780}
EndGlobalSection
EndGlobal