forked from jchannon/WebAPI.Testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebAPI.Testing.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
WebAPI.Testing.sln
File metadata and controls
43 lines (43 loc) · 2.47 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI.Testing", "src\WebAPI.Testing\WebAPI.Testing.csproj", "{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI.Testing.Tests", "src\WebAPI.Testing.Tests\WebAPI.Testing.Tests.csproj", "{D32E2000-3FDF-4D3E-A29A-03CB78D65944}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3A04636E-1927-455E-942E-60188FBF60D0}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
MonoDebug|Any CPU = MonoDebug|Any CPU
MonoRelease|Any CPU = MonoRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Release|Any CPU.Build.0 = Release|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.MonoRelease|Any CPU.Build.0 = Release|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D32E2000-3FDF-4D3E-A29A-03CB78D65944}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal