-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachine.vstestadapter.sln
45 lines (45 loc) · 2.81 KB
/
machine.vstestadapter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter", "Source\Machine.VSTestAdapter\Machine.VSTestAdapter.csproj", "{53236A16-453D-49C2-880D-87523ECE381F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter.VSIX", "Source\Machine.VSTestAdapter.VSIX\Machine.VSTestAdapter.VSIX.csproj", "{432FE7FF-05A5-4E57-A999-48F32C23DDB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A4146871-B7AE-4141-821C-566ED5BC4B8E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter.Specs", "Source\Machine.VSTestAdapter.Specs\Machine.VSTestAdapter.Specs.csproj", "{28A8C30C-7C6C-402B-86E2-D54A20748564}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine.VSTestAdapter.RemoteDomain", "Source\Machine.Specifications.VSRunner\Machine.Specifications.VSRunner.csproj", "{F88CBEBD-9D83-4899-BF61-04C35ECA1663}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53236A16-453D-49C2-880D-87523ECE381F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53236A16-453D-49C2-880D-87523ECE381F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53236A16-453D-49C2-880D-87523ECE381F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53236A16-453D-49C2-880D-87523ECE381F}.Release|Any CPU.Build.0 = Release|Any CPU
{432FE7FF-05A5-4E57-A999-48F32C23DDB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{432FE7FF-05A5-4E57-A999-48F32C23DDB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{432FE7FF-05A5-4E57-A999-48F32C23DDB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{432FE7FF-05A5-4E57-A999-48F32C23DDB3}.Release|Any CPU.Build.0 = Release|Any CPU
{28A8C30C-7C6C-402B-86E2-D54A20748564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28A8C30C-7C6C-402B-86E2-D54A20748564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28A8C30C-7C6C-402B-86E2-D54A20748564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28A8C30C-7C6C-402B-86E2-D54A20748564}.Release|Any CPU.Build.0 = Release|Any CPU
{F88CBEBD-9D83-4899-BF61-04C35ECA1663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F88CBEBD-9D83-4899-BF61-04C35ECA1663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F88CBEBD-9D83-4899-BF61-04C35ECA1663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F88CBEBD-9D83-4899-BF61-04C35ECA1663}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal