-
Notifications
You must be signed in to change notification settings - Fork 1
/
Vcr.sln
50 lines (50 loc) · 2.83 KB
/
Vcr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vcr.Test", "test\Vcr.Test\Vcr.Test.csproj", "{64AD814E-8F3B-4032-992A-A915E0F84E6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFC403F8-5DFA-456D-BAF3-420D5390DF1A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vcr", "src\Vcr\Vcr.csproj", "{D6158152-1078-456D-B4B9-BA2BFA1FB988}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp.IntegrationTest", "sample\SampleWebApp.IntegrationTest\SampleWebApp.IntegrationTest.csproj", "{751430B4-B3C5-4151-B7EF-657D005447EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWebApp", "sample\SampleWebApp\SampleWebApp.csproj", "{60D47888-2805-4B2C-85A8-06E3D0CAA3B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64AD814E-8F3B-4032-992A-A915E0F84E6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64AD814E-8F3B-4032-992A-A915E0F84E6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64AD814E-8F3B-4032-992A-A915E0F84E6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64AD814E-8F3B-4032-992A-A915E0F84E6B}.Release|Any CPU.Build.0 = Release|Any CPU
{D6158152-1078-456D-B4B9-BA2BFA1FB988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6158152-1078-456D-B4B9-BA2BFA1FB988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6158152-1078-456D-B4B9-BA2BFA1FB988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6158152-1078-456D-B4B9-BA2BFA1FB988}.Release|Any CPU.Build.0 = Release|Any CPU
{751430B4-B3C5-4151-B7EF-657D005447EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{751430B4-B3C5-4151-B7EF-657D005447EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{751430B4-B3C5-4151-B7EF-657D005447EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{751430B4-B3C5-4151-B7EF-657D005447EC}.Release|Any CPU.Build.0 = Release|Any CPU
{60D47888-2805-4B2C-85A8-06E3D0CAA3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60D47888-2805-4B2C-85A8-06E3D0CAA3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60D47888-2805-4B2C-85A8-06E3D0CAA3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60D47888-2805-4B2C-85A8-06E3D0CAA3B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D82667F-AB75-43D3-A521-377AE4A86C83}
EndGlobalSection
EndGlobal