-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
MidiBard.sln
37 lines (37 loc) · 1.93 KB
/
MidiBard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MidiBard", "Midibard\MidiBard.csproj", "{07727526-FA4F-435C-85BF-2DE96BD41470}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "playlib", "playlib\playlib.csproj", "{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DEBUG2|Any CPU = DEBUG2|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07727526-FA4F-435C-85BF-2DE96BD41470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07727526-FA4F-435C-85BF-2DE96BD41470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07727526-FA4F-435C-85BF-2DE96BD41470}.DEBUG2|Any CPU.ActiveCfg = DEBUG2|Any CPU
{07727526-FA4F-435C-85BF-2DE96BD41470}.DEBUG2|Any CPU.Build.0 = DEBUG2|Any CPU
{07727526-FA4F-435C-85BF-2DE96BD41470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07727526-FA4F-435C-85BF-2DE96BD41470}.Release|Any CPU.Build.0 = Release|Any CPU
{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}.DEBUG2|Any CPU.ActiveCfg = Release|Any CPU
{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}.DEBUG2|Any CPU.Build.0 = Release|Any CPU
{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D47D6214-86F4-4B4D-B0F2-5EBAFF56EB0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_NeutralResourcesLanguage = en-US
SolutionGuid = {5A46B208-8464-4CDA-BF03-714B4070FE9E}
EndGlobalSection
EndGlobal