-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.sln
37 lines (37 loc) · 2.06 KB
/
skills.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "skills-mvc", "skills-mvc\skills-mvc.csproj", "{993067FB-7876-4C5F-A47D-9DB26720A33F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "skills-selenium.tests", "skills-selenium\skills-selenium.tests.csproj", "{D24CC6C6-7654-4F54-8785-B36047E96181}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "skills-mvc.tests", "skills-unittest\skills-mvc.tests.csproj", "{9FF43548-DE10-4FE5-896B-1CA28FA4FDDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{993067FB-7876-4C5F-A47D-9DB26720A33F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{993067FB-7876-4C5F-A47D-9DB26720A33F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{993067FB-7876-4C5F-A47D-9DB26720A33F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{993067FB-7876-4C5F-A47D-9DB26720A33F}.Release|Any CPU.Build.0 = Release|Any CPU
{D24CC6C6-7654-4F54-8785-B36047E96181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D24CC6C6-7654-4F54-8785-B36047E96181}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D24CC6C6-7654-4F54-8785-B36047E96181}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D24CC6C6-7654-4F54-8785-B36047E96181}.Release|Any CPU.Build.0 = Release|Any CPU
{9FF43548-DE10-4FE5-896B-1CA28FA4FDDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FF43548-DE10-4FE5-896B-1CA28FA4FDDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FF43548-DE10-4FE5-896B-1CA28FA4FDDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FF43548-DE10-4FE5-896B-1CA28FA4FDDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67F2FEE9-9A07-41C1-8D86-E61D22A2FDD8}
EndGlobalSection
EndGlobal