forked from mdvorak/phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhoenixCS.sln
69 lines (69 loc) · 4.39 KB
/
PhoenixCS.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UOEncryption.NET", "src\UOEncryption.NET\UOEncryption.NET.csproj", "{A9CA1AAA-3E01-456D-887F-BA75340D2C43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MulLib", "src\MulLib\MulLib.csproj", "{6A81FD87-776D-493D-8397-723626BC1C25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phoenix", "src\Phoenix\Phoenix.csproj", "{2A5F65F5-646D-4DCE-A723-7F19F1F337D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhoenixLauncher", "src\PhoenixLauncher\PhoenixLauncher.csproj", "{105FD2BE-C1B0-4284-88C7-A0462D07C4F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phoenix.SkillsTab", "src\Phoenix.SkillsTab\Phoenix.SkillsTab.csproj", "{56BCE662-C13A-42F9-BA3C-9196937021EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhoenixShared", "src\PhoenixShared\PhoenixShared.csproj", "{F837C027-63F1-4BCF-8359-242E1933B450}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{56992B83-B41D-4946-9196-B33FD4E4617A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phoenix.Mp3", "src\Phoenix.Mp3\Phoenix.Mp3.csproj", "{B30F13D3-B42A-4DD0-8AE9-BE53C433FB3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phoenix.Speech", "src\Phoenix.Speech\Phoenix.Speech.csproj", "{7B7675C8-96FE-496D-9624-0E061C14A592}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9CA1AAA-3E01-456D-887F-BA75340D2C43}.Debug|x86.ActiveCfg = Debug|x86
{A9CA1AAA-3E01-456D-887F-BA75340D2C43}.Debug|x86.Build.0 = Debug|x86
{A9CA1AAA-3E01-456D-887F-BA75340D2C43}.Release|x86.ActiveCfg = Release|x86
{A9CA1AAA-3E01-456D-887F-BA75340D2C43}.Release|x86.Build.0 = Release|x86
{6A81FD87-776D-493D-8397-723626BC1C25}.Debug|x86.ActiveCfg = Debug|x86
{6A81FD87-776D-493D-8397-723626BC1C25}.Debug|x86.Build.0 = Debug|x86
{6A81FD87-776D-493D-8397-723626BC1C25}.Release|x86.ActiveCfg = Release|x86
{6A81FD87-776D-493D-8397-723626BC1C25}.Release|x86.Build.0 = Release|x86
{2A5F65F5-646D-4DCE-A723-7F19F1F337D5}.Debug|x86.ActiveCfg = Debug|x86
{2A5F65F5-646D-4DCE-A723-7F19F1F337D5}.Debug|x86.Build.0 = Debug|x86
{2A5F65F5-646D-4DCE-A723-7F19F1F337D5}.Release|x86.ActiveCfg = Release|x86
{2A5F65F5-646D-4DCE-A723-7F19F1F337D5}.Release|x86.Build.0 = Release|x86
{105FD2BE-C1B0-4284-88C7-A0462D07C4F2}.Debug|x86.ActiveCfg = Debug|x86
{105FD2BE-C1B0-4284-88C7-A0462D07C4F2}.Debug|x86.Build.0 = Debug|x86
{105FD2BE-C1B0-4284-88C7-A0462D07C4F2}.Release|x86.ActiveCfg = Release|x86
{105FD2BE-C1B0-4284-88C7-A0462D07C4F2}.Release|x86.Build.0 = Release|x86
{56BCE662-C13A-42F9-BA3C-9196937021EA}.Debug|x86.ActiveCfg = Debug|x86
{56BCE662-C13A-42F9-BA3C-9196937021EA}.Debug|x86.Build.0 = Debug|x86
{56BCE662-C13A-42F9-BA3C-9196937021EA}.Release|x86.ActiveCfg = Release|x86
{56BCE662-C13A-42F9-BA3C-9196937021EA}.Release|x86.Build.0 = Release|x86
{F837C027-63F1-4BCF-8359-242E1933B450}.Debug|x86.ActiveCfg = Debug|x86
{F837C027-63F1-4BCF-8359-242E1933B450}.Debug|x86.Build.0 = Debug|x86
{F837C027-63F1-4BCF-8359-242E1933B450}.Release|x86.ActiveCfg = Release|x86
{F837C027-63F1-4BCF-8359-242E1933B450}.Release|x86.Build.0 = Release|x86
{B30F13D3-B42A-4DD0-8AE9-BE53C433FB3F}.Debug|x86.ActiveCfg = Debug|x86
{B30F13D3-B42A-4DD0-8AE9-BE53C433FB3F}.Debug|x86.Build.0 = Debug|x86
{B30F13D3-B42A-4DD0-8AE9-BE53C433FB3F}.Release|x86.ActiveCfg = Release|x86
{B30F13D3-B42A-4DD0-8AE9-BE53C433FB3F}.Release|x86.Build.0 = Release|x86
{7B7675C8-96FE-496D-9624-0E061C14A592}.Debug|x86.ActiveCfg = Debug|x86
{7B7675C8-96FE-496D-9624-0E061C14A592}.Debug|x86.Build.0 = Debug|x86
{7B7675C8-96FE-496D-9624-0E061C14A592}.Release|x86.ActiveCfg = Release|x86
{7B7675C8-96FE-496D-9624-0E061C14A592}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{56BCE662-C13A-42F9-BA3C-9196937021EA} = {56992B83-B41D-4946-9196-B33FD4E4617A}
{B30F13D3-B42A-4DD0-8AE9-BE53C433FB3F} = {56992B83-B41D-4946-9196-B33FD4E4617A}
{7B7675C8-96FE-496D-9624-0E061C14A592} = {56992B83-B41D-4946-9196-B33FD4E4617A}
EndGlobalSection
EndGlobal