mirror of
https://github.com/pathtofile/PPLRunner
synced 2026-06-08 16:41:19 +00:00
44 lines
2.2 KiB
Plaintext
44 lines
2.2 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.29806.167
|
|
MinimumVisualStudioVersion = 12.0
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elam_driver", "elam_driver\elam_driver.vcxproj", "{D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ppl_runner", "ppl_runner\ppl_runner.vcxproj", "{9B632795-1BF2-44C7-8F23-BA24FB0DC0FF}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{D246CB84-E7A9-4CCF-A32C-EEB23910D7BD} = {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "child_example", "child_example\child_example.vcxproj", "{3F506F07-052D-4792-9867-885D28201AFC}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{9B632795-1BF2-44C7-8F23-BA24FB0DC0FF} = {9B632795-1BF2-44C7-8F23-BA24FB0DC0FF}
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|x64.ActiveCfg = Debug|x64
|
|
{D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|x64.Build.0 = Debug|x64
|
|
{D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|x64.ActiveCfg = Release|x64
|
|
{D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|x64.Build.0 = Release|x64
|
|
{9B632795-1BF2-44C7-8F23-BA24FB0DC0FF}.Debug|x64.ActiveCfg = Debug|x64
|
|
{9B632795-1BF2-44C7-8F23-BA24FB0DC0FF}.Debug|x64.Build.0 = Debug|x64
|
|
{9B632795-1BF2-44C7-8F23-BA24FB0DC0FF}.Release|x64.ActiveCfg = Release|x64
|
|
{9B632795-1BF2-44C7-8F23-BA24FB0DC0FF}.Release|x64.Build.0 = Release|x64
|
|
{3F506F07-052D-4792-9867-885D28201AFC}.Debug|x64.ActiveCfg = Debug|x64
|
|
{3F506F07-052D-4792-9867-885D28201AFC}.Debug|x64.Build.0 = Debug|x64
|
|
{3F506F07-052D-4792-9867-885D28201AFC}.Release|x64.ActiveCfg = Release|x64
|
|
{3F506F07-052D-4792-9867-885D28201AFC}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {048C4861-AD36-499B-8649-83666EA2E677}
|
|
EndGlobalSection
|
|
EndGlobal
|