-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiCICDWorkFlow.sln
31 lines (31 loc) · 1.62 KB
/
WebApiCICDWorkFlow.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiCICDWorkFlow", "WebApiCICDWorkFlow\WebApiCICDWorkFlow.csproj", "{0CE6DFF2-066B-4790-9C23-93AB6403EBFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiCICDWorkFlow.Tests", "WebApiCICDWorkFlow.Tests\WebApiCICDWorkFlow.Tests.csproj", "{D355FB8E-3CB0-440B-A20A-127808349FDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CE6DFF2-066B-4790-9C23-93AB6403EBFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE6DFF2-066B-4790-9C23-93AB6403EBFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE6DFF2-066B-4790-9C23-93AB6403EBFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE6DFF2-066B-4790-9C23-93AB6403EBFC}.Release|Any CPU.Build.0 = Release|Any CPU
{D355FB8E-3CB0-440B-A20A-127808349FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D355FB8E-3CB0-440B-A20A-127808349FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D355FB8E-3CB0-440B-A20A-127808349FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D355FB8E-3CB0-440B-A20A-127808349FDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CFD0E40-2911-4BDC-A652-C986D727ED05}
EndGlobalSection
EndGlobal