-
Notifications
You must be signed in to change notification settings - Fork 0
/
EZ80Emudll.sln
51 lines (51 loc) · 2.84 KB
/
EZ80Emudll.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eZ80", "eZ80\eZ80.vcxproj", "{E60F3884-B860-466D-B543-9CE793B0BC89}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "F91", "F91\F91.vcxproj", "{FD4FD110-A6DD-48F5-A053-1E247B560461}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "F92", "F92\F92.vcxproj", "{71021EB2-9247-452B-89F6-D3BE2AF63AC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E60F3884-B860-466D-B543-9CE793B0BC89}.Debug|x64.ActiveCfg = Debug|x64
{E60F3884-B860-466D-B543-9CE793B0BC89}.Debug|x64.Build.0 = Debug|x64
{E60F3884-B860-466D-B543-9CE793B0BC89}.Debug|x86.ActiveCfg = Debug|Win32
{E60F3884-B860-466D-B543-9CE793B0BC89}.Debug|x86.Build.0 = Debug|Win32
{E60F3884-B860-466D-B543-9CE793B0BC89}.Release|x64.ActiveCfg = Release|x64
{E60F3884-B860-466D-B543-9CE793B0BC89}.Release|x64.Build.0 = Release|x64
{E60F3884-B860-466D-B543-9CE793B0BC89}.Release|x86.ActiveCfg = Release|Win32
{E60F3884-B860-466D-B543-9CE793B0BC89}.Release|x86.Build.0 = Release|Win32
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Debug|x64.ActiveCfg = Debug|x64
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Debug|x64.Build.0 = Debug|x64
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Debug|x86.ActiveCfg = Debug|Win32
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Debug|x86.Build.0 = Debug|Win32
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Release|x64.ActiveCfg = Release|x64
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Release|x64.Build.0 = Release|x64
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Release|x86.ActiveCfg = Release|Win32
{FD4FD110-A6DD-48F5-A053-1E247B560461}.Release|x86.Build.0 = Release|Win32
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Debug|x64.ActiveCfg = Debug|x64
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Debug|x64.Build.0 = Debug|x64
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Debug|x86.ActiveCfg = Debug|Win32
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Debug|x86.Build.0 = Debug|Win32
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Release|x64.ActiveCfg = Release|x64
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Release|x64.Build.0 = Release|x64
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Release|x86.ActiveCfg = Release|Win32
{71021EB2-9247-452B-89F6-D3BE2AF63AC2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9951D1CC-E234-40D1-B6F4-C7021B8DBAAA}
EndGlobalSection
EndGlobal