-
Notifications
You must be signed in to change notification settings - Fork 1
/
FFWSC.sln
33 lines (33 loc) · 1.66 KB
/
FFWSC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFWSC", "FFWSC\FFWSC.csproj", "{D2E33C94-0A45-4308-958B-2C5499C165DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFWSC_Core", "FFWSC_Core\FFWSC_Core.csproj", "{0029E148-2E1B-4EC5-A380-081F0657CB18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{57A41195-74E3-4C8D-82D7-1F0B5F88A068}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2E33C94-0A45-4308-958B-2C5499C165DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2E33C94-0A45-4308-958B-2C5499C165DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2E33C94-0A45-4308-958B-2C5499C165DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2E33C94-0A45-4308-958B-2C5499C165DF}.Release|Any CPU.Build.0 = Release|Any CPU
{0029E148-2E1B-4EC5-A380-081F0657CB18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0029E148-2E1B-4EC5-A380-081F0657CB18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0029E148-2E1B-4EC5-A380-081F0657CB18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0029E148-2E1B-4EC5-A380-081F0657CB18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {653C153C-1C8E-47AC-8ABE-7EF52E93ABD1}
EndGlobalSection
EndGlobal