-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathImageToMidi.sln
More file actions
31 lines (31 loc) · 1.6 KB
/
ImageToMidi.sln
File metadata and controls
31 lines (31 loc) · 1.6 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageToMidi", "ImageToMidi\ImageToMidi.csproj", "{C54F355C-67F8-4D88-9E6E-94E134E49A27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MIDIModificationFramework", "MIDIModificationFramework\MIDIModificationFramework.csproj", "{49122F52-0B71-46BE-9F86-17A53C7FF333}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C54F355C-67F8-4D88-9E6E-94E134E49A27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C54F355C-67F8-4D88-9E6E-94E134E49A27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C54F355C-67F8-4D88-9E6E-94E134E49A27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C54F355C-67F8-4D88-9E6E-94E134E49A27}.Release|Any CPU.Build.0 = Release|Any CPU
{49122F52-0B71-46BE-9F86-17A53C7FF333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49122F52-0B71-46BE-9F86-17A53C7FF333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49122F52-0B71-46BE-9F86-17A53C7FF333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49122F52-0B71-46BE-9F86-17A53C7FF333}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {686E6544-4B20-4FD3-9D3B-9BF6AFCAF4AC}
EndGlobalSection
EndGlobal