-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
FFXIVAPP.sln
95 lines (95 loc) · 6.54 KB
/
FFXIVAPP.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
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.Client", "FFXIVAPP.Client\FFXIVAPP.Client.csproj", "{6ECE4D37-06F2-4457-BA57-268430293246}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.Updater", "FFXIVAPP.Updater\FFXIVAPP.Updater.csproj", "{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.Common", "..\ffxivapp-common\FFXIVAPP.Common\FFXIVAPP.Common.csproj", "{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.ResourceFiles", "..\ffxivapp-resourcefiles\FFXIVAPP.ResourceFiles\FFXIVAPP.ResourceFiles.csproj", "{4F8437FC-EE41-4A15-80FC-93BF579A2E28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFXIVAPP.IPluginInterface", "..\ffxivapp-iplugininterface\FFXIVAPP.IPluginInterface\FFXIVAPP.IPluginInterface.csproj", "{391BC459-5E0D-4CC5-8CC6-E01F899E732F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharlayan", "..\sharlayan\Sharlayan\Sharlayan.csproj", "{49C85043-6646-46FD-A262-E2EA0ED1DF82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
ReleaseDeploy|Any CPU = ReleaseDeploy|Any CPU
ReleaseDeploy|x86 = ReleaseDeploy|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ECE4D37-06F2-4457-BA57-268430293246}.Debug|Any CPU.ActiveCfg = Debug|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Debug|Any CPU.Build.0 = Debug|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Debug|x86.ActiveCfg = Debug|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Debug|x86.Build.0 = Debug|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Release|Any CPU.ActiveCfg = Release|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Release|Any CPU.Build.0 = Release|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Release|x86.ActiveCfg = Release|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.Release|x86.Build.0 = Release|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.ReleaseDeploy|Any CPU.Build.0 = ReleaseDeploy|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{6ECE4D37-06F2-4457-BA57-268430293246}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Debug|Any CPU.ActiveCfg = Debug|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Debug|Any CPU.Build.0 = Debug|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Debug|x86.ActiveCfg = Debug|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Debug|x86.Build.0 = Debug|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Release|Any CPU.ActiveCfg = Release|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Release|Any CPU.Build.0 = Release|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Release|x86.ActiveCfg = Release|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.Release|x86.Build.0 = Release|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.ReleaseDeploy|Any CPU.Build.0 = ReleaseDeploy|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.ReleaseDeploy|x86.ActiveCfg = Release|x86
{66B2024A-9734-4D8E-9EA4-75A20C33A9E1}.ReleaseDeploy|x86.Build.0 = Release|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.Debug|Any CPU.ActiveCfg = Debug|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.Debug|x86.ActiveCfg = Debug|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.Debug|x86.Build.0 = Debug|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.Release|Any CPU.ActiveCfg = Release|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.Release|x86.ActiveCfg = Release|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.Release|x86.Build.0 = Release|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.Debug|Any CPU.ActiveCfg = Debug|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.Debug|x86.ActiveCfg = Debug|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.Debug|x86.Build.0 = Debug|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.Release|Any CPU.ActiveCfg = Release|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.Release|x86.ActiveCfg = Release|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.Release|x86.Build.0 = Release|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{4F8437FC-EE41-4A15-80FC-93BF579A2E28}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.Debug|Any CPU.ActiveCfg = Debug|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.Debug|x86.ActiveCfg = Debug|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.Debug|x86.Build.0 = Debug|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.Release|Any CPU.ActiveCfg = Release|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.Release|x86.ActiveCfg = Release|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.Release|x86.Build.0 = Release|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{391BC459-5E0D-4CC5-8CC6-E01F899E732F}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.Debug|Any CPU.ActiveCfg = Debug|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.Debug|x86.ActiveCfg = Debug|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.Debug|x86.Build.0 = Debug|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.Release|Any CPU.ActiveCfg = Release|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.Release|x86.ActiveCfg = Release|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.Release|x86.Build.0 = Release|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.ReleaseDeploy|Any CPU.ActiveCfg = ReleaseDeploy|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.ReleaseDeploy|x86.ActiveCfg = ReleaseDeploy|x86
{49C85043-6646-46FD-A262-E2EA0ED1DF82}.ReleaseDeploy|x86.Build.0 = ReleaseDeploy|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04AA1A88-4A7B-43A5-B529-D17FF6B00DAD}
EndGlobalSection
EndGlobal