forked from bhuvak/NuGetTestHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuGetTestHelper.sln
52 lines (52 loc) · 3.2 KB
/
NuGetTestHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetTestHelper.Core", "NugetTestHelper.Core\NuGetTestHelper.Core.csproj", "{38C2336C-FF5E-429D-8F90-D8ABC1E3C5B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetTestHelper.Utilities", "NuGetTestHelper.Utilities\NuGetTestHelper.Utilities.csproj", "{6DD5997E-F4D2-4689-B7D8-1B91943AB430}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetTestHelper.Verifiers", "NuGetTestHelper.Verifiers\NuGetTestHelper.Verifiers.csproj", "{6562BC18-0054-431F-94F0-23578E9B6A70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7A29EA88-2E21-4418-A7A9-4F2FB96C671E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{455C9BF8-C568-406E-A80D-9B35CD8AEDB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetTestHelper.E2ETests", "NuGetTestHelper.E2ETests\NuGetTestHelper.E2ETests.csproj", "{970F3276-BFB9-421F-8340-26F8C0F27B75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B4D7CBB-DBB3-4505-852A-170927A56B17}"
ProjectSection(SolutionItems) = preProject
NuGetTestHelper.E2ETests.testsettings = NuGetTestHelper.E2ETests.testsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38C2336C-FF5E-429D-8F90-D8ABC1E3C5B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38C2336C-FF5E-429D-8F90-D8ABC1E3C5B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38C2336C-FF5E-429D-8F90-D8ABC1E3C5B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38C2336C-FF5E-429D-8F90-D8ABC1E3C5B6}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD5997E-F4D2-4689-B7D8-1B91943AB430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD5997E-F4D2-4689-B7D8-1B91943AB430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD5997E-F4D2-4689-B7D8-1B91943AB430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD5997E-F4D2-4689-B7D8-1B91943AB430}.Release|Any CPU.Build.0 = Release|Any CPU
{6562BC18-0054-431F-94F0-23578E9B6A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6562BC18-0054-431F-94F0-23578E9B6A70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6562BC18-0054-431F-94F0-23578E9B6A70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6562BC18-0054-431F-94F0-23578E9B6A70}.Release|Any CPU.Build.0 = Release|Any CPU
{970F3276-BFB9-421F-8340-26F8C0F27B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{970F3276-BFB9-421F-8340-26F8C0F27B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{970F3276-BFB9-421F-8340-26F8C0F27B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{970F3276-BFB9-421F-8340-26F8C0F27B75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal