-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlaying.sln
50 lines (50 loc) · 2.54 KB
/
Playing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32630.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playing.Library", "Playing.Library\Playing.Library.csproj", "{496FDA66-B5C5-46E9-B081-BB04DF5BB4B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playing.UnitTests", "Playing.UnitTests\Playing.UnitTests.csproj", "{0FED91FF-83C3-45F5-B619-BA58D4830B0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03984299-09C9-4490-8629-BC3DAD136A1B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{EA16C994-7849-48A6-9F29-1F9DBC396418}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8B732BE6-2EF9-4E8D-9CA4-4E036DC31E1B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-ci.yml = .github\workflows\dotnet-ci.yml
.github\workflows\github-actions-demo.old = .github\workflows\github-actions-demo.old
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{496FDA66-B5C5-46E9-B081-BB04DF5BB4B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{496FDA66-B5C5-46E9-B081-BB04DF5BB4B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{496FDA66-B5C5-46E9-B081-BB04DF5BB4B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496FDA66-B5C5-46E9-B081-BB04DF5BB4B3}.Release|Any CPU.Build.0 = Release|Any CPU
{0FED91FF-83C3-45F5-B619-BA58D4830B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FED91FF-83C3-45F5-B619-BA58D4830B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FED91FF-83C3-45F5-B619-BA58D4830B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FED91FF-83C3-45F5-B619-BA58D4830B0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA16C994-7849-48A6-9F29-1F9DBC396418} = {03984299-09C9-4490-8629-BC3DAD136A1B}
{8B732BE6-2EF9-4E8D-9CA4-4E036DC31E1B} = {EA16C994-7849-48A6-9F29-1F9DBC396418}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78C222BD-219E-4D4F-9CE8-28D96258DD3A}
EndGlobalSection
EndGlobal