This repository was archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnullptr-crafting-dead.sln
90 lines (90 loc) · 5.77 KB
/
nullptr-crafting-dead.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nullptr-crafting-dead", "nullptr-crafting-dead.vcxproj", "{592583C7-633C-4275-B524-25F05EE552A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "third-party", "third-party", "{9822D5ED-28CB-4351-A039-1F6245FD79FF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-sdk", "third-party\null-sdk\null-sdk.vcxproj", "{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-render", "third-party\null-render\null-render.vcxproj", "{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-renderer-directx11", "third-party\null-render\src\renderers\null-renderer-directx11\null-renderer-directx11.vcxproj", "{D51AD3AE-DE95-488A-B202-A4192F685A59}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-input", "third-party\null-input\null-input.vcxproj", "{7E069D39-333D-4E89-90AE-90B382DD5F96}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-mono", "third-party\null-mono\null-mono.vcxproj", "{F3718118-087F-4369-9EC7-AAB0EB997D12}"
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
{592583C7-633C-4275-B524-25F05EE552A5}.debug|x64.ActiveCfg = debug|x64
{592583C7-633C-4275-B524-25F05EE552A5}.debug|x64.Build.0 = debug|x64
{592583C7-633C-4275-B524-25F05EE552A5}.debug|x86.ActiveCfg = debug|Win32
{592583C7-633C-4275-B524-25F05EE552A5}.debug|x86.Build.0 = debug|Win32
{592583C7-633C-4275-B524-25F05EE552A5}.release|x64.ActiveCfg = release|x64
{592583C7-633C-4275-B524-25F05EE552A5}.release|x64.Build.0 = release|x64
{592583C7-633C-4275-B524-25F05EE552A5}.release|x86.ActiveCfg = release|Win32
{592583C7-633C-4275-B524-25F05EE552A5}.release|x86.Build.0 = release|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x64.ActiveCfg = debug|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x64.Build.0 = debug|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x86.ActiveCfg = debug|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x86.Build.0 = debug|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x64.ActiveCfg = release|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x64.Build.0 = release|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x86.ActiveCfg = release|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x86.Build.0 = release|Win32
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.debug|x64.ActiveCfg = debug|x64
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.debug|x64.Build.0 = debug|x64
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.debug|x86.ActiveCfg = debug|Win32
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.debug|x86.Build.0 = debug|Win32
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.release|x64.ActiveCfg = release|x64
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.release|x64.Build.0 = release|x64
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.release|x86.ActiveCfg = release|Win32
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE}.release|x86.Build.0 = release|Win32
{D51AD3AE-DE95-488A-B202-A4192F685A59}.debug|x64.ActiveCfg = debug|x64
{D51AD3AE-DE95-488A-B202-A4192F685A59}.debug|x64.Build.0 = debug|x64
{D51AD3AE-DE95-488A-B202-A4192F685A59}.debug|x86.ActiveCfg = debug|Win32
{D51AD3AE-DE95-488A-B202-A4192F685A59}.debug|x86.Build.0 = debug|Win32
{D51AD3AE-DE95-488A-B202-A4192F685A59}.release|x64.ActiveCfg = release|x64
{D51AD3AE-DE95-488A-B202-A4192F685A59}.release|x64.Build.0 = release|x64
{D51AD3AE-DE95-488A-B202-A4192F685A59}.release|x86.ActiveCfg = release|Win32
{D51AD3AE-DE95-488A-B202-A4192F685A59}.release|x86.Build.0 = release|Win32
{7E069D39-333D-4E89-90AE-90B382DD5F96}.debug|x64.ActiveCfg = debug|x64
{7E069D39-333D-4E89-90AE-90B382DD5F96}.debug|x64.Build.0 = debug|x64
{7E069D39-333D-4E89-90AE-90B382DD5F96}.debug|x86.ActiveCfg = debug|Win32
{7E069D39-333D-4E89-90AE-90B382DD5F96}.debug|x86.Build.0 = debug|Win32
{7E069D39-333D-4E89-90AE-90B382DD5F96}.release|x64.ActiveCfg = release|x64
{7E069D39-333D-4E89-90AE-90B382DD5F96}.release|x64.Build.0 = release|x64
{7E069D39-333D-4E89-90AE-90B382DD5F96}.release|x86.ActiveCfg = release|Win32
{7E069D39-333D-4E89-90AE-90B382DD5F96}.release|x86.Build.0 = release|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x64.ActiveCfg = debug|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x64.Build.0 = debug|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x86.ActiveCfg = debug|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x86.Build.0 = debug|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x64.ActiveCfg = release|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x64.Build.0 = release|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x86.ActiveCfg = release|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x86.Build.0 = release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1} = {9822D5ED-28CB-4351-A039-1F6245FD79FF}
{4ABCF635-9767-40F9-989E-F0CDF5FB68AE} = {9822D5ED-28CB-4351-A039-1F6245FD79FF}
{D51AD3AE-DE95-488A-B202-A4192F685A59} = {9822D5ED-28CB-4351-A039-1F6245FD79FF}
{7E069D39-333D-4E89-90AE-90B382DD5F96} = {9822D5ED-28CB-4351-A039-1F6245FD79FF}
{F3718118-087F-4369-9EC7-AAB0EB997D12} = {9822D5ED-28CB-4351-A039-1F6245FD79FF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F59A853-BE12-4193-A17A-B396655D189D}
EndGlobalSection
EndGlobal