This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Riot Games Client.sln
71 lines (71 loc) · 4.45 KB
/
Riot Games Client.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiotGames.Client", "RiotGames.Client\RiotGames.Client.csproj", "{F6A8C9C8-DEF9-4B19-90A5-7262F0962882}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiotGames.Client.CodeGeneration", "RiotGames.Client.CodeGeneration\RiotGames.Client.CodeGeneration.csproj", "{54B3AAED-ED09-4093-8287-62A249D9496B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{5E05C473-40A1-4AFE-9FFC-D1575FD6CDF6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiotGames.Client.Tests", "RiotGames.Client.Tests\RiotGames.Client.Tests.csproj", "{E0C11E14-DC43-44AF-B49B-D05538C6B0CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{263FAEB0-CCF5-4128-9356-003CF1A94E6F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\github-package-retention.yml = .github\workflows\github-package-retention.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{65B53DE6-F6B5-4740-9C1F-D49B77320B0D}"
ProjectSection(SolutionItems) = preProject
.github\actions\dotnet-build-and-pack\action.yml = .github\actions\dotnet-build-and-pack\action.yml
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RiotGames.LeagueOfLegends.LeagueClient.Client", "RiotGames.LeagueOfLegends.LeagueClient.Client\RiotGames.LeagueOfLegends.LeagueClient.Client.shproj", "{DC557719-ED6A-4165-B6C3-942DED1D6DBF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Messages", "Messages", "{3A0453A3-A1EF-4384-94F5-7852DC8C9A90}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RiotGames.Messaging.Client", "RiotGames.Messaging.Client\RiotGames.Messaging.Client.shproj", "{4FD3F114-3AD4-4BCC-9040-676AED72A7CB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
RiotGames.Messaging.Client\RiotGames.Messaging.Client.projitems*{4fd3f114-3ad4-4bcc-9040-676aed72a7cb}*SharedItemsImports = 13
RiotGames.LeagueOfLegends.LeagueClient.Client\RiotGames.LeagueOfLegends.LeagueClient.Client.projitems*{dc557719-ed6a-4165-b6c3-942ded1d6dbf}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6A8C9C8-DEF9-4B19-90A5-7262F0962882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6A8C9C8-DEF9-4B19-90A5-7262F0962882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6A8C9C8-DEF9-4B19-90A5-7262F0962882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6A8C9C8-DEF9-4B19-90A5-7262F0962882}.Release|Any CPU.Build.0 = Release|Any CPU
{54B3AAED-ED09-4093-8287-62A249D9496B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54B3AAED-ED09-4093-8287-62A249D9496B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54B3AAED-ED09-4093-8287-62A249D9496B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54B3AAED-ED09-4093-8287-62A249D9496B}.Release|Any CPU.Build.0 = Release|Any CPU
{E0C11E14-DC43-44AF-B49B-D05538C6B0CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0C11E14-DC43-44AF-B49B-D05538C6B0CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0C11E14-DC43-44AF-B49B-D05538C6B0CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0C11E14-DC43-44AF-B49B-D05538C6B0CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{263FAEB0-CCF5-4128-9356-003CF1A94E6F} = {5E05C473-40A1-4AFE-9FFC-D1575FD6CDF6}
{65B53DE6-F6B5-4740-9C1F-D49B77320B0D} = {5E05C473-40A1-4AFE-9FFC-D1575FD6CDF6}
{DC557719-ED6A-4165-B6C3-942DED1D6DBF} = {3A0453A3-A1EF-4384-94F5-7852DC8C9A90}
{4FD3F114-3AD4-4BCC-9040-676AED72A7CB} = {3A0453A3-A1EF-4384-94F5-7852DC8C9A90}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4F8469C-F8B7-4FD3-A97F-A766D9AD9A05}
EndGlobalSection
EndGlobal