-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUDPMIDI.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
Copy pathUDPMIDI.sln
File metadata and controls
37 lines (37 loc) · 2.05 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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDPMIDIServer", "UDPMIDIServer\UDPMIDIServer.csproj", "{A6FA8ABE-BC58-4563-B71A-D43943920A1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDPMIDISimpleClient", "UDPMIDISimpleClient\UDPMIDISimpleClient.csproj", "{4BA25A67-034A-4EC9-854C-12BED1E13576}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDPMIDILib", "UDPMIDILib\UDPMIDILib.csproj", "{806AD23C-56D1-41D9-A1E6-57AE0B556FF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6FA8ABE-BC58-4563-B71A-D43943920A1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6FA8ABE-BC58-4563-B71A-D43943920A1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6FA8ABE-BC58-4563-B71A-D43943920A1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6FA8ABE-BC58-4563-B71A-D43943920A1D}.Release|Any CPU.Build.0 = Release|Any CPU
{4BA25A67-034A-4EC9-854C-12BED1E13576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BA25A67-034A-4EC9-854C-12BED1E13576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BA25A67-034A-4EC9-854C-12BED1E13576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BA25A67-034A-4EC9-854C-12BED1E13576}.Release|Any CPU.Build.0 = Release|Any CPU
{806AD23C-56D1-41D9-A1E6-57AE0B556FF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{806AD23C-56D1-41D9-A1E6-57AE0B556FF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{806AD23C-56D1-41D9-A1E6-57AE0B556FF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{806AD23C-56D1-41D9-A1E6-57AE0B556FF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF3FBCFD-83D1-4A41-8540-808C1C727156}
EndGlobalSection
EndGlobal