forked from w3champions/website-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathW3ChampionsStatisticService.sln
53 lines (53 loc) · 3.02 KB
/
W3ChampionsStatisticService.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "W3ChampionsStatisticService", "W3ChampionsStatisticService\W3ChampionsStatisticService.csproj", "{7D9D3DC6-13DB-4B6E-974A-89050D12D2EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{AD706C47-31D2-4B0F-B459-BFF80BF0A5A1}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
docker-compose.token.yml = docker-compose.token.yml
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WC3ChampionsStatisticService.Tests", "WC3ChampionsStatisticService.UnitTests\WC3ChampionsStatisticService.Tests.csproj", "{861D57A0-C360-406B-B5E2-B6B86C103BED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "W3C.Domain", "W3C.Domain\W3C.Domain.csproj", "{0A96E92E-066E-4AB6-AA23-EC450C53EBAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W3C.Contracts", "W3C.Contracts\W3C.Contracts.csproj", "{4634CE7A-D4EB-4E26-A0FC-1D7252FD260C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D9D3DC6-13DB-4B6E-974A-89050D12D2EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D9D3DC6-13DB-4B6E-974A-89050D12D2EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D9D3DC6-13DB-4B6E-974A-89050D12D2EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D9D3DC6-13DB-4B6E-974A-89050D12D2EB}.Release|Any CPU.Build.0 = Release|Any CPU
{861D57A0-C360-406B-B5E2-B6B86C103BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{861D57A0-C360-406B-B5E2-B6B86C103BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{861D57A0-C360-406B-B5E2-B6B86C103BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{861D57A0-C360-406B-B5E2-B6B86C103BED}.Release|Any CPU.Build.0 = Release|Any CPU
{0A96E92E-066E-4AB6-AA23-EC450C53EBAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A96E92E-066E-4AB6-AA23-EC450C53EBAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A96E92E-066E-4AB6-AA23-EC450C53EBAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A96E92E-066E-4AB6-AA23-EC450C53EBAC}.Release|Any CPU.Build.0 = Release|Any CPU
{4634CE7A-D4EB-4E26-A0FC-1D7252FD260C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4634CE7A-D4EB-4E26-A0FC-1D7252FD260C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4634CE7A-D4EB-4E26-A0FC-1D7252FD260C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4634CE7A-D4EB-4E26-A0FC-1D7252FD260C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B13761C-01C6-4285-9A8E-8ADF20CA7840}
EndGlobalSection
EndGlobal