-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHIP-8.sln
51 lines (51 loc) · 2.88 KB
/
CHIP-8.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 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CHIP-8", "CHIP-8\CHIP-8.vcxproj", "{318A0F9C-6724-425A-85B1-13EB155C46AE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Frontend-C++-SFML", "Frontend-C++-SFML\Frontend-C++-SFML.vcxproj", "{28DA8A81-340E-4631-89DF-B6DE850502CB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Python-Frontend", "Python-Frontend\Python-Frontend.vcxproj", "{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}"
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
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Debug|x64.ActiveCfg = Debug|x64
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Debug|x64.Build.0 = Debug|x64
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Debug|x86.ActiveCfg = Debug|Win32
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Debug|x86.Build.0 = Debug|Win32
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Release|x64.ActiveCfg = Release|x64
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Release|x64.Build.0 = Release|x64
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Release|x86.ActiveCfg = Release|Win32
{318A0F9C-6724-425A-85B1-13EB155C46AE}.Release|x86.Build.0 = Release|Win32
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Debug|x64.ActiveCfg = Debug|x64
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Debug|x64.Build.0 = Debug|x64
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Debug|x86.ActiveCfg = Debug|Win32
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Debug|x86.Build.0 = Debug|Win32
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Release|x64.ActiveCfg = Release|x64
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Release|x64.Build.0 = Release|x64
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Release|x86.ActiveCfg = Release|Win32
{28DA8A81-340E-4631-89DF-B6DE850502CB}.Release|x86.Build.0 = Release|Win32
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Debug|x64.ActiveCfg = Debug|x64
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Debug|x64.Build.0 = Debug|x64
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Debug|x86.ActiveCfg = Debug|Win32
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Debug|x86.Build.0 = Debug|Win32
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Release|x64.ActiveCfg = Release|x64
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Release|x64.Build.0 = Release|x64
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Release|x86.ActiveCfg = Release|Win32
{965A0C90-6B3F-4D74-BB5B-C08FC7FF1DCA}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E511B5E-9259-4978-8092-50FCDC414A4E}
EndGlobalSection
EndGlobal