This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathSplatoon.sln
49 lines (49 loc) · 2.78 KB
/
Splatoon.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splatoon", "Splatoon\Splatoon.csproj", "{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommons", "ECommons\ECommons\ECommons.csproj", "{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplatoonScriptsOfficial", "SplatoonScripts\SplatoonScriptsOfficial.csproj", "{9062849B-30C3-4047-A8BC-2D61EBBCD11E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Debug|Any CPU.ActiveCfg = Debug|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Debug|Any CPU.Build.0 = Debug|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Debug|x64.ActiveCfg = Debug|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Debug|x64.Build.0 = Debug|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Release|Any CPU.ActiveCfg = Release|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Release|Any CPU.Build.0 = Release|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Release|x64.ActiveCfg = Release|x64
{B9543CE3-CB0D-41D2-9CEC-17941BBB968E}.Release|x64.Build.0 = Release|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Debug|Any CPU.ActiveCfg = Debug|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Debug|Any CPU.Build.0 = Debug|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Debug|x64.ActiveCfg = Debug|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Debug|x64.Build.0 = Debug|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Release|Any CPU.ActiveCfg = Release|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Release|Any CPU.Build.0 = Release|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Release|x64.ActiveCfg = Release|x64
{96A0FFDC-FD27-42D5-855F-E38DCEF76B25}.Release|x64.Build.0 = Release|x64
{9062849B-30C3-4047-A8BC-2D61EBBCD11E}.Debug|Any CPU.ActiveCfg = Debug|x64
{9062849B-30C3-4047-A8BC-2D61EBBCD11E}.Debug|x64.ActiveCfg = Debug|Any CPU
{9062849B-30C3-4047-A8BC-2D61EBBCD11E}.Debug|x64.Build.0 = Debug|Any CPU
{9062849B-30C3-4047-A8BC-2D61EBBCD11E}.Release|Any CPU.ActiveCfg = Release|x64
{9062849B-30C3-4047-A8BC-2D61EBBCD11E}.Release|x64.ActiveCfg = Release|Any CPU
{9062849B-30C3-4047-A8BC-2D61EBBCD11E}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABB2F80B-6F35-4D57-918C-7EA92F26E91C}
EndGlobalSection
EndGlobal