-
Notifications
You must be signed in to change notification settings - Fork 11
/
Superfighters Redux.sln
47 lines (47 loc) · 2.35 KB
/
Superfighters Redux.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79381ECC-95ED-495E-91F0-6066F2654587}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SFR", "SFR\SFR.csproj", "{907E970D-7E11-4461-AC55-999E0E6CF42A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{093F0085-5450-4741-9254-BAFB0E812CF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Debug|x64.ActiveCfg = Debug|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Debug|x64.Build.0 = Debug|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Debug|x86.ActiveCfg = Debug|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Debug|x86.Build.0 = Debug|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Release|x64.ActiveCfg = Release|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Release|x64.Build.0 = Release|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Release|x86.ActiveCfg = Release|x86
{907E970D-7E11-4461-AC55-999E0E6CF42A}.Release|x86.Build.0 = Release|x86
{093F0085-5450-4741-9254-BAFB0E812CF8}.Debug|x64.ActiveCfg = Debug|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Debug|x64.Build.0 = Debug|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Debug|x86.ActiveCfg = Debug|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Debug|x86.Build.0 = Debug|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Release|x64.ActiveCfg = Release|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Release|x64.Build.0 = Release|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Release|x86.ActiveCfg = Release|x64
{093F0085-5450-4741-9254-BAFB0E812CF8}.Release|x86.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA93E997-54CE-4B96-850F-29A2CF2E2BDB}
EndGlobalSection
EndGlobal