forked from can1357/selene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinker.sln
executable file
·48 lines (48 loc) · 2.85 KB
/
linker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linker", "linker.vcxproj", "{6B4A920D-C01C-4B7B-8AE9-75CEC1AA2947}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shared", "..\shared\shared.vcxitems", "{B4B0D0D7-9ED5-4253-868B-327DE77639ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "apollo-vm", "..\apollo-vm\apollo-vm.vcxproj", "{069A7C1E-2460-4449-9E33-DAF5F37EDC2F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "apollo-crt", "..\apollo-crt\apollo-crt.vcxproj", "{C0D3D10E-C5AD-4FDC-97F9-A32459289E60}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xstd", "..\..\Libraries\xstd\xstd.vcxitems", "{022E6794-287F-4800-9932-7BFBBBEED679}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B4A920D-C01C-4B7B-8AE9-75CEC1AA2947}.Debug|x64.ActiveCfg = Debug|x64
{6B4A920D-C01C-4B7B-8AE9-75CEC1AA2947}.Debug|x64.Build.0 = Debug|x64
{6B4A920D-C01C-4B7B-8AE9-75CEC1AA2947}.Release|x64.ActiveCfg = Release|x64
{6B4A920D-C01C-4B7B-8AE9-75CEC1AA2947}.Release|x64.Build.0 = Release|x64
{069A7C1E-2460-4449-9E33-DAF5F37EDC2F}.Debug|x64.ActiveCfg = Release|x64
{069A7C1E-2460-4449-9E33-DAF5F37EDC2F}.Debug|x64.Build.0 = Release|x64
{069A7C1E-2460-4449-9E33-DAF5F37EDC2F}.Release|x64.ActiveCfg = Release|x64
{069A7C1E-2460-4449-9E33-DAF5F37EDC2F}.Release|x64.Build.0 = Release|x64
{C0D3D10E-C5AD-4FDC-97F9-A32459289E60}.Debug|x64.ActiveCfg = Release|x64
{C0D3D10E-C5AD-4FDC-97F9-A32459289E60}.Debug|x64.Build.0 = Release|x64
{C0D3D10E-C5AD-4FDC-97F9-A32459289E60}.Release|x64.ActiveCfg = Release|x64
{C0D3D10E-C5AD-4FDC-97F9-A32459289E60}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C32453D-6A40-4697-9DEA-D11EBA5F65C2}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\Libraries\xstd\xstd.vcxitems*{022e6794-287f-4800-9932-7bfbbbeed679}*SharedItemsImports = 9
..\shared\shared.vcxitems*{069a7c1e-2460-4449-9e33-daf5f37edc2f}*SharedItemsImports = 4
..\shared\shared.vcxitems*{6b4a920d-c01c-4b7b-8ae9-75cec1aa2947}*SharedItemsImports = 4
..\..\Libraries\xstd\xstd.vcxitems*{6b4a920d-c01c-4b7b-8ae9-75cec1aa2947}*SharedItemsImports = 4
..\shared\shared.vcxitems*{b4b0d0d7-9ed5-4253-868b-327de77639ed}*SharedItemsImports = 9
..\shared\shared.vcxitems*{c0d3d10e-c5ad-4fdc-97f9-a32459289e60}*SharedItemsImports = 4
EndGlobalSection
EndGlobal