This repository was archived by the owner on May 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNWN.FinalFantasy.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
NWN.FinalFantasy.sln
File metadata and controls
37 lines (37 loc) · 2.09 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NWN.FinalFantasy", "NWN.FinalFantasy\NWN.FinalFantasy.csproj", "{DC80898B-5B5A-46CA-ADF3-4459E2D27BB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NWN.FinalFantasy.Web", "NWN.FinalFantasy.Web\NWN.FinalFantasy.Web.csproj", "{3FE4A0B0-9D19-4066-A162-0951BA7300E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NWN.FinalFantasy.CLI", "NWN.FinalFantasy.CLI\NWN.FinalFantasy.CLI.csproj", "{F4422883-EB33-469E-8F04-F8595B162A5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC80898B-5B5A-46CA-ADF3-4459E2D27BB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC80898B-5B5A-46CA-ADF3-4459E2D27BB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC80898B-5B5A-46CA-ADF3-4459E2D27BB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC80898B-5B5A-46CA-ADF3-4459E2D27BB7}.Release|Any CPU.Build.0 = Release|Any CPU
{3FE4A0B0-9D19-4066-A162-0951BA7300E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FE4A0B0-9D19-4066-A162-0951BA7300E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FE4A0B0-9D19-4066-A162-0951BA7300E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FE4A0B0-9D19-4066-A162-0951BA7300E6}.Release|Any CPU.Build.0 = Release|Any CPU
{F4422883-EB33-469E-8F04-F8595B162A5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4422883-EB33-469E-8F04-F8595B162A5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4422883-EB33-469E-8F04-F8595B162A5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4422883-EB33-469E-8F04-F8595B162A5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1122CAAD-55C9-4580-9977-BBA86B3FEC24}
EndGlobalSection
EndGlobal