This repository was archived by the owner on Sep 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuercus.sln
More file actions
73 lines (73 loc) · 4.29 KB
/
Quercus.sln
File metadata and controls
73 lines (73 loc) · 4.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35309.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Quercus", "Quercus\Quercus.vcxproj", "{3E773C2C-A48B-40ED-AE6F-BECF3C4B6DE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Runtime", "Runtime\Runtime.vcxproj", "{C79755A5-591C-4893-9BDA-772D06652B23}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLFW", "Vendor\GLFW.vcxproj", "{69C2C3E8-6C8F-4969-85B1-519F76E0E80D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{388ABAAB-CF6B-45E9-B7B5-A01DE0A39843}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{011FB3CB-4B79-41E2-BD05-F3097ED1362F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JNIPP", "Vendor\JNIPP.vcxproj", "{70461B71-28B2-4A69-9B85-A123898EAC8D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImGui", "Vendor\ImGui.vcxproj", "{B12E189D-8361-4CEF-AD67-E16656F51A37}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Assimp", "Vendor\Assimp.vcxproj", "{98789ABE-91AB-4145-BBD6-D4F043EFF2B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Test|x64 = Test|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E773C2C-A48B-40ED-AE6F-BECF3C4B6DE1}.Debug|x64.ActiveCfg = Debug|x64
{3E773C2C-A48B-40ED-AE6F-BECF3C4B6DE1}.Debug|x64.Build.0 = Debug|x64
{3E773C2C-A48B-40ED-AE6F-BECF3C4B6DE1}.Test|x64.ActiveCfg = Test|x64
{3E773C2C-A48B-40ED-AE6F-BECF3C4B6DE1}.Test|x64.Build.0 = Test|x64
{C79755A5-591C-4893-9BDA-772D06652B23}.Debug|x64.ActiveCfg = Debug|x64
{C79755A5-591C-4893-9BDA-772D06652B23}.Debug|x64.Build.0 = Debug|x64
{C79755A5-591C-4893-9BDA-772D06652B23}.Test|x64.ActiveCfg = Test|x64
{C79755A5-591C-4893-9BDA-772D06652B23}.Test|x64.Build.0 = Test|x64
{69C2C3E8-6C8F-4969-85B1-519F76E0E80D}.Debug|x64.ActiveCfg = Debug|x64
{69C2C3E8-6C8F-4969-85B1-519F76E0E80D}.Debug|x64.Build.0 = Debug|x64
{69C2C3E8-6C8F-4969-85B1-519F76E0E80D}.Test|x64.ActiveCfg = Test|x64
{69C2C3E8-6C8F-4969-85B1-519F76E0E80D}.Test|x64.Build.0 = Test|x64
{388ABAAB-CF6B-45E9-B7B5-A01DE0A39843}.Debug|x64.ActiveCfg = Debug|x64
{388ABAAB-CF6B-45E9-B7B5-A01DE0A39843}.Debug|x64.Build.0 = Debug|x64
{388ABAAB-CF6B-45E9-B7B5-A01DE0A39843}.Test|x64.ActiveCfg = Test|x64
{388ABAAB-CF6B-45E9-B7B5-A01DE0A39843}.Test|x64.Build.0 = Test|x64
{70461B71-28B2-4A69-9B85-A123898EAC8D}.Debug|x64.ActiveCfg = Debug|x64
{70461B71-28B2-4A69-9B85-A123898EAC8D}.Debug|x64.Build.0 = Debug|x64
{70461B71-28B2-4A69-9B85-A123898EAC8D}.Test|x64.ActiveCfg = Test|x64
{70461B71-28B2-4A69-9B85-A123898EAC8D}.Test|x64.Build.0 = Test|x64
{B12E189D-8361-4CEF-AD67-E16656F51A37}.Debug|x64.ActiveCfg = Debug|x64
{B12E189D-8361-4CEF-AD67-E16656F51A37}.Debug|x64.Build.0 = Debug|x64
{B12E189D-8361-4CEF-AD67-E16656F51A37}.Test|x64.ActiveCfg = Test|x64
{B12E189D-8361-4CEF-AD67-E16656F51A37}.Test|x64.Build.0 = Test|x64
{98789ABE-91AB-4145-BBD6-D4F043EFF2B7}.Debug|x64.ActiveCfg = Debug|x64
{98789ABE-91AB-4145-BBD6-D4F043EFF2B7}.Debug|x64.Build.0 = Debug|x64
{98789ABE-91AB-4145-BBD6-D4F043EFF2B7}.Test|x64.ActiveCfg = Test|x64
{98789ABE-91AB-4145-BBD6-D4F043EFF2B7}.Test|x64.Build.0 = Test|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C79755A5-591C-4893-9BDA-772D06652B23} = {011FB3CB-4B79-41E2-BD05-F3097ED1362F}
{69C2C3E8-6C8F-4969-85B1-519F76E0E80D} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{388ABAAB-CF6B-45E9-B7B5-A01DE0A39843} = {011FB3CB-4B79-41E2-BD05-F3097ED1362F}
{70461B71-28B2-4A69-9B85-A123898EAC8D} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{B12E189D-8361-4CEF-AD67-E16656F51A37} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{98789ABE-91AB-4145-BBD6-D4F043EFF2B7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13F0EE56-898C-4D8F-A78F-708DF35D7AA8}
EndGlobalSection
EndGlobal