-
Notifications
You must be signed in to change notification settings - Fork 11
/
Moq.Contrib.HttpClient.sln
49 lines (49 loc) · 3.09 KB
/
Moq.Contrib.HttpClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moq.Contrib.HttpClient", "Moq.Contrib.HttpClient\Moq.Contrib.HttpClient.csproj", "{12F6B27E-0A30-4105-80FF-B5C9B5D69C6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moq.Contrib.HttpClient.Test", "Moq.Contrib.HttpClient.Test\Moq.Contrib.HttpClient.Test.csproj", "{68DA515D-A6F6-4C6B-A750-8456498868A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTestExample.Web", "IntegrationTestExample\IntegrationTestExample.Web\IntegrationTestExample.Web.csproj", "{2D2D6A75-2112-4727-B1FF-18E1E91336E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTestExample.Test", "IntegrationTestExample\IntegrationTestExample.Test\IntegrationTestExample.Test.csproj", "{13F98CE7-A317-4728-83D0-9E0937E316E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IntegrationTestExample", "IntegrationTestExample", "{C3DF81F4-1349-477F-83B5-EF70527A6097}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12F6B27E-0A30-4105-80FF-B5C9B5D69C6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12F6B27E-0A30-4105-80FF-B5C9B5D69C6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12F6B27E-0A30-4105-80FF-B5C9B5D69C6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12F6B27E-0A30-4105-80FF-B5C9B5D69C6B}.Release|Any CPU.Build.0 = Release|Any CPU
{68DA515D-A6F6-4C6B-A750-8456498868A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DA515D-A6F6-4C6B-A750-8456498868A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DA515D-A6F6-4C6B-A750-8456498868A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DA515D-A6F6-4C6B-A750-8456498868A0}.Release|Any CPU.Build.0 = Release|Any CPU
{2D2D6A75-2112-4727-B1FF-18E1E91336E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D2D6A75-2112-4727-B1FF-18E1E91336E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D2D6A75-2112-4727-B1FF-18E1E91336E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D2D6A75-2112-4727-B1FF-18E1E91336E5}.Release|Any CPU.Build.0 = Release|Any CPU
{13F98CE7-A317-4728-83D0-9E0937E316E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13F98CE7-A317-4728-83D0-9E0937E316E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13F98CE7-A317-4728-83D0-9E0937E316E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13F98CE7-A317-4728-83D0-9E0937E316E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D2D6A75-2112-4727-B1FF-18E1E91336E5} = {C3DF81F4-1349-477F-83B5-EF70527A6097}
{13F98CE7-A317-4728-83D0-9E0937E316E3} = {C3DF81F4-1349-477F-83B5-EF70527A6097}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BA5E549-F490-49C9-8A68-D8A36D047F6D}
EndGlobalSection
EndGlobal