forked from kuma4649/PMDDotNET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PMDDotNET.sln
82 lines (82 loc) · 5.16 KB
/
PMDDotNET.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETCompiler", "PMDDotNETCompiler\PMDDotNETCompiler.csproj", "{355325D6-883D-4C6B-AFE4-E62164B84689}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{1E18F4A0-1474-470C-AD8E-9F7756CB76A2}"
ProjectSection(SolutionItems) = preProject
lib\musicDriverInterface.dll = lib\musicDriverInterface.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "document", "document", "{979105FF-AB13-4551-922B-677DF37A0821}"
ProjectSection(SolutionItems) = preProject
CHANGE.txt = CHANGE.txt
compile.bat = compile.bat
makeZip.bat = makeZip.bat
play.bat = play.bat
README.md = README.md
removeZoneIdent.bat = removeZoneIdent.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETCommon", "PMDDotNETCommon\PMDDotNETCommon.csproj", "{0A0DD0A3-CD63-4E4A-A3F8-537CC00DD5C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETConsole", "PMDDotNETConsole\PMDDotNETConsole.csproj", "{3C6498BD-FD6E-41D2-90C2-5CF995287DFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETConsole.Net4", "PMDDotNETConsole.Net4\PMDDotNETConsole.Net4.csproj", "{A8B4E80E-8D44-4EDB-83B0-873F729C8627}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETDriver", "PMDDotNETDriver\PMDDotNETDriver.csproj", "{9D6B689A-6CC1-478E-97C1-41D95C78D0F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMDDotNETPlayer", "PMDDotNETPlayer\PMDDotNETPlayer.csproj", "{E8935BD5-EFDE-4E93-ABC4-CCF183D38881}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETCompilerTestService", "PMDDotNETCompilerTestService\PMDDotNETCompilerTestService.csproj", "{C23E67F6-0FBF-448F-8E51-0649D14DCF5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMDDotNETCompilerUnitTest", "PMDDotNETCompilerUnitTest\PMDDotNETCompilerUnitTest.csproj", "{C482C57B-4996-4511-AAF8-95ADE3B1F298}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{355325D6-883D-4C6B-AFE4-E62164B84689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{355325D6-883D-4C6B-AFE4-E62164B84689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{355325D6-883D-4C6B-AFE4-E62164B84689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{355325D6-883D-4C6B-AFE4-E62164B84689}.Release|Any CPU.Build.0 = Release|Any CPU
{0A0DD0A3-CD63-4E4A-A3F8-537CC00DD5C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A0DD0A3-CD63-4E4A-A3F8-537CC00DD5C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A0DD0A3-CD63-4E4A-A3F8-537CC00DD5C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A0DD0A3-CD63-4E4A-A3F8-537CC00DD5C7}.Release|Any CPU.Build.0 = Release|Any CPU
{3C6498BD-FD6E-41D2-90C2-5CF995287DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C6498BD-FD6E-41D2-90C2-5CF995287DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C6498BD-FD6E-41D2-90C2-5CF995287DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C6498BD-FD6E-41D2-90C2-5CF995287DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B4E80E-8D44-4EDB-83B0-873F729C8627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B4E80E-8D44-4EDB-83B0-873F729C8627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B4E80E-8D44-4EDB-83B0-873F729C8627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B4E80E-8D44-4EDB-83B0-873F729C8627}.Release|Any CPU.Build.0 = Release|Any CPU
{9D6B689A-6CC1-478E-97C1-41D95C78D0F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D6B689A-6CC1-478E-97C1-41D95C78D0F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D6B689A-6CC1-478E-97C1-41D95C78D0F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D6B689A-6CC1-478E-97C1-41D95C78D0F9}.Release|Any CPU.Build.0 = Release|Any CPU
{E8935BD5-EFDE-4E93-ABC4-CCF183D38881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8935BD5-EFDE-4E93-ABC4-CCF183D38881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8935BD5-EFDE-4E93-ABC4-CCF183D38881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8935BD5-EFDE-4E93-ABC4-CCF183D38881}.Release|Any CPU.Build.0 = Release|Any CPU
{C23E67F6-0FBF-448F-8E51-0649D14DCF5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C23E67F6-0FBF-448F-8E51-0649D14DCF5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C23E67F6-0FBF-448F-8E51-0649D14DCF5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C23E67F6-0FBF-448F-8E51-0649D14DCF5D}.Release|Any CPU.Build.0 = Release|Any CPU
{C482C57B-4996-4511-AAF8-95ADE3B1F298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C482C57B-4996-4511-AAF8-95ADE3B1F298}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C482C57B-4996-4511-AAF8-95ADE3B1F298}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C482C57B-4996-4511-AAF8-95ADE3B1F298}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28C70D40-9B09-463A-B48B-C2C2D13A2E7F}
EndGlobalSection
EndGlobal