-
Notifications
You must be signed in to change notification settings - Fork 1
/
DarkMidiRemapper.sln
42 lines (42 loc) · 2.34 KB
/
DarkMidiRemapper.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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkMidiRemapperCore", "src\DarkMidiRemapperCore\DarkMidiRemapperCore.csproj", "{8764D755-5D83-4D98-83EF-E038DEA164DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EBAD6069-703D-4993-9E0A-DE76537FA0F6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkMidiRemapperDesktop", "src\DarkMidiRemapperDesktop\DarkMidiRemapperDesktop.csproj", "{D5CBD315-F490-440D-BDBE-4759541642E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkMidiRemapperCli", "src\DarkMidiRemapperCli\DarkMidiRemapperCli.csproj", "{E3051B14-3B22-403E-9C51-FD6E040B8693}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8764D755-5D83-4D98-83EF-E038DEA164DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8764D755-5D83-4D98-83EF-E038DEA164DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8764D755-5D83-4D98-83EF-E038DEA164DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8764D755-5D83-4D98-83EF-E038DEA164DA}.Release|Any CPU.Build.0 = Release|Any CPU
{D5CBD315-F490-440D-BDBE-4759541642E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5CBD315-F490-440D-BDBE-4759541642E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5CBD315-F490-440D-BDBE-4759541642E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5CBD315-F490-440D-BDBE-4759541642E4}.Release|Any CPU.Build.0 = Release|Any CPU
{E3051B14-3B22-403E-9C51-FD6E040B8693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3051B14-3B22-403E-9C51-FD6E040B8693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3051B14-3B22-403E-9C51-FD6E040B8693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3051B14-3B22-403E-9C51-FD6E040B8693}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34B0DA00-126A-44E8-B244-43DB23F9BD8F}
EndGlobalSection
EndGlobal