-
Notifications
You must be signed in to change notification settings - Fork 9
/
ff8_demaster.sln
30 lines (30 loc) · 1.31 KB
/
ff8_demaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ff8_demaster", "ff8_demaster\ff8_demaster.vcxproj", "{6988B1B2-621B-45B4-A1F3-4E6ED1D82B22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE0EA73A-5BB5-429C-820F-5CFBB5610FF1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_JP|x86 = Debug_JP|x86
Debug|x86 = Debug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6988B1B2-621B-45B4-A1F3-4E6ED1D82B22}.Debug_JP|x86.ActiveCfg = Debug_JP|Win32
{6988B1B2-621B-45B4-A1F3-4E6ED1D82B22}.Debug_JP|x86.Build.0 = Debug_JP|Win32
{6988B1B2-621B-45B4-A1F3-4E6ED1D82B22}.Debug|x86.ActiveCfg = Debug|Win32
{6988B1B2-621B-45B4-A1F3-4E6ED1D82B22}.Debug|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {488CDCD7-56E0-40B3-B5DD-AE77C12DF3AE}
EndGlobalSection
EndGlobal