This repository has been archived by the owner on Oct 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libmidi.net.sln
32 lines (32 loc) · 1.96 KB
/
libmidi.net.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libmidi.net", "libmidi.net\libmidi.net.csproj", "{1FB62DC8-87E4-44C6-A2A7-22A083098263}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "createMidi", "samples\createMidi\createMidi.csproj", "{AD1B9F5B-70EE-4057-95F5-A2D82A3CE4F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "createMidiWithNoteBuilder", "samples\createMidiWithNoteBuilder\createMidiWithNoteBuilder.csproj", "{A6B4F1E2-56D1-47C7-87B4-D2C37B7A1A7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FB62DC8-87E4-44C6-A2A7-22A083098263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FB62DC8-87E4-44C6-A2A7-22A083098263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FB62DC8-87E4-44C6-A2A7-22A083098263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FB62DC8-87E4-44C6-A2A7-22A083098263}.Release|Any CPU.Build.0 = Release|Any CPU
{A6B4F1E2-56D1-47C7-87B4-D2C37B7A1A7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6B4F1E2-56D1-47C7-87B4-D2C37B7A1A7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6B4F1E2-56D1-47C7-87B4-D2C37B7A1A7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6B4F1E2-56D1-47C7-87B4-D2C37B7A1A7B}.Release|Any CPU.Build.0 = Release|Any CPU
{AD1B9F5B-70EE-4057-95F5-A2D82A3CE4F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD1B9F5B-70EE-4057-95F5-A2D82A3CE4F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD1B9F5B-70EE-4057-95F5-A2D82A3CE4F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD1B9F5B-70EE-4057-95F5-A2D82A3CE4F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = samples\createMidiWithNoteBuilder\createMidiWithNoteBuilder.csproj
EndGlobalSection
EndGlobal