-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathW3ChampionsIdentificationService.sln
30 lines (30 loc) · 1.69 KB
/
W3ChampionsIdentificationService.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W3ChampionsIdentificationService", "W3ChampionsIdentificationService\W3ChampionsIdentificationService.csproj", "{B75887F5-E67E-4514-A0A3-1F3BB142992F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3242B362-A159-4C3E-888D-4CBE3694DA74}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Dockerfile = Dockerfile
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W3ChampionsIdentificationService.Tests", "W3ChampionsIdentificationService.Tests\W3ChampionsIdentificationService.Tests.csproj", "{F94BF2A2-324F-44BD-857D-D235BA21BE63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B75887F5-E67E-4514-A0A3-1F3BB142992F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B75887F5-E67E-4514-A0A3-1F3BB142992F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B75887F5-E67E-4514-A0A3-1F3BB142992F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B75887F5-E67E-4514-A0A3-1F3BB142992F}.Release|Any CPU.Build.0 = Release|Any CPU
{F94BF2A2-324F-44BD-857D-D235BA21BE63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F94BF2A2-324F-44BD-857D-D235BA21BE63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F94BF2A2-324F-44BD-857D-D235BA21BE63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F94BF2A2-324F-44BD-857D-D235BA21BE63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal