-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpp_chip8.sln
48 lines (48 loc) · 2.71 KB
/
cpp_chip8.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chip8", "src\main\chip8.vcxproj", "{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libchip8", "src\libs\libchip8\libchip8.vcxproj", "{AB28313C-E985-48F2-A0D5-17E01146186B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testchip8", "src\testchip8\testchip8.vcxproj", "{056FB307-CAD0-48B4-8FDA-7D04B6757D50}"
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
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Debug|x64.ActiveCfg = Debug|x64
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Debug|x64.Build.0 = Debug|x64
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Debug|x86.ActiveCfg = Debug|Win32
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Debug|x86.Build.0 = Debug|Win32
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Release|x64.ActiveCfg = Release|x64
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Release|x64.Build.0 = Release|x64
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Release|x86.ActiveCfg = Release|Win32
{E71A1D07-58CB-4449-B04B-5FD8B7EFC3BC}.Release|x86.Build.0 = Release|Win32
{AB28313C-E985-48F2-A0D5-17E01146186B}.Debug|x64.ActiveCfg = Debug|x64
{AB28313C-E985-48F2-A0D5-17E01146186B}.Debug|x64.Build.0 = Debug|x64
{AB28313C-E985-48F2-A0D5-17E01146186B}.Debug|x86.ActiveCfg = Debug|Win32
{AB28313C-E985-48F2-A0D5-17E01146186B}.Debug|x86.Build.0 = Debug|Win32
{AB28313C-E985-48F2-A0D5-17E01146186B}.Release|x64.ActiveCfg = Release|x64
{AB28313C-E985-48F2-A0D5-17E01146186B}.Release|x64.Build.0 = Release|x64
{AB28313C-E985-48F2-A0D5-17E01146186B}.Release|x86.ActiveCfg = Release|Win32
{AB28313C-E985-48F2-A0D5-17E01146186B}.Release|x86.Build.0 = Release|Win32
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Debug|x64.ActiveCfg = Debug|x64
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Debug|x64.Build.0 = Debug|x64
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Debug|x86.ActiveCfg = Debug|Win32
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Debug|x86.Build.0 = Debug|Win32
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Release|x64.ActiveCfg = Release|x64
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Release|x64.Build.0 = Release|x64
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Release|x86.ActiveCfg = Release|Win32
{056FB307-CAD0-48B4-8FDA-7D04B6757D50}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal