-
Notifications
You must be signed in to change notification settings - Fork 1
/
Nintenlord.Hacking.sln
37 lines (37 loc) · 2.1 KB
/
Nintenlord.Hacking.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.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nintenlord", "Nintenlord\Nintenlord\Nintenlord.csproj", "{6D09E9B3-CD2F-477E-AC14-C55703379277}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nintenlord.Hacking.Core", "Nintenlord.Hacking.Core\Nintenlord.Hacking.Core.csproj", "{3A08AF80-1579-4F0A-835F-CCDAF43945DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nintenlord.Hacking.GBA", "Nintenlord.Hacking.GBA\Nintenlord.Hacking.GBA.csproj", "{C913B21D-E96C-42C4-9BEA-119B3B231CBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D09E9B3-CD2F-477E-AC14-C55703379277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D09E9B3-CD2F-477E-AC14-C55703379277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D09E9B3-CD2F-477E-AC14-C55703379277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D09E9B3-CD2F-477E-AC14-C55703379277}.Release|Any CPU.Build.0 = Release|Any CPU
{3A08AF80-1579-4F0A-835F-CCDAF43945DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A08AF80-1579-4F0A-835F-CCDAF43945DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A08AF80-1579-4F0A-835F-CCDAF43945DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A08AF80-1579-4F0A-835F-CCDAF43945DA}.Release|Any CPU.Build.0 = Release|Any CPU
{C913B21D-E96C-42C4-9BEA-119B3B231CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C913B21D-E96C-42C4-9BEA-119B3B231CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C913B21D-E96C-42C4-9BEA-119B3B231CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C913B21D-E96C-42C4-9BEA-119B3B231CBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {702E7FA5-F945-4E61-812D-7F874BFC0FBA}
EndGlobalSection
EndGlobal