-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMidi.sln
34 lines (34 loc) · 1.57 KB
/
Midi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Midi", "Midi\Midi.csproj", "{ACF70141-FF57-4394-B7D3-846DFB6C53E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MidiTest", "MidiTest\MidiTest.csproj", "{6170242D-975B-479D-BE24-6EE5572B8ADF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CDF4F3A-D247-4DE8-B7DB-F6E7B75FF272}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACF70141-FF57-4394-B7D3-846DFB6C53E7}.Debug|x86.ActiveCfg = Debug|x86
{ACF70141-FF57-4394-B7D3-846DFB6C53E7}.Debug|x86.Build.0 = Debug|x86
{ACF70141-FF57-4394-B7D3-846DFB6C53E7}.Release|x86.ActiveCfg = Release|x86
{ACF70141-FF57-4394-B7D3-846DFB6C53E7}.Release|x86.Build.0 = Release|x86
{6170242D-975B-479D-BE24-6EE5572B8ADF}.Debug|x86.ActiveCfg = Debug|x86
{6170242D-975B-479D-BE24-6EE5572B8ADF}.Debug|x86.Build.0 = Debug|x86
{6170242D-975B-479D-BE24-6EE5572B8ADF}.Release|x86.ActiveCfg = Release|x86
{6170242D-975B-479D-BE24-6EE5572B8ADF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MidiTest\MidiTest.csproj
EndGlobalSection
EndGlobal