-
Notifications
You must be signed in to change notification settings - Fork 1
/
AudioPlayer.sln
25 lines (25 loc) · 1.08 KB
/
AudioPlayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34407.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioPlayer", "AudioPlayer.csproj", "{578C1386-AF0A-4783-B498-8EDF35AE8669}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{578C1386-AF0A-4783-B498-8EDF35AE8669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{578C1386-AF0A-4783-B498-8EDF35AE8669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{578C1386-AF0A-4783-B498-8EDF35AE8669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{578C1386-AF0A-4783-B498-8EDF35AE8669}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5D0D8AD-75FE-4535-87FB-6436BEDCAD5B}
EndGlobalSection
EndGlobal