-
Notifications
You must be signed in to change notification settings - Fork 22
/
FFXIVOpcodeWizard.sln
43 lines (43 loc) · 2.29 KB
/
FFXIVOpcodeWizard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFXIVOpcodeWizard", "FFXIVOpcodeWizard.csproj", "{1FA1AC58-B1B7-48F0-9FED-37A46589844E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{104383BA-BDAD-41C8-99BC-7C542F1C531C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machina.FFXIV", "machina\Machina.FFXIV\Machina.FFXIV.csproj", "{200D568E-6486-40AF-9A49-8CF9805DAEAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machina", "machina\Machina\Machina.csproj", "{6779434F-6422-46B3-AEC8-8778197DBC32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FA1AC58-B1B7-48F0-9FED-37A46589844E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA1AC58-B1B7-48F0-9FED-37A46589844E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA1AC58-B1B7-48F0-9FED-37A46589844E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA1AC58-B1B7-48F0-9FED-37A46589844E}.Release|Any CPU.Build.0 = Release|Any CPU
{200D568E-6486-40AF-9A49-8CF9805DAEAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{200D568E-6486-40AF-9A49-8CF9805DAEAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{200D568E-6486-40AF-9A49-8CF9805DAEAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{200D568E-6486-40AF-9A49-8CF9805DAEAB}.Release|Any CPU.Build.0 = Release|Any CPU
{6779434F-6422-46B3-AEC8-8778197DBC32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6779434F-6422-46B3-AEC8-8778197DBC32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6779434F-6422-46B3-AEC8-8778197DBC32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6779434F-6422-46B3-AEC8-8778197DBC32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95AFC277-D4DB-4BF5-A424-AD747F1E6812}
EndGlobalSection
EndGlobal