This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMagnesium.sln
82 lines (82 loc) · 5.05 KB
/
Magnesium.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Magnesium", "Magnesium\Magnesium.vcxproj", "{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Testbed", "examples\Testbed\Testbed.vcxproj", "{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}"
ProjectSection(ProjectDependencies) = postProject
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37} = {B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LD34", "examples\LD34\LD34.vcxproj", "{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}"
ProjectSection(ProjectDependencies) = postProject
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37} = {B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug DLL|x64 = Debug DLL|x64
Debug DLL|x86 = Debug DLL|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release DLL|x64 = Release DLL|x64
Release DLL|x86 = Release DLL|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug DLL|x64.ActiveCfg = Debug DLL|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug DLL|x64.Build.0 = Debug DLL|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug DLL|x86.ActiveCfg = Debug DLL|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug DLL|x86.Build.0 = Debug DLL|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug|x64.ActiveCfg = Debug|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug|x64.Build.0 = Debug|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug|x86.ActiveCfg = Debug|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Debug|x86.Build.0 = Debug|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release DLL|x64.ActiveCfg = Release DLL|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release DLL|x64.Build.0 = Release DLL|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release DLL|x86.ActiveCfg = Release DLL|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release DLL|x86.Build.0 = Release DLL|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release|x64.ActiveCfg = Release|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release|x64.Build.0 = Release|x64
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release|x86.ActiveCfg = Release|Win32
{B1BDC943-51DC-451A-AE1F-1EC3FB5AFA37}.Release|x86.Build.0 = Release|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug DLL|x64.ActiveCfg = Debug DLL|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug DLL|x64.Build.0 = Debug DLL|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug DLL|x86.ActiveCfg = Debug DLL|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug DLL|x86.Build.0 = Debug DLL|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug|x64.ActiveCfg = Debug|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug|x64.Build.0 = Debug|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug|x86.ActiveCfg = Debug|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Debug|x86.Build.0 = Debug|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release DLL|x64.ActiveCfg = Release DLL|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release DLL|x64.Build.0 = Release DLL|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release DLL|x86.ActiveCfg = Release DLL|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release DLL|x86.Build.0 = Release DLL|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release|x64.ActiveCfg = Release|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release|x64.Build.0 = Release|x64
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release|x86.ActiveCfg = Release|Win32
{7773CDC7-32C5-4715-9FA5-AF022A4BBAAF}.Release|x86.Build.0 = Release|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug DLL|x64.ActiveCfg = Debug|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug DLL|x64.Build.0 = Debug|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug DLL|x86.ActiveCfg = Debug|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug DLL|x86.Build.0 = Debug|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug|x64.ActiveCfg = Debug|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug|x64.Build.0 = Debug|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug|x86.ActiveCfg = Debug|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Debug|x86.Build.0 = Debug|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release DLL|x64.ActiveCfg = Release|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release DLL|x64.Build.0 = Release|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release DLL|x86.ActiveCfg = Release|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release DLL|x86.Build.0 = Release|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release|x64.ActiveCfg = Release|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release|x64.Build.0 = Release|x64
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release|x86.ActiveCfg = Release|Win32
{AA03ACFA-55F4-459B-89DA-69E547AA9B8C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal