-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTestAutomation.NetCore2.sln
More file actions
37 lines (37 loc) · 2.18 KB
/
Copy pathTestAutomation.NetCore2.sln
File metadata and controls
37 lines (37 loc) · 2.18 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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAutomationApi.NetCore2", "TestAutomationApi.NetCore2\TestAutomationApi.NetCore2.csproj", "{4BB347D3-A3FA-4006-BC7B-685DD2C4C2CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAutomationWeb.NetCore2", "TestAutomationWeb.NetCore2\TestAutomationWeb.NetCore2.csproj", "{7898188D-EBCD-42D5-B713-85909F0D6E8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAutomationSrBarriga.NetCore2", "TestAutomationSrBarriga.NetCore2\TestAutomationSrBarriga.NetCore2.csproj", "{E4FC728F-B695-4DF7-A802-F7ED862CD834}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BB347D3-A3FA-4006-BC7B-685DD2C4C2CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB347D3-A3FA-4006-BC7B-685DD2C4C2CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB347D3-A3FA-4006-BC7B-685DD2C4C2CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB347D3-A3FA-4006-BC7B-685DD2C4C2CA}.Release|Any CPU.Build.0 = Release|Any CPU
{7898188D-EBCD-42D5-B713-85909F0D6E8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7898188D-EBCD-42D5-B713-85909F0D6E8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7898188D-EBCD-42D5-B713-85909F0D6E8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7898188D-EBCD-42D5-B713-85909F0D6E8E}.Release|Any CPU.Build.0 = Release|Any CPU
{E4FC728F-B695-4DF7-A802-F7ED862CD834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4FC728F-B695-4DF7-A802-F7ED862CD834}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4FC728F-B695-4DF7-A802-F7ED862CD834}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4FC728F-B695-4DF7-A802-F7ED862CD834}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6897E7E-2B76-4C0F-8927-21BCEB7D850D}
EndGlobalSection
EndGlobal