forked from jaburns/NintendoSpy
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathRetroSpy-NoVisualGDB.sln
52 lines (52 loc) · 2.87 KB
/
RetroSpy-NoVisualGDB.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RetroSpyX", "RetroSpyX\RetroSpyX.csproj", "{F7CC6315-6995-48B4-808A-ABDEFF62EEBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GBPemuX", "GBPemuX\GBPemuX.csproj", "{8ABC5880-452D-40DB-AF55-6B6FF76987A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB809359-CA9A-4BAC-B728-B0FA12985304}"
ProjectSection(SolutionItems) = preProject
release-mac.sh = release-mac.sh
release-x86.bat = release-x86.bat
release.bat = release.bat
release.sh = release.sh
RetroSpy-32.aip = RetroSpy-32.aip
RetroSpy-64.aip = RetroSpy-64.aip
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GBPUpdaterX2", "GBPUpdaterX2\GBPUpdaterX2.csproj", "{2A0E6957-1189-424F-B92F-67FDBFA17BD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsbUpdaterX2", "UsbUpdaterX2\UsbUpdaterX2.csproj", "{8C050212-322A-4C5C-9D68-E9146CB3A003}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7CC6315-6995-48B4-808A-ABDEFF62EEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7CC6315-6995-48B4-808A-ABDEFF62EEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7CC6315-6995-48B4-808A-ABDEFF62EEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7CC6315-6995-48B4-808A-ABDEFF62EEBE}.Release|Any CPU.Build.0 = Release|Any CPU
{8ABC5880-452D-40DB-AF55-6B6FF76987A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ABC5880-452D-40DB-AF55-6B6FF76987A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ABC5880-452D-40DB-AF55-6B6FF76987A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ABC5880-452D-40DB-AF55-6B6FF76987A3}.Release|Any CPU.Build.0 = Release|Any CPU
{2A0E6957-1189-424F-B92F-67FDBFA17BD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A0E6957-1189-424F-B92F-67FDBFA17BD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A0E6957-1189-424F-B92F-67FDBFA17BD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A0E6957-1189-424F-B92F-67FDBFA17BD2}.Release|Any CPU.Build.0 = Release|Any CPU
{8C050212-322A-4C5C-9D68-E9146CB3A003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C050212-322A-4C5C-9D68-E9146CB3A003}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C050212-322A-4C5C-9D68-E9146CB3A003}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C050212-322A-4C5C-9D68-E9146CB3A003}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FA9EC66-2E35-46F4-B2BA-8352D4AEFDE8}
EndGlobalSection
EndGlobal