-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMuse.sln
55 lines (55 loc) · 3.27 KB
/
Muse.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
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OscParser", "OscParser\OscParser.csproj", "{7B89A430-015A-4504-8B8D-6595FD03249D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76AE28D4-E6DA-4F8D-B7FD-B616F45F4C5D}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SacaDev.Muse", "SacaDev.Muse\SacaDev.Muse.csproj", "{DDB92B03-FB9E-4609-AFCE-B972144F7234}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SacaDev.Muse.Cli", "SacaDev.Muse.Cli\SacaDev.Muse.Cli.csproj", "{32AB81DB-B821-4539-9AD7-1686FFB304B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SacaDev.Muse.Test", "SacaDev.Muse.Test\SacaDev.Muse.Test.csproj", "{8443C595-8961-408E-A848-D9D1CF7D1743}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SacaDev.Muse.Test.Mock", "SacaDev.Muse.Test.Mock\SacaDev.Muse.Test.Mock.csproj", "{CDCD1071-1A2D-48B5-A1F6-2969AAA03A6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B89A430-015A-4504-8B8D-6595FD03249D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B89A430-015A-4504-8B8D-6595FD03249D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B89A430-015A-4504-8B8D-6595FD03249D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B89A430-015A-4504-8B8D-6595FD03249D}.Release|Any CPU.Build.0 = Release|Any CPU
{DDB92B03-FB9E-4609-AFCE-B972144F7234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDB92B03-FB9E-4609-AFCE-B972144F7234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDB92B03-FB9E-4609-AFCE-B972144F7234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDB92B03-FB9E-4609-AFCE-B972144F7234}.Release|Any CPU.Build.0 = Release|Any CPU
{32AB81DB-B821-4539-9AD7-1686FFB304B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32AB81DB-B821-4539-9AD7-1686FFB304B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32AB81DB-B821-4539-9AD7-1686FFB304B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32AB81DB-B821-4539-9AD7-1686FFB304B9}.Release|Any CPU.Build.0 = Release|Any CPU
{8443C595-8961-408E-A848-D9D1CF7D1743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8443C595-8961-408E-A848-D9D1CF7D1743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8443C595-8961-408E-A848-D9D1CF7D1743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8443C595-8961-408E-A848-D9D1CF7D1743}.Release|Any CPU.Build.0 = Release|Any CPU
{CDCD1071-1A2D-48B5-A1F6-2969AAA03A6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDCD1071-1A2D-48B5-A1F6-2969AAA03A6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDCD1071-1A2D-48B5-A1F6-2969AAA03A6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDCD1071-1A2D-48B5-A1F6-2969AAA03A6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AEF5346-F222-4FFE-8BBA-A750B1F9DAE7}
EndGlobalSection
EndGlobal