-
Notifications
You must be signed in to change notification settings - Fork 26
/
SteamPrefill.sln
52 lines (52 loc) · 2.94 KB
/
SteamPrefill.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamPrefill", "SteamPrefill\SteamPrefill.csproj", "{39159C47-ACD3-449F-96CA-4F30C8ED147A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{78A93A29-C93D-4B62-AB36-1845BB4E797C}"
ProjectSection(SolutionItems) = preProject
commands.json = commands.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamPrefill.Test", "SteamPrefill.Test\SteamPrefill.Test.csproj", "{E0EB88EE-A218-4062-8611-06652352F375}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LancachePrefill.Common", "LancachePrefill.Common\dotnet\LancachePrefill.Common.csproj", "{D983EC87-5052-4E88-8891-23EE47A5FF9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{964C7C38-DF8F-4D47-AFD0-30B670EFA4AB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
.github\workflows\deploy-documentation.yml = .github\workflows\deploy-documentation.yml
.github\workflows\release-publish.yml = .github\workflows\release-publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39159C47-ACD3-449F-96CA-4F30C8ED147A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39159C47-ACD3-449F-96CA-4F30C8ED147A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39159C47-ACD3-449F-96CA-4F30C8ED147A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39159C47-ACD3-449F-96CA-4F30C8ED147A}.Release|Any CPU.Build.0 = Release|Any CPU
{E0EB88EE-A218-4062-8611-06652352F375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0EB88EE-A218-4062-8611-06652352F375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0EB88EE-A218-4062-8611-06652352F375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0EB88EE-A218-4062-8611-06652352F375}.Release|Any CPU.Build.0 = Release|Any CPU
{D983EC87-5052-4E88-8891-23EE47A5FF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D983EC87-5052-4E88-8891-23EE47A5FF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D983EC87-5052-4E88-8891-23EE47A5FF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D983EC87-5052-4E88-8891-23EE47A5FF9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{964C7C38-DF8F-4D47-AFD0-30B670EFA4AB} = {78A93A29-C93D-4B62-AB36-1845BB4E797C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D4A514B-B97D-444E-84A5-16D52615DBF3}
EndGlobalSection
EndGlobal