-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
MultiFunPlayer.sln
47 lines (47 loc) · 2.38 KB
/
MultiFunPlayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiFunPlayer", "Source\MultiFunPlayer\MultiFunPlayer.csproj", "{B71A0DDC-A3AA-4103-91A1-59DFCC236E7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8EE6CDB-1164-48F2-8638-D9EE4453CD76}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\ci.yml = .github\workflows\ci.yml
GitVersion.yml = GitVersion.yml
LICENSE.md = LICENSE.md
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{0768E4AF-FAC9-465C-8C35-807C2CF31EB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiFunPlayer.Tests", "Source\MultiFunPlayer.Tests\MultiFunPlayer.Tests.csproj", "{6C749B75-B189-44EA-9531-D064AEC25A85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B71A0DDC-A3AA-4103-91A1-59DFCC236E7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B71A0DDC-A3AA-4103-91A1-59DFCC236E7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B71A0DDC-A3AA-4103-91A1-59DFCC236E7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B71A0DDC-A3AA-4103-91A1-59DFCC236E7C}.Release|Any CPU.Build.0 = Release|Any CPU
{6C749B75-B189-44EA-9531-D064AEC25A85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C749B75-B189-44EA-9531-D064AEC25A85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C749B75-B189-44EA-9531-D064AEC25A85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C749B75-B189-44EA-9531-D064AEC25A85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B71A0DDC-A3AA-4103-91A1-59DFCC236E7C} = {0768E4AF-FAC9-465C-8C35-807C2CF31EB6}
{6C749B75-B189-44EA-9531-D064AEC25A85} = {0768E4AF-FAC9-465C-8C35-807C2CF31EB6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF5998D2-5C54-4C62-9C0C-26D0AEF90D38}
EndGlobalSection
EndGlobal