-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAxEmu.sln
More file actions
55 lines (55 loc) · 3.39 KB
/
AxEmu.sln
File metadata and controls
55 lines (55 loc) · 3.39 KB
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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AxEmu", "AxEmu\AxEmu.csproj", "{20B8CF15-46D9-40F1-A350-066C81FD6780}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NESEmuConsole", "EmuConsole\NESEmuConsole.csproj", "{5E9ED2DD-752B-4441-B948-C9BC730CF986}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AxEmuTest", "AxEmuTest\AxEmuTest.csproj", "{3B9B8F28-08D1-40A1-92B1-707CED14297A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AxSDL", "AxSDL\AxSDL.csproj", "{3B2B0B3D-5F1C-4957-8DCC-2F6DEDCD7027}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AxWPF", "AxWPF\AxWPF.csproj", "{34DF136F-C173-4ABF-8F31-51D32A42A75B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GBCEmuConsole", "GBCEmuConsole\GBCEmuConsole.csproj", "{72A52CD3-E6A8-42E3-97A3-5DCE4A1E95C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20B8CF15-46D9-40F1-A350-066C81FD6780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20B8CF15-46D9-40F1-A350-066C81FD6780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20B8CF15-46D9-40F1-A350-066C81FD6780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20B8CF15-46D9-40F1-A350-066C81FD6780}.Release|Any CPU.Build.0 = Release|Any CPU
{5E9ED2DD-752B-4441-B948-C9BC730CF986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E9ED2DD-752B-4441-B948-C9BC730CF986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E9ED2DD-752B-4441-B948-C9BC730CF986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E9ED2DD-752B-4441-B948-C9BC730CF986}.Release|Any CPU.Build.0 = Release|Any CPU
{3B9B8F28-08D1-40A1-92B1-707CED14297A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B9B8F28-08D1-40A1-92B1-707CED14297A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B9B8F28-08D1-40A1-92B1-707CED14297A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B9B8F28-08D1-40A1-92B1-707CED14297A}.Release|Any CPU.Build.0 = Release|Any CPU
{3B2B0B3D-5F1C-4957-8DCC-2F6DEDCD7027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B2B0B3D-5F1C-4957-8DCC-2F6DEDCD7027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B2B0B3D-5F1C-4957-8DCC-2F6DEDCD7027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B2B0B3D-5F1C-4957-8DCC-2F6DEDCD7027}.Release|Any CPU.Build.0 = Release|Any CPU
{34DF136F-C173-4ABF-8F31-51D32A42A75B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34DF136F-C173-4ABF-8F31-51D32A42A75B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34DF136F-C173-4ABF-8F31-51D32A42A75B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34DF136F-C173-4ABF-8F31-51D32A42A75B}.Release|Any CPU.Build.0 = Release|Any CPU
{72A52CD3-E6A8-42E3-97A3-5DCE4A1E95C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72A52CD3-E6A8-42E3-97A3-5DCE4A1E95C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72A52CD3-E6A8-42E3-97A3-5DCE4A1E95C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72A52CD3-E6A8-42E3-97A3-5DCE4A1E95C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6405291-D320-4079-9E30-876107550BB7}
EndGlobalSection
EndGlobal