-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoftwareRasterizer.sln
62 lines (62 loc) · 3.4 KB
/
SoftwareRasterizer.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
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SoftwareRasterizer", "SoftwareRasterizer\SoftwareRasterizer.vcxproj", "{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}"
ProjectSection(ProjectDependencies) = postProject
{C8C979B0-92F7-43EB-9900-4372FFD41447} = {C8C979B0-92F7-43EB-9900-4372FFD41447}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderLibrary", "RenderLibrary\RenderLibrary.vcxproj", "{C8C979B0-92F7-43EB-9900-4372FFD41447}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Testing", "Testing\Testing.vcxproj", "{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}"
ProjectSection(ProjectDependencies) = postProject
{C8C979B0-92F7-43EB-9900-4372FFD41447} = {C8C979B0-92F7-43EB-9900-4372FFD41447}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0584555-50CC-4EBF-BA65-F7D745AFB395}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
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
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Debug|x64.ActiveCfg = Debug|x64
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Debug|x64.Build.0 = Debug|x64
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Debug|x86.ActiveCfg = Debug|Win32
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Debug|x86.Build.0 = Debug|Win32
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Release|x64.ActiveCfg = Release|x64
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Release|x64.Build.0 = Release|x64
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Release|x86.ActiveCfg = Release|Win32
{D9CBD2EE-9AE8-4FAA-B90F-55E27D0F52A2}.Release|x86.Build.0 = Release|Win32
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Debug|x64.ActiveCfg = Debug|x64
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Debug|x64.Build.0 = Debug|x64
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Debug|x86.ActiveCfg = Debug|Win32
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Debug|x86.Build.0 = Debug|Win32
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Release|x64.ActiveCfg = Release|x64
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Release|x64.Build.0 = Release|x64
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Release|x86.ActiveCfg = Release|Win32
{C8C979B0-92F7-43EB-9900-4372FFD41447}.Release|x86.Build.0 = Release|Win32
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Debug|x64.ActiveCfg = Debug|x64
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Debug|x64.Build.0 = Debug|x64
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Debug|x86.ActiveCfg = Debug|Win32
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Debug|x86.Build.0 = Debug|Win32
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Release|x64.ActiveCfg = Release|x64
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Release|x64.Build.0 = Release|x64
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Release|x86.ActiveCfg = Release|Win32
{DBF32EBE-DF15-49BB-8DD5-1368D689DC51}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7420F9B-3C9C-47EB-BEFF-0B8290353859}
EndGlobalSection
EndGlobal