-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNodeUnitTestAdapter.sln
More file actions
64 lines (64 loc) · 3.6 KB
/
NodeUnitTestAdapter.sln
File metadata and controls
64 lines (64 loc) · 3.6 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NodeUnitTestAdapter", "NodeUnitTestAdapter\NodeUnitTestAdapter.csproj", "{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsNodeTest", "VsNodeTest\VsNodeTest.csproj", "{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B601F13-2AAB-4F35-95C0-2C6A78495DB5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://teamsystem.walgreens.com:8080/tfs/walgreensphwcollection
SccProjectUniqueName0 = NodeUnitTestAdapter\\NodeUnitTestAdapter.csproj
SccProjectName0 = NodeUnitTestAdapter
SccAuxPath0 = http://teamsystem.walgreens.com:8080/tfs/walgreensphwcollection
SccLocalPath0 = NodeUnitTestAdapter
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName1 = VsNodeTest\\VsNodeTest.csproj
SccProjectName1 = VsNodeTest
SccAuxPath1 = http://teamsystem.walgreens.com:8080/tfs/walgreensphwcollection
SccLocalPath1 = VsNodeTest
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Win32.ActiveCfg = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Any CPU.Build.0 = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Win32.ActiveCfg = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Win32.ActiveCfg = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Any CPU.Build.0 = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Win32.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal