-
Notifications
You must be signed in to change notification settings - Fork 13
/
CueMaker.sln
33 lines (33 loc) · 1.62 KB
/
CueMaker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CueMakerDotNet", "CueMaker\CueMakerDotNet\CueMakerDotNet.csproj", "{C007547E-F0B8-4148-8DCA-EE1DF7B71C3A}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CueMakerPy2", "CueMaker\CueMakerPy2\CueMakerPy2.pyproj", "{DBC18B05-BE2A-4639-9141-646CA1A4DB3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9508D369-A8B3-470F-9A46-EE0439E67BEF}"
ProjectSection(SolutionItems) = preProject
Release\CueMakerDotNet.zip = Release\CueMakerDotNet.zip
Release\CueMakerPy2.zip = Release\CueMakerPy2.zip
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C007547E-F0B8-4148-8DCA-EE1DF7B71C3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C007547E-F0B8-4148-8DCA-EE1DF7B71C3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C007547E-F0B8-4148-8DCA-EE1DF7B71C3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C007547E-F0B8-4148-8DCA-EE1DF7B71C3A}.Release|Any CPU.Build.0 = Release|Any CPU
{DBC18B05-BE2A-4639-9141-646CA1A4DB3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBC18B05-BE2A-4639-9141-646CA1A4DB3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal