-
Notifications
You must be signed in to change notification settings - Fork 34
/
visland.sln
56 lines (56 loc) · 3.18 KB
/
visland.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "visland", "ffxiv_visland\visland.csproj", "{33ABD215-C73B-48B4-A7DC-086F50E11324}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommons", "ECommons\ECommons\ECommons.csproj", "{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5590DE64-65B9-4CA4-8DCE-5AAD199D24E5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRetainerAPI", "AutoRetainerAPI\AutoRetainerAPI\AutoRetainerAPI.csproj", "{A249078F-4EC4-4A49-95FF-1D25ED2006F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Debug|Any CPU.ActiveCfg = Debug|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Debug|Any CPU.Build.0 = Debug|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Debug|x64.ActiveCfg = Debug|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Debug|x64.Build.0 = Debug|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Release|Any CPU.ActiveCfg = Release|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Release|Any CPU.Build.0 = Release|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Release|x64.ActiveCfg = Release|x64
{33ABD215-C73B-48B4-A7DC-086F50E11324}.Release|x64.Build.0 = Release|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Debug|Any CPU.ActiveCfg = Debug|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Debug|Any CPU.Build.0 = Debug|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Debug|x64.ActiveCfg = Debug|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Debug|x64.Build.0 = Debug|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Release|Any CPU.ActiveCfg = Release|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Release|Any CPU.Build.0 = Release|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Release|x64.ActiveCfg = Release|x64
{4EC77B61-5E48-4895-A1F5-B383D1F6CAC6}.Release|x64.Build.0 = Release|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Debug|Any CPU.ActiveCfg = Debug|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Debug|Any CPU.Build.0 = Debug|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Debug|x64.ActiveCfg = Debug|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Debug|x64.Build.0 = Debug|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Release|Any CPU.ActiveCfg = Release|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Release|Any CPU.Build.0 = Release|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Release|x64.ActiveCfg = Release|x64
{A249078F-4EC4-4A49-95FF-1D25ED2006F7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E2F6A0B-04A8-4DBE-984C-A10F61EAC60B}
EndGlobalSection
EndGlobal