This repository was archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathJSTest.sln
65 lines (65 loc) · 4.07 KB
/
JSTest.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
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B571660-C6A2-4351-BED8-12C8CED0D251}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A6078738-4435-4351-90B7-2CBAF778A023}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{13A0564A-48C6-4B51-99DD-5146C9F8027F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JSTest", "src\JSTest\JSTest.csproj", "{832CF89A-268A-4E1B-BD5D-1F621877121F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JSTest.TestAdapter", "src\JSTest.TestAdapter\JSTest.TestAdapter.csproj", "{E057A47A-AE7F-482C-ADB3-FF5C44BD75A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSTest.UnitTests", "test\JSTest.UnitTests\JSTest.UnitTests.csproj", "{E644DA82-86C0-4A76-BA92-EE025B4B41B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSTest.TestAdapter.UnitTests", "test\JSTest.TestAdapter.UnitTests\JSTest.TestAdapter.UnitTests.csproj", "{686162B8-9F30-44A9-81FA-D7A9B7C032C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSTest.AcceptanceTests", "test\JSTest.AcceptanceTests\JSTest.AcceptanceTests.csproj", "{22DD7325-71CE-444B-B546-6347369731D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{832CF89A-268A-4E1B-BD5D-1F621877121F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{832CF89A-268A-4E1B-BD5D-1F621877121F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{832CF89A-268A-4E1B-BD5D-1F621877121F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{832CF89A-268A-4E1B-BD5D-1F621877121F}.Release|Any CPU.Build.0 = Release|Any CPU
{E057A47A-AE7F-482C-ADB3-FF5C44BD75A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E057A47A-AE7F-482C-ADB3-FF5C44BD75A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E057A47A-AE7F-482C-ADB3-FF5C44BD75A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E057A47A-AE7F-482C-ADB3-FF5C44BD75A2}.Release|Any CPU.Build.0 = Release|Any CPU
{E644DA82-86C0-4A76-BA92-EE025B4B41B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E644DA82-86C0-4A76-BA92-EE025B4B41B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E644DA82-86C0-4A76-BA92-EE025B4B41B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E644DA82-86C0-4A76-BA92-EE025B4B41B0}.Release|Any CPU.Build.0 = Release|Any CPU
{686162B8-9F30-44A9-81FA-D7A9B7C032C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{686162B8-9F30-44A9-81FA-D7A9B7C032C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{686162B8-9F30-44A9-81FA-D7A9B7C032C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{686162B8-9F30-44A9-81FA-D7A9B7C032C0}.Release|Any CPU.Build.0 = Release|Any CPU
{22DD7325-71CE-444B-B546-6347369731D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22DD7325-71CE-444B-B546-6347369731D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22DD7325-71CE-444B-B546-6347369731D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22DD7325-71CE-444B-B546-6347369731D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{832CF89A-268A-4E1B-BD5D-1F621877121F} = {A6078738-4435-4351-90B7-2CBAF778A023}
{E057A47A-AE7F-482C-ADB3-FF5C44BD75A2} = {A6078738-4435-4351-90B7-2CBAF778A023}
{E644DA82-86C0-4A76-BA92-EE025B4B41B0} = {13A0564A-48C6-4B51-99DD-5146C9F8027F}
{686162B8-9F30-44A9-81FA-D7A9B7C032C0} = {13A0564A-48C6-4B51-99DD-5146C9F8027F}
{22DD7325-71CE-444B-B546-6347369731D6} = {13A0564A-48C6-4B51-99DD-5146C9F8027F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE119E53-2BC9-4A43-B209-FF9C125B5FAC}
EndGlobalSection
EndGlobal