-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApiTestEngine.sln
37 lines (37 loc) · 2.11 KB
/
ApiTestEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiTestEngine.Shared", "ApiTestEngine.Shared\ApiTestEngine.Shared.csproj", "{EB3A1C37-D915-4D17-A479-C7E65F27932B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApiTestEngineConsole", "ApiTestEngineConsole\SampleApiTestEngineConsole.csproj", "{0AAEEF6C-69F2-4D3F-8EC8-F88E107B9BF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleUnitTestProject", "SampleUnitTestProject\SampleUnitTestProject.csproj", "{2943132D-E913-4D3C-99C1-81D6837D6170}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB3A1C37-D915-4D17-A479-C7E65F27932B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB3A1C37-D915-4D17-A479-C7E65F27932B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB3A1C37-D915-4D17-A479-C7E65F27932B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB3A1C37-D915-4D17-A479-C7E65F27932B}.Release|Any CPU.Build.0 = Release|Any CPU
{0AAEEF6C-69F2-4D3F-8EC8-F88E107B9BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AAEEF6C-69F2-4D3F-8EC8-F88E107B9BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AAEEF6C-69F2-4D3F-8EC8-F88E107B9BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AAEEF6C-69F2-4D3F-8EC8-F88E107B9BF2}.Release|Any CPU.Build.0 = Release|Any CPU
{2943132D-E913-4D3C-99C1-81D6837D6170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2943132D-E913-4D3C-99C1-81D6837D6170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2943132D-E913-4D3C-99C1-81D6837D6170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2943132D-E913-4D3C-99C1-81D6837D6170}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A198776-22C4-4F86-8C67-AB35DA2B7BCE}
EndGlobalSection
EndGlobal