-
Notifications
You must be signed in to change notification settings - Fork 6
/
RekordBoxSongExporter.sln
50 lines (50 loc) · 2.69 KB
/
RekordBoxSongExporter.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
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Launcher", "Launcher\Launcher.vcxproj", "{88280CF4-EA46-4379-B1C4-61264EDF931A}"
ProjectSection(ProjectDependencies) = postProject
{842C7450-915C-4CE2-B62D-CD9885748BB7} = {842C7450-915C-4CE2-B62D-CD9885748BB7}
{CC52236B-B1A8-4177-B9C1-9789B92D9516} = {CC52236B-B1A8-4177-B9C1-9789B92D9516}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Module", "Module\Module.vcxproj", "{842C7450-915C-4CE2-B62D-CD9885748BB7}"
ProjectSection(ProjectDependencies) = postProject
{E7F630E5-6C28-47F2-A495-84D5F63329FB} = {E7F630E5-6C28-47F2-A495-84D5F63329FB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server.vcxproj", "{CC52236B-B1A8-4177-B9C1-9789B92D9516}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "capstone", "capstone\capstone.vcxproj", "{E7F630E5-6C28-47F2-A495-84D5F63329FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88280CF4-EA46-4379-B1C4-61264EDF931A}.Debug|x64.ActiveCfg = Debug|x64
{88280CF4-EA46-4379-B1C4-61264EDF931A}.Debug|x64.Build.0 = Debug|x64
{88280CF4-EA46-4379-B1C4-61264EDF931A}.Release|x64.ActiveCfg = Release|x64
{88280CF4-EA46-4379-B1C4-61264EDF931A}.Release|x64.Build.0 = Release|x64
{842C7450-915C-4CE2-B62D-CD9885748BB7}.Debug|x64.ActiveCfg = Debug|x64
{842C7450-915C-4CE2-B62D-CD9885748BB7}.Debug|x64.Build.0 = Debug|x64
{842C7450-915C-4CE2-B62D-CD9885748BB7}.Release|x64.ActiveCfg = Release|x64
{842C7450-915C-4CE2-B62D-CD9885748BB7}.Release|x64.Build.0 = Release|x64
{CC52236B-B1A8-4177-B9C1-9789B92D9516}.Debug|x64.ActiveCfg = Debug|x64
{CC52236B-B1A8-4177-B9C1-9789B92D9516}.Debug|x64.Build.0 = Debug|x64
{CC52236B-B1A8-4177-B9C1-9789B92D9516}.Release|x64.ActiveCfg = Release|x64
{CC52236B-B1A8-4177-B9C1-9789B92D9516}.Release|x64.Build.0 = Release|x64
{E7F630E5-6C28-47F2-A495-84D5F63329FB}.Debug|x64.ActiveCfg = Debug|x64
{E7F630E5-6C28-47F2-A495-84D5F63329FB}.Debug|x64.Build.0 = Debug|x64
{E7F630E5-6C28-47F2-A495-84D5F63329FB}.Release|x64.ActiveCfg = Release|x64
{E7F630E5-6C28-47F2-A495-84D5F63329FB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF31DE9F-FC86-4C57-83D5-EB349E9FBB22}
EndGlobalSection
EndGlobal