-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntegrationTestAPI.sln
More file actions
31 lines (31 loc) · 1.61 KB
/
IntegrationTestAPI.sln
File metadata and controls
31 lines (31 loc) · 1.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTestAPI", "Api\IntegrationTestAPI.csproj", "{DFF7D23C-A8E7-4E2E-8550-9A7757F8F4AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "IntegrationTests\IntegrationTests.csproj", "{3041B7D2-1C7E-4E3D-A56C-C7E3AB6CCBDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFF7D23C-A8E7-4E2E-8550-9A7757F8F4AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFF7D23C-A8E7-4E2E-8550-9A7757F8F4AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFF7D23C-A8E7-4E2E-8550-9A7757F8F4AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFF7D23C-A8E7-4E2E-8550-9A7757F8F4AC}.Release|Any CPU.Build.0 = Release|Any CPU
{3041B7D2-1C7E-4E3D-A56C-C7E3AB6CCBDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3041B7D2-1C7E-4E3D-A56C-C7E3AB6CCBDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3041B7D2-1C7E-4E3D-A56C-C7E3AB6CCBDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3041B7D2-1C7E-4E3D-A56C-C7E3AB6CCBDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD33D586-C7C0-46B4-A1C2-61FCA15DFFF1}
EndGlobalSection
EndGlobal