-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRESTRunner.sln
54 lines (54 loc) · 3.34 KB
/
RESTRunner.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESTRunner", "RESTRunner\RESTRunner.csproj", "{88D1CFB8-A13F-4D78-8833-B9CA50575691}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESTRunner.Domain", "RESTRunner.Domain\RESTRunner.Domain.csproj", "{C1FD2D44-88A8-49DA-8282-F49E337F6BE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESTRunner.Domain.Tests", "RESTRunner.Domain.Tests\RESTRunner.Domain.Tests.csproj", "{AA49F77C-B25B-415C-BA01-FAF985C76283}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{455BFBB1-D17C-4340-A3F3-62C8E7EEE6C0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESTRunner.PostmanImport", "RESTRunner.PostmanImport\RESTRunner.PostmanImport.csproj", "{9C191072-4C1F-4219-8A38-A0B08C2C0BF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESTRunner.Services.HttpClientRunner", "RESTRunner.Services.HttpClient\RESTRunner.Services.HttpClientRunner.csproj", "{164568A4-E8D5-411F-92D2-E44B539A8AFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88D1CFB8-A13F-4D78-8833-B9CA50575691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88D1CFB8-A13F-4D78-8833-B9CA50575691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88D1CFB8-A13F-4D78-8833-B9CA50575691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88D1CFB8-A13F-4D78-8833-B9CA50575691}.Release|Any CPU.Build.0 = Release|Any CPU
{C1FD2D44-88A8-49DA-8282-F49E337F6BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1FD2D44-88A8-49DA-8282-F49E337F6BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1FD2D44-88A8-49DA-8282-F49E337F6BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1FD2D44-88A8-49DA-8282-F49E337F6BE4}.Release|Any CPU.Build.0 = Release|Any CPU
{AA49F77C-B25B-415C-BA01-FAF985C76283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA49F77C-B25B-415C-BA01-FAF985C76283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA49F77C-B25B-415C-BA01-FAF985C76283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA49F77C-B25B-415C-BA01-FAF985C76283}.Release|Any CPU.Build.0 = Release|Any CPU
{9C191072-4C1F-4219-8A38-A0B08C2C0BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C191072-4C1F-4219-8A38-A0B08C2C0BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C191072-4C1F-4219-8A38-A0B08C2C0BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C191072-4C1F-4219-8A38-A0B08C2C0BF5}.Release|Any CPU.Build.0 = Release|Any CPU
{164568A4-E8D5-411F-92D2-E44B539A8AFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164568A4-E8D5-411F-92D2-E44B539A8AFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164568A4-E8D5-411F-92D2-E44B539A8AFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164568A4-E8D5-411F-92D2-E44B539A8AFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84E323A2-B564-4189-88E6-1E3C01042473}
EndGlobalSection
EndGlobal