-
Notifications
You must be signed in to change notification settings - Fork 0
/
MegaMan2Customizer.sln
37 lines (37 loc) · 2.15 KB
/
MegaMan2Customizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MegaMan2Customizer.Core", "MegaMan2Customizer.Core\MegaMan2Customizer.Core.csproj", "{D78DEB76-69EC-4060-A4E3-1A2C5CFEF068}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MegaMan2Customizer.Core.Tests", "MegaManCustomizer.Core.Tests\MegaMan2Customizer.Core.Tests.csproj", "{C90D35B8-088F-47A5-8953-4110356FECA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MegaMan2Customizer.WebApp", "MegaMan2Customizer.WebApp\MegaMan2Customizer.WebApp.csproj", "{6A3BFD5F-3F21-4771-9B8A-B55F477F1394}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D78DEB76-69EC-4060-A4E3-1A2C5CFEF068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78DEB76-69EC-4060-A4E3-1A2C5CFEF068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D78DEB76-69EC-4060-A4E3-1A2C5CFEF068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D78DEB76-69EC-4060-A4E3-1A2C5CFEF068}.Release|Any CPU.Build.0 = Release|Any CPU
{C90D35B8-088F-47A5-8953-4110356FECA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90D35B8-088F-47A5-8953-4110356FECA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90D35B8-088F-47A5-8953-4110356FECA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90D35B8-088F-47A5-8953-4110356FECA8}.Release|Any CPU.Build.0 = Release|Any CPU
{6A3BFD5F-3F21-4771-9B8A-B55F477F1394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A3BFD5F-3F21-4771-9B8A-B55F477F1394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A3BFD5F-3F21-4771-9B8A-B55F477F1394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A3BFD5F-3F21-4771-9B8A-B55F477F1394}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF06A3DE-5E8C-4DC1-87B7-2F5D4CAD44F2}
EndGlobalSection
EndGlobal